Skip to content

v3.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 31 Oct 15:01
a9fc738

3.0.0 (2024-10-31)

⚠ BREAKING CHANGES

  • Schema type now enforces strict type compatibility between source and target properties. Code with mismatched types in direct property mappings will need to be updated to use TransmuteFn for type conversion or fix the type mismatch.

Features

  • enforce type compatibility in schema mappings (cc26b94)