Skip to content

Releases: typhonjs-node-utils/object

0.5.0

Choose a tag to compare

@typhonrt typhonrt released this 31 Dec 09:37

0.5.0 release (major)

  • Improved isObject / isPlainObject type guard / types passthrough.
  • Added:
    • assertObject
    • assertPlainObject
    • assertRecord
    • ensureNonEmptyAsyncIterable
    • ensureNonEmptyIterable
    • isRecord

0.4.0

Choose a tag to compare

@typhonrt typhonrt released this 16 Feb 03:21

0.4.0 release (minor)

  • Fix regression in isPlainObject.

0.3.0

Choose a tag to compare

@typhonrt typhonrt released this 14 Feb 10:00

0.3.0 release (minor)

  • Added main field to package.json (required by esm-d-ts for test cases using this package without node resolve).

0.2.0

Choose a tag to compare

@typhonrt typhonrt released this 14 Feb 03:32

0.2.0 release (major)

  • Removed several superfluous functions including validation functions.
  • Strengthened all functions for Typescript type guards and automatic inference.
  • 100% test coverage.

0.1.0

Choose a tag to compare

@typhonrt typhonrt released this 09 Jan 17:20

0.1.0 release

  • Initial release