Skip to content

Releases: ozars/specialized-dispatch

v0.2.1

13 Apr 01:57
Compare
Choose a tag to compare

What's Changed

  • Improve doc for passing extra arguments by @ozars in #1
  • Accept mut prefix before argument names by @ozars in #2
  • Add advanced serdelike example by @ozars in #3
  • Release 0.2.1 by @ozars in #4

Full Changelog: v0.2.0...v0.2.1

v0.2.0

12 Apr 05:57
Compare
Choose a tag to compare

Full Changelog: v0.1.2...v0.2.0

  • Macro call convention has changed. This is a breaking change.
    • Default specialization now needs to be marked default explicitly.
    • As such use of generic args doesn't imply default specialization any
      more. However, generic args support is very rudimentary for now.
    • Arguments need to be stated after specializations.
  • Arguments... arguments?! Passing multiple arguments from callsite to
    the specialization is supported now. Note that the specialization
    still happens based on the first argument only.
  • Documentation and general code health improvements.

v0.1.2

07 Apr 20:40
Compare
Choose a tag to compare
  • Improve documentation.
  • Add trait bound example.
  • Minor stylistic changes.

v0.1.1

07 Apr 14:31
Compare
Choose a tag to compare
  • Added missing MIT LICENSE file.
  • Added some badges to README.md.