Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(release): 1.0.0-beta.2 [skip ci]
# [1.0.0-beta.2](1.0.0-beta.1...1.0.0-beta.2) (2023-05-24) ### Features * change validator interface and change validators ([4734796](4734796)) * **fixed_array:** add validator for fixed array aka tuple ([e7704a7](e7704a7)) * **gte:** add validator for greater than or equal operator ([629919b](629919b)) * **inequality:** add validator for inequality operator ([caee113](caee113)) * **lte:** add validator for less than or equal operator ([cb247f8](cb247f8)) * **mod:** export related types ([e61e888](e61e888)) * **not:** add validator for logical not operator ([65b97bf](65b97bf)) * **optional:** add validator for optional object ([9ce9e84](9ce9e84)) * **or:** add validator for logical or operator ([63d8d2f](63d8d2f)) * **property:** add validator for property ([9e46ffd](9e46ffd)) * **types:** rename interface of `ValidationError` ([a121e4f](a121e4f)) * **unique:** add validator for unique item ([0d34889](0d34889))
- Loading branch information