Skip to content

Latest commit

 

History

History
55 lines (27 loc) · 1.47 KB

CHANGELOG.md

File metadata and controls

55 lines (27 loc) · 1.47 KB

Changelog

0.5.0 (2023-08-09)

Features

  • add connection string builder (369a63f)

0.4.4 (2023-08-02)

Bug Fixes

0.4.3 (2023-08-01)

Bug Fixes

0.4.2 (2023-08-01)

Bug Fixes

  • update return types for parsers (bb6393a)

v0.4.2 (2023-01-19)

  • Fix bug with parsing string values that start with numbers

v0.4.1 (2022-06-07)

  • Add missing type declarations

v0.4.0 (2022-04-27)

  • Add LICENSE file (MIT) #17
  • Improve library code / TS definitions #18
  • Dependency updates

v0.3.0 (2021-01-21)

  • Allow parsed SQL connection strings to return unrecognised properties #4

v0.2.0 (2021-01-21)

  • Parsed query strings return lowercase keys #3

v0.1.0 (2021-01-21)

Initial release