v3.0.0
What's Changes
- 💥 The
assert*functions are removed due to the presence of theassertfunction - 💥 The
ensure*functions are removed due to the presence of theensurefunction - 💥 The
maybe*functions are removed due to the presence of themaybefunction - 💥 The
isLikeis removed due to the presence ofisTupleOf<T>andisObjectOf<T>functions - 💥 The second argument of
isArrayis removed due to the presence of theisArrayOf<T>function - 💥 The second argument of
isRecord(new variant ofisObject) is removed due to the presence of theisRecordOf<T>function - 💥 The
isObjectis renamed toisRecord - 👍 The
isOneOf<T>function is added - 👍 All
is*functions are exposed asis.*as aliases
See details on #21
See Migration guide for migrationg from unknownutil v2 to v3.
Full Changelog: v2.1.1...v3.0.0