16 lines
620 B
Markdown
16 lines
620 B
Markdown
# Changelog
|
|
|
|
All notable changes to this package will be documented in this file.
|
|
|
|
## [0.6.0] - 2026-03-10
|
|
|
|
### Added
|
|
- 5 new signal graph edge case tests: self-referential cycle validation, bool signal analysis, float derived dependencies, handler with multiple deps, deep 5-level topological chain
|
|
- 12 earlier tests for dead signal, fan-out, diamond, empty/views-only programs, event handlers, conditionals, static text, multiple views, timers, string/array signals
|
|
|
|
### Test Coverage
|
|
- **25 tests** (was 8 in v0.5.0)
|
|
|
|
## [0.5.0] - 2026-03-09
|
|
|
|
- Initial release with signal graph analysis and view binding extraction
|