Releases: arqex/freezer
Releases · arqex/freezer
Version 0.9.2
- Fixed specialEvents problem in build
- Not triggering events in all parents when a node have more than one parent.
Version 0.9.0
- Added
beforeAll
andafterAll
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
Fixed set
not accepting numerical keys.
Version 0.8.1
once
now returns the listener/freezer object.
Version 0.8.0
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
Fixes now
triggering events twice.
Fixes live mode not triggering events in the intermediate nodes.
Removed some console.log methods.
Version 0.7.0
Adds now
and pivot
node methods.
Version 0.6.1
- Fixed binding parents to the nodes on reset.
- Fixed not removing an specific listener when using
off
.
Version 0.6.0
Added options to freezer initialization.
Added mutable option in order of create mutable freezer objects.
Added live mode option.
Version 0.5.2
- 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.