Skip to content

Releases: arqex/freezer

Version 0.9.2

24 Oct 15:35
Compare
Choose a tag to compare
  • Fixed specialEvents problem in build
  • Not triggering events in all parents when a node have more than one parent.

Version 0.9.0

23 Oct 15:09
Compare
Choose a tag to compare
  • Added beforeAll and afterAll events.
  • this in event listeners now point to the current freezer object.
  • Fixed Freezer.prototype.set not working with plain objects.
  • Fixed some typos in README.

Version 0.8.2

15 Oct 14:57
Compare
Choose a tag to compare

Fixed set not accepting numerical keys.

Version 0.8.1

06 Oct 08:18
Compare
Choose a tag to compare

once now returns the listener/freezer object.

Version 0.8.0

01 Oct 14:45
Compare
Choose a tag to compare
  • now returns the current node, like any other updater method.
  • Fixed nodes losing the live mode on update. Thanks to @ZenFe.
  • Fixed nodes triggering event in the wrong order when pivot. Thanks to @ZenFe.
  • Tests passing now in Node 4. Thanks @kuraga.
  • Adds setting properties to undefined. Thanks to @rsamec.

Version 0.7.1

19 Sep 09:06
Compare
Choose a tag to compare

Fixes now triggering events twice.
Fixes live mode not triggering events in the intermediate nodes.
Removed some console.log methods.

Version 0.7.0

16 Sep 15:25
Compare
Choose a tag to compare

Adds now and pivot node methods.

Version 0.6.1

14 Sep 15:37
Compare
Choose a tag to compare
  • Fixed binding parents to the nodes on reset.
  • Fixed not removing an specific listener when using off.

Version 0.6.0

18 Aug 14:31
Compare
Choose a tag to compare

Added options to freezer initialization.
Added mutable option in order of create mutable freezer objects.
Added live mode option.

Version 0.5.2

08 May 08:49
Compare
Choose a tag to compare
  • Fixed reseting top nodes not updating the store
  • Fixed some == comparisons that would modify incorrect attributes.
  • Fixed modifying the object passed to set as argument.
  • Added the playground to the readme file.