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: ideal-postcodes/core-node
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 4.0.0
Choose a base ref
...
head repository: ideal-postcodes/core-node
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 4.0.1
Choose a head ref
  • 14 commits
  • 3 files changed
  • 3 contributors

Commits on Feb 14, 2022

  1. chore(deps): bump path-parse from 1.0.6 to 1.0.7

    Bumps [path-parse](https://github.com/jbgutierrez/path-parse) from 1.0.6 to 1.0.7.
    - [Release notes](https://github.com/jbgutierrez/path-parse/releases)
    - [Commits](https://github.com/jbgutierrez/path-parse/commits/v1.0.7)
    
    ---
    updated-dependencies:
    - dependency-name: path-parse
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Feb 14, 2022
    Configuration menu
    Copy the full SHA
    9d3c541 View commit details
    Browse the repository at this point in the history
  2. chore(deps-dev): bump @types/prettier from 2.4.3 to 2.4.4

    Bumps [@types/prettier](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/prettier) from 2.4.3 to 2.4.4.
    - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
    - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/prettier)
    
    ---
    updated-dependencies:
    - dependency-name: "@types/prettier"
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Feb 14, 2022
    Configuration menu
    Copy the full SHA
    6a23313 View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2022

  1. chore(deps-dev): bump mocha from 9.2.0 to 9.2.1

    Bumps [mocha](https://github.com/mochajs/mocha) from 9.2.0 to 9.2.1.
    - [Release notes](https://github.com/mochajs/mocha/releases)
    - [Changelog](https://github.com/mochajs/mocha/blob/master/CHANGELOG.md)
    - [Commits](mochajs/mocha@v9.2.0...v9.2.1)
    
    ---
    updated-dependencies:
    - dependency-name: mocha
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Feb 21, 2022
    Configuration menu
    Copy the full SHA
    3a0b5cc View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2022

  1. chore(deps-dev): bump @types/node from 17.0.17 to 17.0.21

    Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 17.0.17 to 17.0.21.
    - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
    - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)
    
    ---
    updated-dependencies:
    - dependency-name: "@types/node"
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Feb 28, 2022
    Configuration menu
    Copy the full SHA
    65bddac View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3545076 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #699 from ideal-postcodes/dependabot/npm_and_yarn/…

    …types/node-17.0.21
    cblanc authored Feb 28, 2022
    Configuration menu
    Copy the full SHA
    930778d View commit details
    Browse the repository at this point in the history
  4. Merge pull request #690 from ideal-postcodes/dependabot/npm_and_yarn/…

    …types/prettier-2.4.4
    cblanc authored Feb 28, 2022
    Configuration menu
    Copy the full SHA
    63f1ebe View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e364cf7 View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2022

  1. Drop typedoc build

    cblanc committed Mar 1, 2022
    Configuration menu
    Copy the full SHA
    b488cd2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d44ac25 View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2022

  1. chore(deps-dev): bump @types/node from 17.0.21 to 17.0.23

    Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 17.0.21 to 17.0.23.
    - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
    - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)
    
    ---
    updated-dependencies:
    - dependency-name: "@types/node"
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and cblanc committed Apr 1, 2022
    Configuration menu
    Copy the full SHA
    0c793d0 View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2022

  1. fix(Core-Interface): Update to 3.1.0

    - Adds USA address format
    cblanc committed Apr 4, 2022
    Configuration menu
    Copy the full SHA
    cbea7e1 View commit details
    Browse the repository at this point in the history
  2. chore(release): 4.0.1 [skip ci]

    ## [4.0.1](4.0.0...4.0.1) (2022-04-04)
    
    ### Bug Fixes
    
    * **Core-Interface:** Update to 3.1.0 ([cbea7e1](cbea7e1))
    semantic-release-bot committed Apr 4, 2022
    Configuration menu
    Copy the full SHA
    b288e30 View commit details
    Browse the repository at this point in the history
  3. chore(release): 4.0.1 [skip ci]

    ## [4.0.1](4.0.0...4.0.1) (2022-04-04)
    
    ### Bug Fixes
    
    * **Core-Interface:** Update to 3.1.0 ([cbea7e1](cbea7e1))
    semantic-release-bot committed Apr 4, 2022
    Configuration menu
    Copy the full SHA
    d8d5ef5 View commit details
    Browse the repository at this point in the history
Loading