Releases: adwher/typecheck
Releases · adwher/typecheck
v0.6.0
Changes
- Add support to ULID validations with the new
isULID
pipe. See ddd76c9.
- Change
describe
schema to receive the description first.
- Improve testing suite and testing coverage of the codebase. See 3d6db56.
Full Changelog: 0.5.1...0.6.0
v0.3.0
Changes
- Update
check
to use type-assertion. See a75bd24
- Create
strict
mode. See 46e80e8
- Add
nonEmpty
pipe. See 7d22855
v0.0.2
What's Changed
- feat(pipes): create
startsWith()
by @adwher in #3
- feat(ci): improve testing coverage by @adwher in #2
- feat: extends the issue API by @adwher in #5
New Contributors
Full Changelog: 0.0.1...0.0.2