Duix Versions Save

A State Manager focused on KISS and Pareto's Principle

3.0.3

2 years ago

Dependencies were updated.

  • More modern build
  • Security updates

3.0.1

3 years ago

3.0.0

3 years ago

BREAKING CHANGES

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

2.0.0

3 years ago

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

1.0.5

5 years ago