Skip to content

Latest commit

History

History
116 lines (58 loc) 路 6.12 KB

CHANGELOG.md

File metadata and controls

116 lines (58 loc) 路 6.12 KB

0.15.0 (2024-03-26)

Bug Fixes

  • persist cache on garbage collection (330a9f4)
  • tests: make tests pass (e431a56)

Features

0.14.1 (2022-07-04)

Bug Fixes

  • types: remove unused keys (5e83d71)

0.13.0 (2021-09-17)

Features

  • MMKVWrapper: Added new storage wrapper (1b16bdb)

0.12.1 (2021-08-12)

Bug Fixes

  • types: fix localforage interface (63f7158)

0.12.0 (2021-08-12)

Bug Fixes

  • examples: remove ts-ignore, fix peristenceMapper return type, apply codestyle (c7619e2)
  • examples: use locally built library version instead of published (8f21bf7)
  • types: determine required storage type based on serialize option (996c831)
  • types: MMKV wrapper - remove undefined, normalize to null (852de5f)
  • types: provide simplistic storage interfaces (56b1c55), closes #426 #431

0.11.0 (2021-07-29)

Bug Fixes

  • examples: fix typescript compile issues in the react-native example project (17b513b)

Features

  • persistor: add an optional persistence mapper function to allow cache filtration (dc69b30)

0.10.0 (2020-11-21)

Features

  • allow unserialised data to be written to store (7bcb322)

0.9.0 (2020-11-21)

Bug Fixes

  • add example to npm ignore (45aff6e)
  • add npm ignore to examples (734c601)
  • Apollo client peer dependency (5436da4)
  • do not purge in example app (f45816f)
  • example app (513e561)
  • loosen apollo-client peer dep (eeb0e9a)
  • loosen peer dependency (67b83dd)
  • move examples to examples folder (53d0d77)
  • rename package (44009b8)
  • typings and compilation issues for RN example (05dac9e)

Features

  • Add trigger for cache.evict and cache.modify, return results of functions (4881e28)

0.2.1 (2020-08-05)

Bug Fixes

  • export PersistentStorage type (313fd06)
  • export persistCacheSync explicitly (755b94c)
  • improve logging for persisting information (878b13b)
  • minor typo (a7c785e)

Features

0.2.0 (2019-10-23)

Features

  • Synchronous api
  • Storage bugfixing
  • Package updates and testing for storage solutions

0.0.1 (2017-12-01)