Releases: thk2b/duck-check
Releases · thk2b/duck-check
v2.0.1
Remove complex (and yet informative) error messages. Remove error batching.
Rewrite _check
to improve readability.
v1.1.0
New features:
- assert(schema)() - Returns a boolean instead of throwing a TypeError
- modifiers - not, any, nonEmpty, either
- check for a class instance
- minor internal refactoring