-
Notifications
You must be signed in to change notification settings - Fork 7
Comparing changes
Open a pull request
base repository: tediousjs/connection-string
base: v0.6.0
head repository: tediousjs/connection-string
compare: v1.0.0
- 18 commits
- 26 files changed
- 4 contributors
Commits on Feb 18, 2025
-
chore(deps): bump serialize-javascript and mocha
Bumps [serialize-javascript](https://github.com/yahoo/serialize-javascript) to 6.0.2 and updates ancestor dependency [mocha](https://github.com/mochajs/mocha). These dependencies need to be updated together. Updates `serialize-javascript` from 6.0.0 to 6.0.2 - [Release notes](https://github.com/yahoo/serialize-javascript/releases) - [Commits](yahoo/serialize-javascript@v6.0.0...v6.0.2) Updates `mocha` from 10.2.0 to 10.8.2 - [Release notes](https://github.com/mochajs/mocha/releases) - [Changelog](https://github.com/mochajs/mocha/blob/main/CHANGELOG.md) - [Commits](mochajs/mocha@v10.2.0...v10.8.2) --- updated-dependencies: - dependency-name: serialize-javascript dependency-type: indirect - dependency-name: mocha dependency-type: direct:development ... Signed-off-by: dependabot[bot] <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 364dfe1 - Browse repository at this point
Copy the full SHA 364dfe1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9411cb8 - Browse repository at this point
Copy the full SHA 9411cb8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4735d13 - Browse repository at this point
Copy the full SHA 4735d13View commit details
Commits on Feb 28, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 3051713 - Browse repository at this point
Copy the full SHA 3051713View commit details -
Configuration menu - View commit details
-
Copy full SHA for a3f7afd - Browse repository at this point
Copy the full SHA a3f7afdView commit details
Commits on Mar 3, 2025
-
Merge pull request #52 from dhensby/pulls/ci-update
ci: update CI builds to drop legacy Node.js versions
Configuration menu - View commit details
-
Copy full SHA for 7df5d32 - Browse repository at this point
Copy the full SHA 7df5d32View commit details -
chore(deps-dev): bump nyc from 15.1.0 to 17.1.0
Bumps [nyc](https://github.com/istanbuljs/nyc) from 15.1.0 to 17.1.0. - [Release notes](https://github.com/istanbuljs/nyc/releases) - [Changelog](https://github.com/istanbuljs/nyc/blob/main/CHANGELOG.md) - [Commits](istanbuljs/nyc@v15.1.0...nyc-v17.1.0) --- updated-dependencies: - dependency-name: nyc dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b5ca788 - Browse repository at this point
Copy the full SHA b5ca788View commit details -
Configuration menu - View commit details
-
Copy full SHA for d49c300 - Browse repository at this point
Copy the full SHA d49c300View commit details
Commits on Jun 7, 2025
-
feat!: bump minimum node support to v20 & update typescript
BREAKING CHANGE: Drop support for non-LTS Node.js versions and upgrade the typescript version to support the newer JS features.
Configuration menu - View commit details
-
Copy full SHA for 5d8e090 - Browse repository at this point
Copy the full SHA 5d8e090View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5b94841 - Browse repository at this point
Copy the full SHA 5b94841View commit details -
Configuration menu - View commit details
-
Copy full SHA for cb1e8be - Browse repository at this point
Copy the full SHA cb1e8beView commit details -
Configuration menu - View commit details
-
Copy full SHA for b8ee936 - Browse repository at this point
Copy the full SHA b8ee936View commit details
Commits on Jun 8, 2025
-
feat!: refactor parsing interface
BREAKING CHANGE: 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()`).
Configuration menu - View commit details
-
Copy full SHA for 41dbc3d - Browse repository at this point
Copy the full SHA 41dbc3dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 423cca4 - Browse repository at this point
Copy the full SHA 423cca4View commit details -
Configuration menu - View commit details
-
Copy full SHA for bd9fa97 - Browse repository at this point
Copy the full SHA bd9fa97View commit details -
Configuration menu - View commit details
-
Copy full SHA for e0915fe - Browse repository at this point
Copy the full SHA e0915feView commit details -
Merge pull request #81 from dhensby/pulls/v2
feat!: upgrade node and rewrite approach
Configuration menu - View commit details
-
Copy full SHA for 7141807 - Browse repository at this point
Copy the full SHA 7141807View commit details -
## [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))
Configuration menu - View commit details
-
Copy full SHA for 964341c - Browse repository at this point
Copy the full SHA 964341cView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v0.6.0...v1.0.0