ionic-cache

Angular cache service with IndexedDB, SQLite and WebSQL support

MIT License

Downloads
5.3K
Stars
262
Committers
25
ionic-cache - v2.0.1 Latest Release

Published by Nodonisko over 7 years ago

New version with lots of fixes. Big thanks to ihadeed for this release!

Breaking changes:

  • Renamed disableCachemethod to enableCache

Changes and bug fixes:

  • use Ionic Storage so now IndexedDB, SQLite, WebSQL are supported in this order
  • removed dependencies, made everything a dev dependency to make things simpler
  • added NgModule ( closes #25 )
  • added .editorconfig file
  • removed typings and added @types
  • compiling with ngc instead of tsc to produce needed files for AoT compilation
  • added tests
  • fix linting
  • add circleci instructions
  • error are now passed throught observable chain when using loadFromDelayedObservable ( closes #24 )
ionic-cache - Ionic cache v1.1.1

Published by Nodonisko almost 8 years ago

Request with apostrophe in data now working.

ionic-cache - Ionic RC0 support

Published by Nodonisko about 8 years ago

Dropped out all Ionic libraries dependency.

ionic-cache - Ionic Cache v1.0.5

Published by Nodonisko over 8 years ago

Key features:

  • Request caching
  • Delayed observable caching (see docs for more info)
  • Don't invalidate cache if is browser offline
  • Set and invalidate groups of entries
Package Rankings
Top 2.56% on Npmjs.org
Related Projects