v5.0.0
5.0.0 (2024-12-06)
⚠ BREAKING CHANGES
- The
extra
parameter in transmute() and related types has been renamed tocontext
to better reflect its purpose in providing contextual data for transmutations. This change affects the public API including type definitions, function parameters, and documentation.
Code Refactoring
- rename extra parameter to context (b8ca220)