Releases: mpalourdio/ng-http-loader
Releases · mpalourdio/ng-http-loader
Improve maintainability
- Flexbox positioning
- Split into multiple sub-components
- Export each sub-component for use at application level
Requests filtering
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
Definitely switch to the new HttpClientModule api available from angular 4.3
Avoid full import of rxjs
Do not import 'rxjs/Rx' anymore => Explicitly force importing operators manually.
Use angular 4.3 built-in interceptors
Before completely removing HttpInterceptorService, provide a parallel implementation based on the new built-in angular 4.3 interceptors
Deprecate HttpInterceptorService
Deprecate HttpInterceptorService as they're built in from angular 4.3
Bug fix in returned errors format
0.0.9 Prepare 0.0.9 release
Use observable streams
0.0.8 Prepare v0.0.8
Add possibility to customize the spinner (spinner type, background-color)
0.0.7 Prepare v0.0.7
Small adjustments
0.0.6 Prepare v0.0.6