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.10.1
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.11.0
Choose a head ref
  • 8 commits
  • 74 files changed
  • 2 contributors

Commits on May 20, 2022

  1. Configuration menu
    Copy the full SHA
    0434df8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a0a402b View commit details
    Browse the repository at this point in the history

Commits on May 23, 2022

  1. Configuration menu
    Copy the full SHA
    f5a47d1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0530aca View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1edf360 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8bacf69 View commit details
    Browse the repository at this point in the history

Commits on May 31, 2022

  1. feat(core): executor to generate swagger json (#437)

    Adds a new target to projects created with the `webapi` template by default called `swagger`.
    
    You can add this target (and supporting library) to any existing apis by running via `nx g @nx-dotnet/core:add-swagger-target` 
    
    This generates/updates a `swagger.json` file inside a supporting library. The end goal is that you would use this generated file to generate typescript interfaces.
    
    > Generation of `swagger.json` assumes that your webapi project uses `Swashbuckle.AspNetCore`, and does have swagger setup. If it does not, this target + supporting library **will not** function out of the box.
    AgentEnder authored May 31, 2022
    Configuration menu
    Copy the full SHA
    6c33d1a View commit details
    Browse the repository at this point in the history
  2. release: 1.11.0 [skip ci]

    # [1.11.0](v1.10.1...v1.11.0) (2022-05-31)
    
    ### Features
    
    * **core:** executor to generate swagger json ([#437](#437)) ([6c33d1a](6c33d1a))
    
    May 31, 2022, 6:42 PM
    semantic-release-bot committed May 31, 2022
    Configuration menu
    Copy the full SHA
    c189540 View commit details
    Browse the repository at this point in the history
Loading