Skip to content

Releases: mpalourdio/ng-http-loader

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

Avoid full import of rxjs

17 Jul 21:22
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare
0.0.9

Prepare 0.0.9 release

Use observable streams

29 Apr 06:35
Compare
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
Compare
Choose a tag to compare

Small adjustments

25 Apr 09:07
Compare
Choose a tag to compare
0.0.6

Prepare v0.0.6