Releases: Maluscat/runtime-type-check
Releases · Maluscat/runtime-type-check
v1.1.1
v1.1.0
- Fix the first argument of
Cond.object
not being optional - Make
Cond.object
andCond.array
themselves into their own base conditions- Thus,
Cond.object
andCond.array
can now be used as an alias toCond.object()
andCond.array()
respectively
- Thus,
- Remove
Cond.nonnegative
andCond.range
and document them in the README for easy copy pasting- This is because the library should be kept as lightweight as possible and those two conditions were rather niche