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: nx-dotnet/nx-dotnet
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.12.0
Choose a base ref
...
head repository: nx-dotnet/nx-dotnet
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.13.0
Choose a head ref
  • 12 commits
  • 154 files changed
  • 6 contributors

Commits on Jun 11, 2022

  1. chore(deps-dev): bump eslint-config-prettier from 8.3.0 to 8.5.0

    Bumps [eslint-config-prettier](https://github.com/prettier/eslint-config-prettier) from 8.3.0 to 8.5.0.
    - [Release notes](https://github.com/prettier/eslint-config-prettier/releases)
    - [Changelog](https://github.com/prettier/eslint-config-prettier/blob/main/CHANGELOG.md)
    - [Commits](prettier/eslint-config-prettier@v8.3.0...v8.5.0)
    
    ---
    updated-dependencies:
    - dependency-name: eslint-config-prettier
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and AgentEnder committed Jun 11, 2022
    Configuration menu
    Copy the full SHA
    ee8f3b9 View commit details
    Browse the repository at this point in the history
  2. chore(deps): bump semver-regex from 3.1.3 to 3.1.4

    Bumps [semver-regex](https://github.com/sindresorhus/semver-regex) from 3.1.3 to 3.1.4.
    - [Release notes](https://github.com/sindresorhus/semver-regex/releases)
    - [Commits](https://github.com/sindresorhus/semver-regex/commits/v3.1.4)
    
    ---
    updated-dependencies:
    - dependency-name: semver-regex
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and AgentEnder committed Jun 11, 2022
    Configuration menu
    Copy the full SHA
    a84aee0 View commit details
    Browse the repository at this point in the history
  3. chore(deps): bump npm from 8.7.0 to 8.12.1

    Bumps [npm](https://github.com/npm/cli) from 8.7.0 to 8.12.1.
    - [Release notes](https://github.com/npm/cli/releases)
    - [Changelog](https://github.com/npm/cli/blob/latest/CHANGELOG.md)
    - [Commits](npm/cli@v8.7.0...v8.12.1)
    
    ---
    updated-dependencies:
    - dependency-name: npm
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and AgentEnder committed Jun 11, 2022
    Configuration menu
    Copy the full SHA
    7a94e5b View commit details
    Browse the repository at this point in the history
  4. chore(deps-dev): bump semantic-release from 19.0.2 to 19.0.3

    Bumps [semantic-release](https://github.com/semantic-release/semantic-release) from 19.0.2 to 19.0.3.
    - [Release notes](https://github.com/semantic-release/semantic-release/releases)
    - [Commits](semantic-release/semantic-release@v19.0.2...v19.0.3)
    
    ---
    updated-dependencies:
    - dependency-name: semantic-release
      dependency-type: direct:development
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and AgentEnder committed Jun 11, 2022
    Configuration menu
    Copy the full SHA
    e4365a9 View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2022

  1. feat(core): generate typescript models from swagger/openapi project (#…

    …447)
    
    This is experimental, and currently disabled by default.
    AgentEnder authored Jul 1, 2022
    Configuration menu
    Copy the full SHA
    cd56d1c View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2022

  1. Configuration menu
    Copy the full SHA
    5d69a5e View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2022

  1. feat(core): added pathScheme for project generators (#464)

    Co-authored-by: Richard Compton <rich.compton@curvedental.com>
    rcompton78 and richcomptoncurve authored Jul 18, 2022
    Configuration menu
    Copy the full SHA
    ded5eb8 View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2022

  1. Configuration menu
    Copy the full SHA
    9d82163 View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2022

  1. Configuration menu
    Copy the full SHA
    5228428 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1751f86 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    92cd2d8 View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2022

  1. release: 1.13.0 [skip ci]

    # [1.13.0](v1.12.0...v1.13.0) (2022-07-29)
    
    ### Bug Fixes
    
    * **core:** skip-swagger-lib should be true while experimental ([92cd2d8](92cd2d8))
    
    ### Features
    
    * **core:** added pathScheme for project generators ([#464](#464)) ([ded5eb8](ded5eb8))
    * **core:** generate typescript models from swagger/openapi project ([#447](#447)) ([cd56d1c](cd56d1c))
    
    Jul 29, 2022, 2:17 PM
    semantic-release-bot committed Jul 29, 2022
    Configuration menu
    Copy the full SHA
    c6e6c40 View commit details
    Browse the repository at this point in the history
Loading