Files
hdk/CHANGELOG.md
2026-05-17 11:26:14 +00:00

21 lines
793 B
Markdown

# Change log
Newest at the top, oldest at the bottom.
## 2026-05-11 -- v0.0.1
- Hard-cut rename of grid event dispatch API to Event Pulse System naming.
- `hdk::grid::eps::Conduit<...>` (from `AbstractListDispatch<...>`)
- `hdk::grid::eps::Conduit<...>::Tap` (from `Subscription`)
- `hdk::grid::eps::TapScope` (from `SubscriptionGroup`)
- Renamed conduit verbs: `Attach`/`Detach` (`Trigger` unchanged).
- Added pause controls: `Conduit::Pause/Resume/IsPaused`, `Tap::Pause/Resume/IsPaused`, and `TapScope::PauseAll/ResumeAll`.
- Renamed scope bulk detach API to `DetachAll()`.
- Updated SDL event base inheritance and example usage to EPS names.
- Updated grid and SDL documentation text to EPS vocabulary.
## 2026-04-19 -- v0.0.0
- Scaffold each subproject.
- Import some previous work.