What's Changed
Bug Fixes
- fix: prevent dangling references in dict and listCallbackProperties by @iisakkirotko in #43
- Fixed bug that occurred if a callback attribute used a property which didn't exist yet by @astrofrog in #50
Performance
- Fixed a bug that caused unnecessary global callbacks even if value did not change by @astrofrog in #46
- Avoid storing duplicate functions/methods in CallbackContainer by @astrofrog in #48
Other Changes
- Updated package infrastructure to use pyproject.toml by @astrofrog in #47
- Fix license in pyproject.toml by @astrofrog in #49
New Contributors
- @iisakkirotko made their first contribution in #43
Full Changelog: v0.10.0...v0.11.0