Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: tediousjs/connection-string
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.6.0
Choose a base ref
...
head repository: tediousjs/connection-string
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.0.0
Choose a head ref
  • 18 commits
  • 26 files changed
  • 4 contributors

Commits on Feb 18, 2025

  1. 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]>
    dependabot[bot] authored Feb 18, 2025
    Configuration menu
    Copy the full SHA
    364dfe1 View commit details
    Browse the repository at this point in the history
  2. chore(deps): update lock file

    dhensby committed Feb 18, 2025
    Configuration menu
    Copy the full SHA
    9411cb8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4735d13 View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2025

  1. Configuration menu
    Copy the full SHA
    3051713 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a3f7afd View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2025

  1. Merge pull request #52 from dhensby/pulls/ci-update

    ci: update CI builds to drop legacy Node.js versions
    dhensby authored Mar 3, 2025
    Configuration menu
    Copy the full SHA
    7df5d32 View commit details
    Browse the repository at this point in the history
  2. 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]>
    dependabot[bot] authored Mar 3, 2025
    Configuration menu
    Copy the full SHA
    b5ca788 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d49c300 View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2025

  1. 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.
    dhensby committed Jun 7, 2025
    Configuration menu
    Copy the full SHA
    5d8e090 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5b94841 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cb1e8be View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b8ee936 View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2025

  1. 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()`).
    dhensby committed Jun 8, 2025
    Configuration menu
    Copy the full SHA
    41dbc3d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    423cca4 View commit details
    Browse the repository at this point in the history
  3. ci: add node 24.x test run

    dhensby committed Jun 8, 2025
    Configuration menu
    Copy the full SHA
    bd9fa97 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e0915fe View commit details
    Browse the repository at this point in the history
  5. Merge pull request #81 from dhensby/pulls/v2

    feat!: upgrade node and rewrite approach
    dhensby authored Jun 8, 2025
    Configuration menu
    Copy the full SHA
    7141807 View commit details
    Browse the repository at this point in the history
  6. 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))
    semantic-release-bot committed Jun 8, 2025
    Configuration menu
    Copy the full SHA
    964341c View commit details
    Browse the repository at this point in the history
Loading