Skip to content

Releases: cedx/webstorage.js

Web Storage for JS 7.0.0

07 Nov 10:12
Compare
Choose a tag to compare

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.