Skip to content

Latest commit

 

History

History
90 lines (45 loc) · 2.85 KB

CHANGELOG.md

File metadata and controls

90 lines (45 loc) · 2.85 KB

Changelog

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

0.4.4 (2021-09-28)

Features

  • update dependency zod 3.9.1 -> 3.9.4 (e70c8b4)

0.4.3 (2021-09-26)

Features

  • upgrade dependency zod 3.8.2 -> 3.9.1 (ab3a190)

0.4.2 (2021-09-08)

Features

  • upgrade dependency zod 3.7.1 -> 3.8.2 (d7dc93e)

0.4.1 (2021-08-18)

0.4.0 (2021-08-18)

⚠ BREAKING CHANGES

  • typesafe config loading with zod
  • make Parser type more portable

Features

  • add .eslintrc (088c959)
  • add dev dependencies eslint and allies (87658c2)
  • add option to pass silently if yaml file is missing (0409f1c)
  • first commit (05f396f)
  • remove unused dependencies convict, @types/convict (ce5d317)
  • typesafe config loading with zod (f0af2ec)
  • update zod (15ef660)

Bug Fixes

  • make Parser type more portable (851b8e7)

0.3.1 (2021-08-11)

0.3.0 (2021-08-11)

⚠ BREAKING CHANGES

  • typesafe config loading with zod

Features

  • remove unused dependencies convict, @types/convict ce5d317
  • typesafe config loading with zod f0af2ec

0.2.0 (2021-07-13)

⚠ BREAKING CHANGES

  • make Parser type more portable

Bug Fixes

  • make Parser type more portable 851b8e7

0.1.2 (2021-07-13)

Features

  • update zod 15ef660

0.1.1 (2021-07-13)

0.1.0 (2021-06-27)

Features

  • first commit 05f396f