Skip to content

Web Storage for JS 2.0.0

Compare
Choose a tag to compare
@cedx cedx released this 12 Jun 13:09
· 509 commits to main since this release
  • Breaking change: removed the defaultValue parameter from the getter methods.
  • Breaking change: renamed the WebStorage class to Storage.
  • Breaking change: replaced the SimpleChange class by the StorageEvent one.
  • Added support for key prefix.
  • Added the local() and session() static methods to the Storage class.
  • Added the Storage.onChange() instance method.
  • Ported the source code to JavaScript.
  • Restored support for GitHub Packages.