Skip to content

Latest commit

 

History

History
142 lines (73 loc) · 6.81 KB

CHANGELOG.md

File metadata and controls

142 lines (73 loc) · 6.81 KB

2.0.0 (2025-02-07)

⚠ BREAKING CHANGES

  • publish module as esm only

Features

  • publish module as esm only (1c02901)

Miscellaneous Chores

1.3.0 (2025-01-25)

Features

  • make as const assertions optional (63c015a)

Documentation

  • add badge and zero dep note to readme (7e5aa33)
  • remove notice about supporting typescript enums (2124c37)

Miscellaneous Chores

1.2.5 (2024-12-14)

Bug Fixes

  • support symbol and number in key and value checkers (2276b9a)

Miscellaneous Chores

Continuous Integration

  • update github action versions (63de08a)

1.2.4 (2024-06-01)

Miscellaneous Chores

1.2.3 (2024-01-10)

Styles

  • consistently use T prefix for generics (c426538)

Miscellaneous Chores

1.2.2 (2023-12-02)

Styles

  • remove path alias usage (4687f9f)

Continuous Integration

  • add publint and type correctness checking to ci (a32c0fd)

Miscellaneous Chores

  • deps: update deps (3f3d946)
  • update node to v20.10.0 and use dedicated release config (ddc3861)
  • update node to v18.16.1 (b432a26)
  • update node to v18.17.1 (ec78bdd)

1.2.1 (2023-06-17)

1.2.0 (2023-02-18)

Bug Fixes

  • fix type narrowing in narrower functions (de6aa91)

Features

  • support using numbers and symbols in constant (c2ef71c)
  • update pascal case util to support more cases (3a07955)

1.1.3 (2023-02-12)

Bug Fixes

  • swap export file extensions (109750e)

1.1.2 (2023-02-12)

Bug Fixes

1.1.1 (2023-02-10)

Bug Fixes

  • remove dev dependency flag from install step (f5bbdd9)

1.1.0 (2023-02-10)

Features

  • add narrows for if value is any key or value (2bace41)

1.0.0 (2023-02-08)

Features