Skip to content

Latest commit

 

History

History
165 lines (73 loc) · 6.26 KB

CHANGELOG.md

File metadata and controls

165 lines (73 loc) · 6.26 KB

Changelog

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

1.14.0 (2024-03-06)

✨ New Features

1.13.1 (2023-12-06)

🐛 Bug Fixes

  • export valueOf type so it can be used externally (#133) (49d8284)

1.13.0 (2023-12-06)

✨ New Features

1.12.0 (2023-09-27)

✨ New Features

1.11.0 (2023-06-30)

✨ New Features

1.10.1 (2023-06-27)

🐛 Bug Fixes

  • node: fix package.json exports (8b1afd2)

1.10.0 (2023-06-23)

✨ New Features

  • types: add ExtractRecord and ExtractRecordKeys (#100) (251d4ed)

1.9.0 (2023-05-16)

✨ New Features

1.8.0 (2023-04-18)

✨ New Features

  • utils: add objectIsEqual (4832678)

1.7.0 (2023-03-03)

✨ New Features

  • type-guards: support other value types in isEnumValue (30a5de2)

1.6.0 (2023-02-08)

✨ New Features

  • type-guards: make isOfType work on inherited object properties (f1a68cb)

1.5.1 (2023-02-06)

🐛 Bug Fixes

1.5.0 (2023-02-06)

✨ New Features

  • utils: add isUndefined (8bd4a16)
  • utils: add removePropertiesWith (0e26272)

1.4.0 (2023-01-27)

✨ New Features

  • utils: add partitionArray (39116d3)

1.3.1 (2022-12-23)

🐛 Bug Fixes

  • type-guards: make isInArray less strict (6981132)

1.3.0 (2022-12-15)

✨ New Features

1.2.1 (2022-12-07)

🐛 Bug Fixes

  • utils: make toArray ignore null and undefined (9197152)

1.2.0 (2022-12-05)

✨ New Features

  • add oneOrMore and arrayWithOneOrMore (518361b)

1.1.0 (2022-11-18)

✨ New Features

  • utils: add asyncEvery and asyncSome (8366733)

1.0.0 (2022-11-15)

🐛 Bug Fixes

  • add missing import of utils (38b3cbd)

✨ New Features

1.0.0-alpha.2 (2022-11-10)

🐛 Bug Fixes

  • add missing import of utils (38b3cbd)

1.0.0-alpha.1 (2022-11-10)

✨ New Features