v3.0.0
What's Changes
- 💥 The
assert*
functions are removed due to the presence of theassert
function - 💥 The
ensure*
functions are removed due to the presence of theensure
function - 💥 The
maybe*
functions are removed due to the presence of themaybe
function - 💥 The
isLike
is removed due to the presence ofisTupleOf<T>
andisObjectOf<T>
functions - 💥 The second argument of
isArray
is 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
isObject
is 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