Skip to content

Releases: mpalourdio/ng-http-loader

Compilation options

12 Sep 20:55

Choose a tag to compare

Compilation target & module are now 'es2015'

Improve maintainability

04 Sep 22:28

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

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

Choose a tag to compare

Definitely switch to the new HttpClientModule api available from angular 4.3

Avoid full import of rxjs

17 Jul 21:22

Choose a tag to compare

Do not import 'rxjs/Rx' anymore => Explicitly force importing operators manually.

Use angular 4.3 built-in interceptors

15 Jul 23:16

Choose a tag to compare

Before completely removing HttpInterceptorService, provide a parallel implementation based on the new built-in angular 4.3 interceptors

Deprecate HttpInterceptorService

15 Jul 18:14

Choose a tag to compare

Deprecate HttpInterceptorService as they're built in from angular 4.3

Bug fix in returned errors format

23 May 17:58

Choose a tag to compare

0.0.9 Prepare 0.0.9 release

Use observable streams

29 Apr 06:35

Choose a tag to compare

0.0.8 Prepare v0.0.8

Add possibility to customize the spinner (spinner type, background-color)

26 Apr 16:51

Choose a tag to compare