This repository was archived by the owner on Sep 7, 2025. It is now read-only.
Releases: CedX/webstorage.hx
Releases · CedX/webstorage.hx
Release list
Web Storage for Haxe 6.0.0
Web Storage for Haxe 5.2.0
- Use generics for the signature of the
getObject(),putObjectIfAbsent()andsetObject()methods of theStorageclass.
Web Storage for Haxe 5.1.0
- Made
finaltheStorageEventclass. - Updated the dependencies.
- Use the null coalescing operator.
Web Storage for Haxe 5.0.0
- Breaking change: removed the
LocalStorageandSessionStorageclasses. - Fixed the typings.
Web Storage for Haxe 4.0.3
- Fixed the handling of global storage events.
Web Storage for Haxe 4.0.2
Web Storage for Haxe 4.0.1
- Fixed the event handling when a key prefix is set.
Web Storage for Haxe 4.0.0
- Breaking change: reworked the event system by using a custom
StorageEventclass.
Web Storage for Haxe 3.1.0
- Optimized the performance of the
putIfAbsent()methods. - The
keyPrefixproperty is now private.
Web Storage for Haxe 3.0.0
- Breaking change: the getter methods now return
haxe.ds.Optioninstances. - Breaking change: the setter methods now return
tink.core.Outcomeinstances. - Breaking change: removed the
defaultValueparameter from the getter methods.