v0.2.0
InstanceDispatch v0.2.0
Breaking changes
- Drop support for Julia < 1.12
- Changed default return value of the generated functions. It should not affect the result of your codes, but might change type inference (see the documentation).
New Features
- Support type annotations for the return value of functions.
- Allow the specification of default return value to help type inference.
Merged pull requests:
- chore(deps): bump actions/checkout from 4 to 6 (#5) (@dependabot[bot])
Closed issues:
- Type instability in return type (#4)