Skip to content

v3.0.0

Compare
Choose a tag to compare
@lambdalisue lambdalisue released this 21 Jun 15:53
· 277 commits to main since this release
a03dda9

What's Changes

  • 💥 The assert* functions are removed due to the presence of the assert function
  • 💥 The ensure* functions are removed due to the presence of the ensure function
  • 💥 The maybe* functions are removed due to the presence of the maybe function
  • 💥 The isLike is removed due to the presence of isTupleOf<T> and isObjectOf<T> functions
  • 💥 The second argument of isArray is removed due to the presence of the isArrayOf<T> function
  • 💥 The second argument of isRecord (new variant of isObject) is removed due to the presence of the isRecordOf<T> function
  • 💥 The isObject is renamed to isRecord
  • 👍 The isOneOf<T> function is added
  • 👍 All is* functions are exposed as is.* as aliases

See details on #21

See Migration guide for migrationg from unknownutil v2 to v3.

Full Changelog: v2.1.1...v3.0.0