793 B
793 B
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<...>(fromAbstractListDispatch<...>)hdk::grid::eps::Conduit<...>::Tap(fromSubscription)hdk::grid::eps::TapScope(fromSubscriptionGroup)- Renamed conduit verbs:
Attach/Detach(Triggerunchanged). - Added pause controls:
Conduit::Pause/Resume/IsPaused,Tap::Pause/Resume/IsPaused, andTapScope::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.