All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
4.1.0 (2024-01-09)
- allow numeric values as CacheContextKey (1047971)
4.0.0 (2024-01-05)
- 🧨 The peer dependency is now Angular v17. See the docs to learn how to provide the new provide functions in your bootstrapApplication providers.
- init must be called manually on headers when no getter is used (34656f3)
- local-storage: set http headers correctly (f2571c5)
- test: headers not correctly set in mock and saved in map storage (fbc5840)
3.1.0 (2022-11-13)
- http: should allow undefined as type (c31eff1)
- local-storage: removes duplicate createKey calls (f97baa3)
- 💍 fix specs run (43c4789)
3.0.0 (2021-11-24)
- 🧨 Peer dep of Angular v13
- 🎸 upgrade to angular 13 (b52d62e)
2.3.2 (2021-10-14)
- empty observable returned when request repeated inside subscriber (cfb2871), closes #48
- log completion of both observables (50469b4)
- empty observable returned when request repeated by subscriber (382a726)
2.3.1 (2021-08-22)
- 🐛 export interceptor (42ca660)
2.3.0 (2021-08-22)
- 🎸 add skipInterceptorDecleration (ad46186)
2.2.1 (2021-07-18)
2.2.0 (2021-07-12)
- 🎸 add stateManagement mode (61c59f8)
2.1.0 (2021-07-11)
- add doc to readme (bdfc4a1)
- add new argument to withCache to allow passing an existing context (0d92fe9)
- add unit test (f4f2b1a)
- correct typo (2c19d79)
2.0.4 (2021-06-17)
2.0.3 (2021-06-16)
- 🐛 fix default ttl (991f078)
2.0.2 (2021-06-16)
- 🐛 support ssr (f9b7134)
2.0.1 (2021-06-14)
- 🐛 downgrade to viewengine build (9a375c1)
2.0.0 (2021-06-13)
- lib: - Use
context
instead ofparams
- Remove
parameterCodec
- Remove the
$
postfix - Remove
RegExp
support - Remove
localStorageKey
- lib: migrate to angular v12 and use context (3a5812a)
- 🎸 add clearCachePredicate (f1d3d02)
- 🎸 add utils (7f5b898)
- 💍 refactor specs (a602834)
1.3.2 (2020-12-29)
- angular 10 compatibility (89bd9d6)
1.3.1 (2020-08-20)
- 🐛 method for View Engine users to pass partial config (7f7a934)
- rename the HTTP_CACHE_CONFIG injection token desc (c63ca48)
1.3.0 (2020-06-18)
- add local parameter codec override (80148d6)
- add tests for request parameter codec (dbc17a6)
- update Params type to be more specific (c44daf1)
1.2.0 (2020-05-28)
- add http parameter codec override (a1f1a8d)
- 🐛 support array http parameters (5ef58d0)
1.1.5 (2020-05-04)
- 🐛 support array http parameters (5ef58d0)
1.1.4 (2020-04-29)
- remove requests that error from queue (17b6b0b)
1.1.3 (2020-02-12)
- 🐛 aot build (0ed2eba)
1.1.2 (2020-02-12)
- 🐛 fix aot build (9425552)
1.1.1 (2020-02-12)
- 🐛 add type to wrapCache (ff25b4f)
1.1.0 (2020-02-11)
- lib: add inline cache (3f0935e)
- lib: add inline cache (d9b83b8)
- lib: allow custom key (30087ca)
- 🎸 add response serializer (645c3a2)
- add tests to http-cache (0753076)