Tags: tediousjs/connection-string
Tags
chore(release): 1.0.0 ## [1.0.0](v0.6.0...v1.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](5d8e090)) * create new parser to return readonly map when parsing connecton strings ([b8ee936](b8ee936)) * refactor parsing interface ([41dbc3d](41dbc3d))
PreviousNext