Releases: cedx/webstorage.js
Releases · cedx/webstorage.js
Web Storage for JS 7.0.0
- Ported the source code to CoffeeScript.
Web Storage for JS 6.0.0
- Breaking change: the
Storage.keys
property is now implemented asSet<string>
.
Web Storage for JS 5.0.1
- Migrated the documentation to the GitHub wiki.
Web Storage for JS 5.0.0
- Breaking change: renamed the
Storage.remove()
method todelete()
. - Breaking change: removed the
putIfAbsent()
andputObjectIfAbsent()
methods from theStorage
class.
Web Storage for JS 4.2.0
- Ported the source code to TypeScript.
Web Storage for JS 4.1.0
- Use generics for the signature of the
getObject()
,putObjectIfAbsent()
andsetObject()
methods of theStorage
class.
Web Storage for JS 4.0.0
- Breaking change: removed the
localStorage
andsessionStorage
symbols. - Fixed the TypeScript typings.
Web Storage for JS 3.0.0
- Breaking change: removed the
LocalStorage
andSessionStorage
classes. - Added the
localStorage
andsessionStorage
symbols.
Web Storage for JS 2.0.2
- Fixed the TypeScript typings.
Web Storage for JS 2.0.1
- Fixed a packaging issue.