Skip to content
This repository was archived by the owner on Sep 7, 2025. It is now read-only.

Releases: CedX/webstorage.hx

Web Storage for Haxe 6.0.0

Choose a tag to compare

@CedX CedX released this 25 Aug 10:12
  • Breaking change: removed the putIfAbsent() and putObjectIfAbsent() methods from the Storage class.
  • Updated the package dependencies.

Web Storage for Haxe 5.2.0

Choose a tag to compare

@CedX CedX released this 25 Aug 20:10
  • Use generics for the signature of the getObject(), putObjectIfAbsent() and setObject() methods of the Storage class.

Web Storage for Haxe 5.1.0

Choose a tag to compare

@CedX CedX released this 08 Apr 17:00
  • Made final the StorageEvent class.
  • Updated the dependencies.
  • Use the null coalescing operator.

Web Storage for Haxe 5.0.0

Choose a tag to compare

@CedX CedX released this 20 Feb 11:02
  • Breaking change: removed the LocalStorage and SessionStorage classes.
  • Fixed the typings.

Web Storage for Haxe 4.0.3

Choose a tag to compare

@CedX CedX released this 06 Feb 20:46

Web Storage for Haxe 4.0.2

Choose a tag to compare

@CedX CedX released this 07 Apr 14:17
  • Updated the project URL.

Web Storage for Haxe 4.0.1

Choose a tag to compare

@CedX CedX released this 07 Apr 14:17
  • Fixed the event handling when a key prefix is set.

Web Storage for Haxe 4.0.0

Choose a tag to compare

@CedX CedX released this 07 Apr 14:16
  • Breaking change: reworked the event system by using a custom StorageEvent class.

Web Storage for Haxe 3.1.0

Choose a tag to compare

@CedX CedX released this 07 Apr 14:16
  • Optimized the performance of the putIfAbsent() methods.
  • The keyPrefix property is now private.

Web Storage for Haxe 3.0.0

Choose a tag to compare

@CedX CedX released this 07 Apr 14:16
  • Breaking change: the getter methods now return haxe.ds.Option instances.
  • Breaking change: the setter methods now return tink.core.Outcome instances.
  • Breaking change: removed the defaultValue parameter from the getter methods.