Skip to content

Latest commit

 

History

History
50 lines (29 loc) · 1009 Bytes

CHANGELOG.md

File metadata and controls

50 lines (29 loc) · 1009 Bytes

0.2.2

  • chore: Bump dependencies

0.2.1

  • fix: Workaround for package:web differences pre- and post-1.0.0

0.2.0

  • chore: Updates ffigen and jnigen to latest versions
  • chore: Support web: ">=0.5.0 <2.0.0"
  • fix: Null pointer dereference on Linux clear

0.1.7

  • fix: Ensure only one NativeStorage instance exists for any namespace/scope pair
  • fix: Buffer calls to close
  • chore: Ensure consistent validation of namespaces

0.1.6

  • feat: Support absolute scopes in NativeStorage.scoped

0.1.5

  • chore: Update repository field in pubspec.yaml

0.1.4

  • fix: Lower Android min API to 21 (#121)

0.1.3

  • chore: Migrate to jni 0.8.0 to enable isolated Android storage
  • fix: Removal of secure storage values on macOS/iOS in release mode

0.1.2

  • feat: Isolated memory storage on web
  • fix: Scoping rules
  • chore: More pub.dev clean up

0.1.1

  • Clean up for pub.dev listing

0.1.0

  • Initial version.