11.0.0 (2024-01-12)
- Bump package version to v11 instead of 10.1 for Angular 17 (a682c82)
- Angular 16 no longer supported
10.1.0 (2024-01-12)
10.0.0 (2023-07-31)
- Update to Angular 16 (1c9b04b)
- Fix an incorrect version bump (2344622)
- Angular 15 no longer supported
9.0.0 (2023-01-27)
- Angular 14 no longer supported
8.0.1 (2022-11-13)
- Include README.md in published npm package (df9e424)
8.0.0 (2022-11-13)
- docs: Set base href in angular.json (9d60b7b)
- Remove ancient schematics (b7e048f)
- remove lazy-get-decorator dependency (ec4f471)
- Update Angular dependencies to the lastest v14 versions (f807d4a)
- Update to support Angular 14 using localforage 1.10.0 (1482ac8), closes #308
- Depend on Angular 14 & localforage 1.10
7.0.0 (2022-01-24)
- Angular <13.0 & ngforage <1.9.0 no longer supported
6.0.0 (2020-06-08)
- Add .idea to git ()
- add missing comma in karma.conf.js ()
- Recompile for ng9 ()
- Regenerate lockfile (), closes #226
- Removed the Omit type as Typescript now bundles its own. ()
- Moved an internal property's initialiser. ()
- Refactored an internal toJSON method ()
- Removed
Symbol.toStringTag
from all classes. () - Removed NgForageModule ()
- library now requires Angular >=9.0.0
- Removed the Omit type as Typescript now bundles its own. ng update will handle this for you
Symbol.toStringTag
was removed from call classes in case you were depending on it for any reason.- NgForageModule has been removed - see MIGRATING.md
5.0.1 (2019-07-10)
- tests: Removed "Length should be 0 initially" test as it was no longer needed and would sometimes fail due to changes in the updated Karma lib (5122181)
- Add .npmrc to .gitignore (5eba92e)
5.0.0 (2019-07-10)
- Reduce number of badges in README (a0ba9a2)
- deps: bump handlebars from 4.1.0 to 4.1.2 (2827125)
- deps: bump js-yaml from 3.12.2 to 3.13.1 (7cf2971)
- The library's Angular dependencies now require versions ^8.0.0.