Skip to content

2.0.0

Compare
Choose a tag to compare
@MacFJA MacFJA released this 21 Aug 15:17
· 41 commits to main since this release

Added

  • New alias for persisting into Browser local storage (persistBrowserLocal)
  • New alias for persisting into Browser session storage (persistBrowserSession)
  • New alias for persisting into cookie storage (persistCookie)
  • New storage (wrapper) createEncryptedStorage (#21)
  • Add basic type definitions in README (#19)

Changed

  • Change name of functions that create storage
  • Change the data serializer (#18, #20)
  • (dev) New lib to generate documentation
  • (dev) Validate code style on configuration files

Removed

  • noopStorage() use createNoopStorage() instead
  • localStorage() use createLocalStorage() instead
  • sessionStorage() use createSessionStorage() instead
  • indexedDBStorage() use createIndexedDBStorage() instead

Thanks to @beebase for the new Storage idea, @michaelcuneo for suggesting the documentation update, @SwiftWinds and @AndreasHeintze for raising issues with the serialization library