Skip to content

Releases: hackfixme/miu

v0.2.0

01 Apr 12:34
Compare
Choose a tag to compare

This is a minor release with the following changes:

Fixes

  • 75c8e0d: Store subscriptions are now properly removed for removed DOM elements.

  • 283e783: The build from v0.1.0 wasn't usable since it didn't handle exports properly.

Features

  • 5ef155b: The $data property is now supported on all path levels, not just at the
    root of the store.

  • 1c33f25: Bindings to textarea properties are now properly processed.

  • 0d515da: The bind context now includes the DOM element it belongs to.

  • 9c50448: Store subscriptions are now more granular, which avoids conflicts.

  • d0306fe: The library version is now included in the bundle and can be accessed programmatically.

Full Changelog: v0.1.0...v0.2.0

v0.1.0

27 Mar 13:21
Compare
Choose a tag to compare

First public release! 🎉

The core design and functionality I set out to implement is done at this point, but there are still plenty of bugs to fix and minor features I wish to add soon. Adding some documentation is high priority as well.

In the meantime, if you're curious, feel free to test this version out, and please report any issues! 🙇