Skip to content

Releases: mpalourdio/ng-http-loader

Debounce Delay

16 Nov 19:46
0e79e44
Compare
Choose a tag to compare

Replace Subject by ReplaySubject

08 Nov 20:03
Compare
Choose a tag to compare

sub-modules split

06 Nov 20:06
1c455a6
Compare
Choose a tag to compare

Angular 5 compatibility

02 Nov 22:44
Compare
Choose a tag to compare

The minimum required version from v0.4.0 is angular 5.0.0

Default spinners background

03 Oct 18:49
Compare
Choose a tag to compare

This release addresses #14 . After the sub-components split, the main css properties were not propagated from host component to child components.

This resulted in not having a default background-color anymore.

es5 compilation when publishing

13 Sep 08:52
Compare
Choose a tag to compare

Hotfix release to keep es5 compilation when publishing and testing only

Compilation options

12 Sep 20:55
Compare
Choose a tag to compare

Compilation target & module are now 'es2015'

Improve maintainability

04 Sep 22:28
Compare
Choose a tag to compare
  • Flexbox positioning
  • Split into multiple sub-components
  • Export each sub-component for use at application level

Requests filtering

30 Aug 18:52
Compare
Choose a tag to compare

This release gives the possibility to filter http requests that should not be handled by the interceptor by providing an array of URL regex to the component's filteredUrlPatterns property.

Remove HttpInterceptorService references

20 Jul 18:36
Compare
Choose a tag to compare

Definitely switch to the new HttpClientModule api available from angular 4.3