Releases: jsr-core/unknownutil
Releases · jsr-core/unknownutil
v4.0.1
v4.0.0
Note
See Migration (v3 to v4) guide to migrate.
💥 Breaking changes
isBigIntis renamed toisBigintisOptionalOfis renamed toasOptionaland moved intoasmoduleisUnwrapOptionalOfis renamed toasUnoptionaland moved intoasmoduleisOptionalis renamed tohasOptionaland moved intoasmoduleisRecordLikeis removed (UseisRecordinstead)isRecordLikeOfis removed (UseisRecordOfinstead)isReadonlyTupleOfis removed (UseisTupleOfwithisReadonlyOfinstead)isReadonlyUniformTupleOfis removed (UseisUniformTupleOfwithisReadonlyOfinstead)optionsofisObjectOfis removed (UseisObjectOfwithisStrictOfinstead)isOneOfis removed (UseisUnionOfinstead)isAllOfis removed (UseisIntersectionOfinstead)isReadonlyis removedisUnwrapReadonlyOfis removedgetMetadatais removedgetPredicateFactoryMetadatais removedsetPredicateFactoryMetadatais removedGetMetadatais removedWithMetadatais removedPredicateFactoryMetadatais removed
👍 Enhancements
- Add
asReadonly,asUnreadonly, andhasReadonly - All predicate functions are exported individually in
isorasmodules - All utility functions are exposed individually under the root module
What's Changed
- 🎉 unknownutil v4 by @lambdalisue in #87
Full Changelog: v3.18.1...v4.0.0
v4.0.0-pre.3
Full Changelog: v3.18.1...v4.0.0-pre.3
v4.0.0-pre.1
Full Changelog: v3.18.1...v4.0.0-pre.1
v4.0.0-pre.2
What's Changed
- 📝 Fix NPM README by @lambdalisue in #78
- 📝 Add deprecation warning message by @lambdalisue in #83
Full Changelog: v3.18.0...v4.0.0-pre.2
v4.0.0-pre.0
What's Changed
- 📝 Fix NPM README by @lambdalisue in #78
- 📝 Add deprecation warning message by @lambdalisue in #83
Full Changelog: v3.18.0...v4.0.0-pre.0
v3.18.1
What's Changed
- 📝 Fix NPM README by @lambdalisue in #78
- 📝 Add deprecation warning message by @lambdalisue in #83
Full Changelog: v3.18.0...v3.18.1
v3.18.0
What's Changed
isObjectOfallows function object by @Milly in #75- 👍
isIntersectionOfallows anything other thanisObjectOfby @Milly in #76 - 👍 Add
isParametersOfby @Milly in #74 - 📝 Update docs for JSR by @lambdalisue in #77
Full Changelog: v3.17.3...v3.18.0
v3.17.3
What's Changed
- Create FUNDING.yml by @lambdalisue in #71
- 📝 Misc update for repository transfer by @lambdalisue in #70
- 👍 Add @deprecated to
isObjectOf()that withoptions.strictby @Milly in #73
Full Changelog: v3.17.2...v3.17.3