Skip to content

v5.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 06 Dec 13:06
9073a94

5.0.0 (2024-12-06)

⚠ BREAKING CHANGES

  • The extra parameter in transmute() and related types has been renamed to context 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)