1.1.0 (2026-04-15)
- add exports field to package.json (1d48e17)
1.0.0 (2025-06-08)
- Replace
connectionStringParser()withparse()method. RenamebuildConnectionString()tobuild(). RemoveparseSqlConnectionStringand 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.
- 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)
- add more authentication options (cae1d20)
0.5.0 (2023-08-09)
- add connection string builder (369a63f)
0.4.4 (2023-08-02)
- update typings (bbd7ddc)
0.4.3 (2023-08-01)
- add readme badges (787da44)
0.4.2 (2023-08-01)
- update return types for parsers (bb6393a)
- Fix bug with parsing string values that start with numbers
- Add missing type declarations
- Add LICENSE file (MIT) #17
- Improve library code / TS definitions #18
- Dependency updates
- Allow parsed SQL connection strings to return unrecognised properties #4
- Parsed query strings return lowercase keys #3
Initial release