Skip to content

v0.4.2

Latest
Compare
Choose a tag to compare
@soareschen soareschen released this 07 Jul 13:03
· 4 commits to main since this release
3a5e8dc

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

    • Derive HasField<Index<{i}>> for structs with unnamed fields - #115
    • Allow unsized generic arguments in IsProviderFor trait - #114