Skip to content

Releases: cedx/webstorage.js

Web Storage for JS 6.0.0

25 Jul 10:03
Compare
Choose a tag to compare
  • Breaking change: the Storage.keys property is now implemented as Set<string>.

Web Storage for JS 5.0.1

16 Jun 00:39
Compare
Choose a tag to compare

Web Storage for JS 5.0.0

16 Mar 11:46
Compare
Choose a tag to compare
  • Breaking change: renamed the Storage.remove() method to delete().
  • Breaking change: removed the putIfAbsent() and putObjectIfAbsent() methods from the Storage class.

Web Storage for JS 4.2.0

25 Jan 20:55
Compare
Choose a tag to compare

Web Storage for JS 4.1.0

25 Aug 20:28
Compare
Choose a tag to compare
  • Use generics for the signature of the getObject(), putObjectIfAbsent() and setObject() methods of the Storage class.

Web Storage for JS 4.0.0

20 Feb 10:35
Compare
Choose a tag to compare
  • Breaking change: removed the localStorage and sessionStorage symbols.
  • Fixed the TypeScript typings.

Web Storage for JS 3.0.0

01 Sep 14:35
Compare
Choose a tag to compare
  • Breaking change: removed the LocalStorage and SessionStorage classes.
  • Added the localStorage and sessionStorage symbols.

Web Storage for JS 2.0.2

23 Aug 22:16
Compare
Choose a tag to compare

Web Storage for JS 2.0.1

13 Jun 20:45
Compare
Choose a tag to compare
  • Fixed a packaging issue.

Web Storage for JS 2.0.0

12 Jun 13:09
Compare
Choose a tag to compare
  • 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.