Skip to content

Releases: mpalourdio/ng-http-loader

ng-packagr v4

20 Sep 19:35
3.1.0-beta.3
Compare
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
Compare
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
Compare
Choose a tag to compare

Better handling of sequential HTTP requests

16 Sep 00:00
3.1.0-beta.0
Compare
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
Compare
Choose a tag to compare
Pre-release

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

Replace EMPTY with timer(0)

15 Sep 07:30
3.0.1-beta.0
Compare
Choose a tag to compare
Pre-release

This beta has been unpublished from npmjs because of a build problem.

Component selector renaming and remove deprecations

12 Jul 10:26
4d62c91
Compare
Choose a tag to compare

Filter requests by HTTP headers

14 Jun 19:08
676ec48
Compare
Choose a tag to compare

Filter requests by HTTP method

01 Jun 08:58
b480e8a
Compare
Choose a tag to compare

minDuration option

29 May 08:38
0332cc0
Compare
Choose a tag to compare