You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
## v2.2.0
4
4
5
-
This release adds the possibility to filter http requests that should not be handled by the interceptor by providing an array of HTTP methods to the component's ``filteredMethods`` property.
5
+
This release adds the possibility to filter HTTP requests that should not be handled by the interceptor by providing an array of HTTP methods to the component's ``filteredMethods`` property.
6
6
7
7
## v2.1.0
8
8
@@ -83,7 +83,7 @@ See the [Defining your own spinner](https://github.com/mpalourdio/ng-http-loader
83
83
84
84
## v0.6.0
85
85
86
-
This release adds the ``debounceDelay`` parameter (default is 0). It allows to discard the spinner for fast and repeated http requests, which can be annoying under some conditions.
86
+
This release adds the ``debounceDelay`` parameter (default is 0). It allows to discard the spinner for fast and repeated HTTP requests, which can be annoying under some conditions.
87
87
88
88
See [customization](https://github.com/mpalourdio/ng-http-loader#customizing-the-spinner)
89
89
@@ -93,7 +93,7 @@ The library now takes advantage of [RxJS lettable operators](https://github.com/
93
93
94
94
## v0.5.1
95
95
96
-
This release fixes a bug that could cause the spinner to not show if an http request were performed **before** the spinner component was initialized.
96
+
This release fixes a bug that could cause the spinner to not show if an HTTP request were performed **before** the spinner component was initialized.
97
97
The responsible ``Subject`` has been replaced by a ``ReplaySubject``.
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.
118
+
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.
0 commit comments