Revision history for Selkie::UI
0.0.4 2026-05-18T17:56:19+01:00
- Replace `-I lib` with `-I.`
0.0.3 2026-05-18T17:33:25+01:00
- Move compile tests to xt/
0.0.2 2026-05-18T16:57:14+01:00
- Add version to Selkie dependency
0.0.1 2026-05-14T03:20:14+01:00
- Documentation improvements: rakudoc, CONTRIBUTING.md, CODE_OF_CONDUCT.md
- Inline POD in main module and Base class
- Enhanced AGENTS.md with architecture overview and testing patterns
- Fixed META6.json description
- Initial version with declarative TUI DSL
- 38+ widget builders covering layouts, inputs, text, charts, and overlays
- Reactive state management with new-state and auto-subscribe
- Block-based setters for real-time UI updates
- Helper functions: OnKey, OnFrame, Dispatch, Tick, Quit, Toast, CloseModal, Handler
- 5 test files covering all builder categories
- 10 example scripts demonstrating core patterns