Skip to content

Commit e4f6e22

Browse files
committed
Add changelog
1 parent ae9849b commit e4f6e22

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

CHANGELOG.MD

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
## v0.5.0
2+
3+
The module is now splitted in sub-modules for more convenience. See [usage](https://github.com/mpalourdio/ng-http-loader#usage).
4+
It's an **opt-in** feature. The "old" module import method, by simply declaring ``NgHttpLoaderModule``, is still fully supported.
5+
6+
**BC break** : paths of components and services have changed.
7+
- Components are now located in the ``components`` folders.
8+
- Services are now located in the ``services`` folders.
9+
10+
## v0.4.0
11+
12+
Added **angular 5** full support. The last version compatible with angular 4 is ``version 0.3.4``
13+
14+
## v0.3.4
15+
16+
Fixed default spinners background.
17+
18+
## v0.3.0
19+
20+
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.
21+
22+
## v0.2.0
23+
24+
Definitely switch to the new HttpClientModule api available from angular 4.3
25+
26+
## v0.1.0
27+
28+
Before completely removing HttpInterceptorService, provide a parallel implementation based on the new built-in angular 4.3 intercepto

0 commit comments

Comments
 (0)