Skip to content

v1.0.7

Compare
Choose a tag to compare
@iway1 iway1 released this 04 Jan 13:13
· 152 commits to main since this release
27b255b

Deprecated enums because:

  • They didn't handle all usecases people were likely to try and use them in leading to confusing situations
  • z.string() and z.number() plus react props can be used to cover all those use cases in a more straightforward way.

What's Changed

  • adds deprecation warnings to enum, updates docs by @iway1 in #13
  • now checks for array equality correctly by @iway1 in #14

Full Changelog: 1.0.6...1.0.7