Skip to content

Latest commit

 

History

History
239 lines (115 loc) · 10.5 KB

CHANGELOG.md

File metadata and controls

239 lines (115 loc) · 10.5 KB

Changelog

All notable changes to this project will be documented in this file. See commit-and-tag-version for commit guidelines.

6.0.1 (2024-07-17)

Bug Fixes

  • work around deprecation warning (e7cc3ad)

Maintenance

6.0.0 (2024-04-21)

⚠ BREAKING CHANGES

  • stop supporting API 22
  • update to Capacitor 6

Features

Maintenance

5.2.0 (2024-03-18)

Features

  • use a mutex to ensure no race conditions (39bc00d)

Maintenance

5.1.0 (2024-02-28)

Features

  • add support for keychain access (eb5866f)

Maintenance

5.0.0 (2023-12-08)

⚠ BREAKING CHANGES

  • Storage calls that are implemented on the current platform now throw an instance of StorageError. This provides better typing, as you can use instanceof StorageError to narrow a caught error to StorageError, then compare error.code against StorageErrorType, which is now a string.

Features

  • throw StorageError instance from storage ops (a34dbe3)

Bug Fixes

  • notFound is no longer returned as an error (31cbfe9)
  • return null if entry is missing in KeyStore (9cf5d4d)

Maintenance

4.0.0 (2023-06-15)

⚠ BREAKING CHANGES

  • The plugin now requires Capacitor 5.

Features

Maintenance

  • don’t log name + version at startup (0f636e9)
  • no more husky (2986725)
  • update dev environment (19fada5)

3.0.2 (2023-05-03)

Bug Fixes

  • clearItemsWithPrefix() was clearing all items (fa754db)

Maintenance

3.0.1 (2023-04-02)

3.0.0 (2023-04-02)

⚠ BREAKING CHANGES

  • To be consistent with JavaScript's Storage and @capacitor/preferences, the plugin now returns null instead of throwing an exception when getting a non-existent item.

Also, the plugin no longer encrypts data on the web, since this plugin is designed for native storage, and including blowfish was unnecessary bloat.

Features

  • no blowfish, return null (0f2491a)

Maintenance

2.1.0 (2023-02-17)

Features

  • add compatibility w/ @vueuse/useStorageAsync (c4a7c44)

Maintenance

2.0.1 (2022-10-24)

Bug Fixes

Maintenance

  • clarify data types that can be stored (4dc99cb)

2.0.0 (2022-10-10)

⚠ BREAKING CHANGES

  • The API has changed since v1, please see the documentation.

Features

  • overhaul for Cap 4, iCloud sync (37b1501)

1.0.7 (2021-04-02)

Maintenance

  • remove unnecessary stuff from package (d7e8c74)

1.0.6 (2021-04-01)

Maintenance

1.0.5 (2021-04-01)

Docs

Maintenance

1.0.4 (2021-03-26)

Maintenance

Docs

  • add API docs (0f29212)
  • note capacitor 2 only (ac6eeef)
  • update docgen to fix method list format (b4d8372)

1.0.3 (2020-12-07)

Docs

  • document notFound error (08e4b58)

1.0.2 (2020-12-04)

  • update to capacitor-native-decorator v1.1.0. Native calls must receive an object. Public API of this plugin did not change.

1.0.1 (2020-11-30)

Bug Fixes

  • possible bugs revealed by strict mode, es6 (1297fa1)
  • remove debug code (f1b84a5)

1.0.0 (2020-11-28)

Initial public release.