Skip to content

Releases: jsr-core/unknownutil

v4.0.1

04 Aug 09:27
7d8bcbd
Compare
Choose a tag to compare

What's Changed

Full Changelog: v4.0.0...v4.0.1

v4.0.0

02 Aug 21:27
e4d587c
Compare
Choose a tag to compare

Note

See Migration (v3 to v4) guide to migrate.

💥 Breaking changes

  • isBigInt is renamed to isBigint
  • isOptionalOf is renamed to asOptional and moved into as module
  • isUnwrapOptionalOf is renamed to asUnoptional and moved into as module
  • isOptional is renamed to hasOptional and moved into as module
  • isRecordLike is removed (Use isRecord instead)
  • isRecordLikeOf is removed (Use isRecordOf instead)
  • isReadonlyTupleOf is removed (Use isTupleOf with isReadonlyOf instead)
  • isReadonlyUniformTupleOf is removed (Use isUniformTupleOf with isReadonlyOf instead)
  • options of isObjectOf is removed (Use isObjectOf with isStrictOf instead)
  • isOneOf is removed (Use isUnionOf instead)
  • isAllOf is removed (Use isIntersectionOf instead)
  • isReadonly is removed
  • isUnwrapReadonlyOf is removed
  • getMetadata is removed
  • getPredicateFactoryMetadata is removed
  • setPredicateFactoryMetadata is removed
  • GetMetadata is removed
  • WithMetadata is removed
  • PredicateFactoryMetadata is removed

👍 Enhancements

  • Add asReadonly, asUnreadonly, and hasReadonly
  • All predicate functions are exported individually in is or as modules
  • All utility functions are exposed individually under the root module

What's Changed

Full Changelog: v3.18.1...v4.0.0

v4.0.0-pre.3

02 Aug 20:31
e902b0a
Compare
Choose a tag to compare
v4.0.0-pre.3 Pre-release
Pre-release

Full Changelog: v3.18.1...v4.0.0-pre.3

v4.0.0-pre.1

01 Aug 21:22
1e6022c
Compare
Choose a tag to compare
v4.0.0-pre.1 Pre-release
Pre-release

Full Changelog: v3.18.1...v4.0.0-pre.1

v4.0.0-pre.2

02 Aug 20:30
cbe8323
Compare
Choose a tag to compare
v4.0.0-pre.2 Pre-release
Pre-release

What's Changed

Full Changelog: v3.18.0...v4.0.0-pre.2

v4.0.0-pre.0

01 Aug 21:20
cbe8323
Compare
Choose a tag to compare
v4.0.0-pre.0 Pre-release
Pre-release

What's Changed

Full Changelog: v3.18.0...v4.0.0-pre.0

v3.18.1

14 May 02:50
cbe8323
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.18.0...v3.18.1

v3.18.0

14 Apr 11:18
3b10164
Compare
Choose a tag to compare

What's Changed

  • isObjectOf allows function object by @Milly in #75
  • 👍 isIntersectionOf allows anything other than isObjectOf by @Milly in #76
  • 👍 Add isParametersOf by @Milly in #74
  • 📝 Update docs for JSR by @lambdalisue in #77

Full Changelog: v3.17.3...v3.18.0

v3.17.3

13 Apr 06:54
b89d255
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.17.2...v3.17.3

v3.17.2

06 Apr 04:09
3927a33
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.17.1...v3.17.2