Skip to content

Releases: lawvs/zod-compare

v1.0.0

05 Oct 16:50
d9373da
Compare
Choose a tag to compare

Major Changes

v0.3.1

03 Jul 10:58
6bfef54
Compare
Choose a tag to compare

Patch Changes

  • 95175c4: feat: add compare result to debug stack

v0.3.0

07 May 08:42
3483795
Compare
Choose a tag to compare

Minor Changes

  • b40d479: refactor: redesign isCompatibleType with new rule style

    The function createIsSameTypeFn has been renamed to createCompareFn.

v0.2.0

06 May 13:27
70d8a21
Compare
Choose a tag to compare

Minor Changes

  • ff25a46: refactor!: replace misc options with middleware

    BREAKING CHANGE: The options object has been removed and replaced with custom rules.

v0.1.4

20 Apr 00:47
a1ec476
Compare
Choose a tag to compare

Patch Changes

  • f19f193: fix: correctly compare union types in isCompatibleType
  • cd00e6b: fix: flatten union in isCompatibleType

v0.1.3

10 Mar 18:02
a854620
Compare
Choose a tag to compare

Patch Changes

v0.1.2

25 Feb 07:16
13d3413
Compare
Choose a tag to compare

Patch Changes

  • c713d92: fix: order of intersection comparison in isSameType function

v0.1.1

25 Feb 06:40
afbd630
Compare
Choose a tag to compare

Patch Changes