Skip to content

Releases: BrodaNoel/duix

3.0.3

16 Apr 01:19
Compare
Choose a tag to compare

Dependencies were updated.

  • More modern build
  • Security updates

3.0.1 Support cloning Classes

06 Jun 21:28
Compare
Choose a tag to compare

3.0.0

03 Jun 13:30
Compare
Choose a tag to compare

BREAKING CHANGES

  • Now, duix returns (on get and subscribers calls) and storage (on set) cloned objects.

2.0.0

30 May 02:09
Compare
Choose a tag to compare

BREAKING CHANGES

  • Renamed callMeNow subscriber prop for fireImmediately
  • Now, the subscriber is gonna be called ONLY if the value actually really changed.

For example, in this case, the subscriber is gonna be called only 1 time:

duix.set('count', 2); // Here it calls the subscribers
duix.set('count', 2); // Here it doesn't call the subscribers, because the prev value was already 2

Documentation Improved

03 Jan 22:38
Compare
Choose a tag to compare
1.0.5

Bump version