Skip to content

Latest commit

 

History

History
86 lines (45 loc) · 2.95 KB

File metadata and controls

86 lines (45 loc) · 2.95 KB

Changelog

1.1.0 (2026-04-15)

Features

  • add exports field to package.json (1d48e17)

1.0.0 (2025-06-08)

⚠ BREAKING CHANGES

  • Replace connectionStringParser() with parse() method. Rename buildConnectionString() to build(). Remove parseSqlConnectionString and replace with a way to transform parsed connection strings into a specific object schema (see ConnectionString.toSchema()`).
  • Drop support for non-LTS Node.js versions and upgrade the typescript version to support the newer JS features.

Features

  • bump minimum node support to v20 & update typescript (5d8e090)
  • create new parser to return readonly map when parsing connecton strings (b8ee936)
  • refactor parsing interface (41dbc3d)

0.6.0 (2024-09-11)

Features

  • add more authentication options (cae1d20)

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