Releases: bohoffi/ngx-localstorage
Releases · bohoffi/ngx-localstorage
3.1.0
Features
- Framework
- Updates compatibility to Angular v9.x
3.0.0
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
Bug fixes
- Service
- Service use configured prefix if set (#21)
2.4.0
Features
- Configuration
- Allow usage without key prefix
Changes
- Angular
- Added back schematics support
2.3.0
Changes
- Angular
- Removed schematics support
- updated compatibility to Angular >=4.0.0
2.2.1
chore(release): release v2.2.1
2.1.0
Merge branch 'ng-update-6'