Skip to content

Latest commit

 

History

History
264 lines (114 loc) · 8.74 KB

CHANGELOG.md

File metadata and controls

264 lines (114 loc) · 8.74 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

2.2.0 (2023-05-22)

Features

  • tools: add the exclude helper (1bd5d47)

2.1.0 (2023-03-02)

Features

  • merge: override keys if types are differents (9153f28)

2.0.1 (2022-08-01)

Bug Fixes

  • promise/sequential: makes array param as readonly (3a7557b)

2.0.0 (2022-07-26)

⚠ BREAKING CHANGES

  • types: widen ObjectLiteral match
  • types: Rename AssociativeArray to ObjectLiteral

Features

  • types: remove ObjectIndex (affa491)
  • types: Rename AssociativeArray to ObjectLiteral (644e3f2)
  • types: widen ObjectLiteral match (bb93ed0)

Bug Fixes

  • tools: improve merge (34c1d88)
  • types: improve DeepPartial & DeepRequired signature (a62adae)

1.15.2 (2022-07-26)

Bug Fixes

  • tools: merge handle partials properly (03bc93e)

1.15.1 (2022-07-25)

Bug Fixes

  • tools: merge types signature (836f0e6)

1.15.0 (2022-07-25)

Features

  • tools: add the object helper (47bf10f)
  • types: add DeepPartial and DeepRequired (b8ddb78)

Bug Fixes

  • tools: improve merge type and execution (b062bea)

1.14.1 (2022-06-21)

1.14.0 (2022-06-21)

Features

  • types: add UnionPick type (18f4e6a)

1.13.0 (2022-04-01)

Features

  • types: add Opaque generic type (300ccdd)

Bug Fixes

  • tools/pick: do not include missing keys (4edfd2a)

1.12.0 (2022-03-04)

Features

1.11.2 (2021-11-04)

Bug Fixes

  • types: ensure no undefined in SelectiveRequired<Type, Keys> (5d5f0ee)

1.11.1 (2021-11-04)

1.11.0 (2021-11-04)

Features

  • types: Add CastIndexSignature<Type> type (99c06d2)

Bug Fixes

1.10.0 (2021-09-30)

Features

  • types: Add a set of utility types (7b688b9)

Bug Fixes

  • devdeps: upgrade and stick deps versions (1fb5c6e)

1.9.3 (2021-07-29)

Bug Fixes

  • deps: upgrade and vulnerabilities (907d6c0)

1.9.2 (2020-10-29)

Bug Fixes

  • tools.merge: improve types (e314592)

1.9.1 (2020-10-20)

Bug Fixes

  • missing tools module export (85a4ed7)

1.9.0 (2020-10-20)

Features

Bug Fixes

  • deps: upgrade vulnerabilities (0b575ad)

1.8.1 (2020-07-02)

Bug Fixes

  • deps: upgrade & vulnerabilities (e0a5667)
  • transpilation compatibility (0604252)

1.8.0 (2020-05-20)

Features

  • add fs.crawl.list method (ff58788)

1.7.0 (2020-05-20)

Features

Bug Fixes

  • export: fail export on fs module (c854b39)

1.6.1 (2020-05-20)

Bug Fixes

1.6.0 (2020-05-20)

Features

  • fs: add list method (646f531)
  • fs/crawl: handle nicely missing directory (2254635)

1.5.0 (2020-05-08)

Features

1.4.0 (2020-05-07)

Features

  • env: add defaultValue param to get() (8b4e585)

1.3.0 (2020-05-06)

Features

Tests

  • move deprectated mocha.opts to .mocharc.js (7054540)

1.2.0 (2020-05-04)

Features

1.1.1 (2020-05-03)

Bug Fixes

  • empty commit to force patch bump (aa29d72)

1.1.0 (2020-05-03)

Features

  • errors: Add errors module to exports (6f3585c)

1.0.0 (2020-05-02)