Changelog
-
Implement Extensible Data Types - more info in the blog post
- Data-generic programming support in CGP - #112
- Implement
DispatchHandlersRef
for dispatching based on enum references - #116 - Builder dispatcher refactoring - #117
- Introduce ref version of handler traits - #118
- Dispatcher Refactoring - #119
- Remove Input param from
MatchWithFieldHandlers
- #120 - Support use of ref handlers in handler macros - #121
-
Preset Improvements
- Add new direct delegation mode and use it in preset inheritance - #111
-
Bug Fixes