Skip to content

Latest commit

 

History

History
267 lines (129 loc) · 10.2 KB

CHANGELOG.md

File metadata and controls

267 lines (129 loc) · 10.2 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

4.1.0 (2024-01-09)

Features

  • allow numeric values as CacheContextKey (1047971)

4.0.0 (2024-01-05)

⚠ BREAKING CHANGES

  • 🧨 The peer dependency is now Angular v17. See the docs to learn how to provide the new provide functions in your bootstrapApplication providers.

Features

  • 🎸 upgrade to ng17 (3e92e8e)
  • 🎸 upgrade to ng17 (6fa3808)
  • test: add response headers tests (77ee031)

Bug Fixes

  • 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)

Features

Bug Fixes

  • http: should allow undefined as type (c31eff1)
  • local-storage: removes duplicate createKey calls (f97baa3)

Tests

3.0.0 (2021-11-24)

⚠ BREAKING CHANGES

  • 🧨 Peer dep of Angular v13

Features

  • 🎸 upgrade to angular 13 (b52d62e)

2.3.2 (2021-10-14)

Bug Fixes

  • empty observable returned when request repeated inside subscriber (cfb2871), closes #48
  • log completion of both observables (50469b4)

Tests

  • empty observable returned when request repeated by subscriber (382a726)

2.3.1 (2021-08-22)

Bug Fixes

  • 🐛 export interceptor (42ca660)

2.3.0 (2021-08-22)

Features

  • 🎸 add skipInterceptorDecleration (ad46186)

2.2.1 (2021-07-18)

Bug Fixes

2.2.0 (2021-07-12)

Features

  • 🎸 add stateManagement mode (61c59f8)

2.1.0 (2021-07-11)

Features

  • add doc to readme (bdfc4a1)
  • add new argument to withCache to allow passing an existing context (0d92fe9)
  • add unit test (f4f2b1a)

Bug Fixes

2.0.4 (2021-06-17)

Bug Fixes

  • 🐛 fix implicit regression (28eb351), closes #40

2.0.3 (2021-06-16)

Bug Fixes

2.0.2 (2021-06-16)

Bug Fixes

2.0.1 (2021-06-14)

Bug Fixes

  • 🐛 downgrade to viewengine build (9a375c1)

2.0.0 (2021-06-13)

⚠ BREAKING CHANGES

  • lib: - Use context instead of params
  • Remove parameterCodec
  • Remove the $ postfix
  • Remove RegExp support
  • Remove localStorageKey

Features

  • lib: migrate to angular v12 and use context (3a5812a)
  • 🎸 add clearCachePredicate (f1d3d02)
  • 🎸 add utils (7f5b898)

Tests

1.3.2 (2020-12-29)

Bug Fixes

  • angular 10 compatibility (89bd9d6)

1.3.1 (2020-08-20)

Bug Fixes

  • 🐛 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)

Features

  • 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)

Features

  • add http parameter codec override (a1f1a8d)

Bug Fixes

  • 🐛 support array http parameters (5ef58d0)

1.1.5 (2020-05-04)

Bug Fixes

  • 🐛 support array http parameters (5ef58d0)

1.1.4 (2020-04-29)

Bug Fixes

  • remove requests that error from queue (17b6b0b)

1.1.3 (2020-02-12)

Bug Fixes

1.1.2 (2020-02-12)

Bug Fixes

1.1.1 (2020-02-12)

Bug Fixes

  • 🐛 add type to wrapCache (ff25b4f)

1.1.0 (2020-02-11)

Features

  • 🎸 add http cache storage (07bcb4b)
  • 🎸 Local Storage Option (0c5f29a)

Tests

  • 💍 Added local storage tests (84ff419)
  • 💍 Memory Use in Local Storage (1df3852)

1.0.0 (2020-01-30)

Features

Tests

  • add tests to http-cache (0753076)