Skip to content

Releases: tediousjs/connection-string

v1.0.0

08 Jun 12:32
Compare
Choose a tag to compare

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)

v0.6.0

11 Sep 09:08
Compare
Choose a tag to compare

0.6.0 (2024-09-11)

Features

  • add more authentication options (cae1d20)

v0.5.0

09 Aug 05:38
Compare
Choose a tag to compare

0.5.0 (2023-08-09)

Features

  • add connection string builder (369a63f)

v0.4.4

02 Aug 09:04
Compare
Choose a tag to compare

0.4.4 (2023-08-02)

Bug Fixes

v0.4.3

01 Aug 10:28
Compare
Choose a tag to compare

0.4.3 (2023-08-01)

Bug Fixes

  • update return types for parsers (bb6393a)
  • add readme badges (787da44)