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