Skip to content

v1.0.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 08 Jun 12:32
· 48 commits to master since this release

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)