Releases: jsr-core/unknownutil
Releases · jsr-core/unknownutil
v3.4.0
v3.3.1
v3.3.0
What's Changed
- ☕ Add benchmark tests by @lambdalisue in #27
- Allow
isObjectOfto specify an optional property by @Milly in #29
New Contributors
Full Changelog: v3.2.0...v3.3.0
v3.2.0
v3.1.1
v3.1.0
What's Changed
- 🌿 Improve tests of
ismodule by @lambdalisue in #23 - 👍 Add
isInstanceOf<T>,isBigInt, andisSymbolfunctions by @lambdalisue in #24
Full Changelog: v3.0.1...v3.1.0
v3.0.1
What's Changed
- 📝 Add note about design limitation of
isTupleOfby @lambdalisue in #22
Full Changelog: v3.0.0...v3.0.1
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
v2.1.1
v2.1.0
What's Changed
- 📦 Upgrade supported Deno version by @lambdalisue in #16
Full Changelog: v2.0.0...v2.1.0