Ngx Cookie Versions Save

Implementation of Angular 1.x $cookies service to Angular 2

v6.0.1

1 year ago
  • Parsing of backend cookies fixed (#465)
  • Upgrade Angular version to 14

v6.0.0

2 years ago
  • Upgrade Angular version to 13 (#438)
  • Fix null pointer problem in backend writer (#441)
  • Replace module forRoot and forChild methods with withOptions method and deprecate former methods

v5.0.2

3 years ago
  • Fix ngx-cookie-backend peer dependency version to ngx-cookie

v5.0.1

3 years ago
  • Fixes for SSR.
  • Use old style string to be a little bit more compatible with older browsers.

v5.0.0

3 years ago
  • Refactored complete library
  • Migrated to Angular 10
  • Switched to angular strict mode
  • Added test apps

v4.0.0

6 years ago

4.0.0 (2018-05-22)

Features

BREAKING CHANGES

  • it cannot work properly in older versions of Angular

v1.0.1

6 years ago

1.0.1 (2017-11-01)

Bug Fixes

  • .travis.yml: Fix node version for Travis (230b664)
  • Angular Universal Support: Refactored backend service to a new way to access exchanges (abba83f)

v1.0.0

7 years ago

<a name"1.0.0">

1.0.0 (2017-03-06)

Breaking Changes

  • CookieModule must be imported instead of CookieService

(1df7ea2c)