Releases: tediousjs/connection-string
Releases · tediousjs/connection-string
v1.0.0
1.0.0 (2025-06-08)
⚠ BREAKING CHANGES
- Replace
connectionStringParser()
withparse()
method. Rename
buildConnectionString()
tobuild()
. RemoveparseSqlConnectionString
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.