Skip to content

Releases: mpalourdio/ng-http-loader

forRoot() and more

24 Nov 12:33
4.0.0

Choose a tag to compare

Angular 7 support

20 Oct 08:06
3.2.0

Choose a tag to compare

browserslist support

14 Oct 13:59
3.1.2

Choose a tag to compare

Move back subscriptions to constructor

24 Sep 18:48
3.1.1

Choose a tag to compare

Add extraDuration option

22 Sep 06:26
3.1.0

Choose a tag to compare

ng-packagr v4

20 Sep 19:35
3.1.0-beta.3

Choose a tag to compare

ng-packagr v4 Pre-release
Pre-release

Package this beta with ng-packagr v4.

Cleanup before v3.1.0

17 Sep 18:20
3.1.0-beta.2

Choose a tag to compare

Cleanup before v3.1.0 Pre-release
Pre-release
3.1.0-beta.2

3.1.0-beta.2

extraDuration option && minDuration bugfix introduced in v3.1.0-beta.0

17 Sep 07:14
3.1.0-beta.1

Choose a tag to compare

Better handling of sequential HTTP requests

16 Sep 00:00
3.1.0-beta.0

Choose a tag to compare

This beta introduces handling of sequential HTTP requests in combination of the minDuration option.
If an HTTP request if performed while the spinner is still visible because of the minDuration option, the timer is not reset anymore.

Min. duration time: 300ms
---0ms--------------------------------------200ms---------280ms----------------------400ms|
----|---------------------------------------------|-----------------|------------------------------------|
(req1 starts and spinner shows) (req1 ends) (req2 starts) (req2 ends and spinner hides)

Before this, minDuration would have been applied to both HTTP requests.

See #89 for reference.

Replace EMPTY with timer(0)

15 Sep 07:24
3.0.1-beta.1

Choose a tag to compare

Pre-release

Trying to fix some flickering issues reported by users when running concurrent HTTP requests