Skip to content

Releases: bohoffi/ngx-localstorage

3.1.0

06 Oct 12:27
Compare
Choose a tag to compare

Features

  • Framework
    • Updates compatibility to Angular v9.x

3.0.0

06 Oct 12:25
f2828d1
Compare
Choose a tag to compare

Features

  • Service
    • the service is now fed by a default (de)serializer using JSON.stringify()/JSON.parse()

Breaking changes

  • Service
    • the service is now using a default (de)serialization mechanism (mentioned above) (#24) (fd5feca)
    • depending on your prior usage it may break your code
    • it's possible to either inject an app wide (de)serializer or use one per storage call (see README)

2.4.1

06 Oct 12:25
Compare
Choose a tag to compare

Bug fixes

  • Service
    • Service use configured prefix if set (#21)

2.4.0

06 Oct 12:24
Compare
Choose a tag to compare

Features

  • Configuration
    • Allow usage without key prefix

Changes

  • Angular
    • Added back schematics support

2.3.0

06 Oct 12:23
Compare
Choose a tag to compare

Changes

  • Angular
    • Removed schematics support
    • updated compatibility to Angular >=4.0.0

2.2.1

13 Aug 21:59
Compare
Choose a tag to compare
chore(release): release v2.2.1

2.1.0

12 Aug 21:27
Compare
Choose a tag to compare
Merge branch 'ng-update-6'