Skip to content

Latest commit

 

History

History
82 lines (39 loc) · 3.95 KB

File metadata and controls

82 lines (39 loc) · 3.95 KB

Changelog

All notable changes to this project will be documented in this file. See our coding standards for commit guidelines.

0.7.0 (2026-01-12)

Features

  • add isFunction helper (6e79c52)
  • add JSON.stringify replacer to deterministically sort object keys (da7cce7)

Bug Fixes

  • resolve issues for Typescript version 5.7.2 (83eef93)

0.6.0 (2025-11-12)

Features

0.5.1 (2025-11-08)

Bug Fixes

  • ensure hasDefined is called on an object (e532ebf)

0.5.0 (2025-10-24)

Features

Bug Fixes

  • keep type info when checking for empty obj or array (#114) (4fe3bc0)
  • make hasDefined work for non-strict unions (#107) (34c6123)
  • replace isUndefined from node utils by our own implementation (abcd9e0)

0.4.0 (2024-09-03)

Features

Bug Fixes

  • Replace any arg types in type guards w/ unknown (48aac51)

0.3.0 (2024-05-06)

Features

Other

  • config: allow tslib 2.x as peer dep (6320e11)