Skip to content

v6.0.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 06 Dec 13:39
994c1d3

6.0.0 (2024-12-06)

⚠ BREAKING CHANGES

  • Split Schema type definition into two separate types:
    • SchemaItem: represents a single transformation rule
    • Schema: represents an array of SchemaItems

Code Refactoring

  • split Schema type into SchemaItem and Schema (08a9ac5)