- Fix: dict assignment #37
Thanks to all our contributors! 🎉 @pre-commit-ci[bot] and @s-cork
Full Changelog: https://github.com/anvilistas/reactive/compare/v0.1.2...v0.1.3
Thanks to all our contributors! 🎉 @meatballs, @pre-commit-ci, @pre-commit-ci[bot] and @s-cork
Full Changelog: https://github.com/anvilistas/reactive/compare/v0.1.1...v0.1.2
- Fixes computations that suspend #28
- Writeback before render #29
Thanks to all our contributors! 🎉 @meatballs, @pre-commit-ci, @pre-commit-ci[bot] and @s-cork
Full Changelog: https://github.com/anvilistas/reactive/compare/v0.1.0...v0.1.1
- Support reactivity for classes and instances with slots #26
Thanks to all our contributors! 🎉 @meatballs and @s-cork
Full Changelog: https://github.com/anvilistas/reactive/compare/v0.0.12...v0.1.0
- Add tests and resulting fixes #20
Thanks to all our contributors! 🎉 @s-cork
Full Changelog: https://github.com/anvilistas/reactive/compare/v0.0.11...v0.0.12
- Fix: reactive class regression #18
- fix: error message when failing to sort values in a reactive list #16
Thanks to all our contributors! 🎉 @github-actions, @github-actions[bot] and @s-cork
Full Changelog: https://github.com/anvilistas/reactive/compare/v0.0.10...v0.0.11
- update git hooks #12
- Fix: reactive dict should track missing values #13
Thanks to all our contributors! 🎉 @pre-commit-ci[bot] and @s-cork
Full Changelog: https://github.com/anvilistas/reactive/compare/v0.0.9...v0.0.10
- fix object.new takes no args by @s-cork in #11
Full Changelog: https://github.com/anvilistas/reactive/compare/v0.0.8...v0.0.9
- fix dict.bool attribute error. Reactive lists and dicts now have signals for their
__bool__
methods by @s-cork in #9
Full Changelog: https://github.com/anvilistas/reactive/compare/v0.0.7...v0.0.8
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #1
- add sorting implementation by @s-cork in #6
- @pre-commit-ci made their first contribution in #1
Full Changelog: https://github.com/anvilistas/reactive/compare/v0.0.6...v0.0.7
initial working api