All notable changes to this project will be documented in this file. See our coding standards for commit guidelines.
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
any
arg 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)