Skip to content

Releases: salemdar/ngx-cookie

v6.0.1

30 Jun 11:21
Compare
Choose a tag to compare
  • Parsing of backend cookies fixed (#465)
  • Upgrade Angular version to 14

v6.0.0

14 Apr 18:15
Compare
Choose a tag to compare
  • 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

26 Feb 12:56
Compare
Choose a tag to compare
  • Fix ngx-cookie-backend peer dependency version to ngx-cookie

v5.0.1

24 Jan 00:56
Compare
Choose a tag to compare
  • Fixes for SSR.
  • Use old style string to be a little bit more compatible with older browsers.

v5.0.0

09 Aug 20:26
2d1f280
Compare
Choose a tag to compare
  • Refactored complete library
  • Migrated to Angular 10
  • Switched to angular strict mode
  • Added test apps

v4.0.0

22 May 10:22
119c41f
Compare
Choose a tag to compare

4.0.0 (2018-05-22)

Features

BREAKING CHANGES

  • it cannot work properly in older versions of Angular

v1.0.1

01 Nov 11:48
Compare
Choose a tag to compare

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

06 Mar 23:25
Compare
Choose a tag to compare

<a name"1.0.0">

1.0.0 (2017-03-06)

Breaking Changes

  • CookieModule must be imported instead of CookieService

(1df7ea2c)