v1.0.7
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