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)
- add isFunction helper (6e79c52)
- add JSON.stringify replacer to deterministically sort object keys (da7cce7)
- resolve issues for Typescript version 5.7.2 (83eef93)
0.6.0 (2025-11-12)
- add groupBy util (e828ca8)
0.5.1 (2025-11-08)
- ensure hasDefined is called on an object (e532ebf)
0.5.0 (2025-10-24)
- 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)
- add _.compact replacement (#35) (39e08a5)
- Add isBoolean type guard (#49) (e8b208c)
- Add isSet type guard (#31) (ad25a69)
- add range function (#42) (a2ae666)
- Replace
anyarg types in type guards w/unknown(48aac51)
0.3.0 (2024-05-06)
- add partial replacement of _.pick (c7d143e)
- add replacement of _.uniq (#23) (4ece381)
- add StrictUnion (22080e1)
- config: allow tslib 2.x as peer dep (6320e11)