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: v0.6.2
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: v0.7.0
Choose a head ref
  • 6 commits
  • 23 files changed
  • 3 contributors

Commits on May 19, 2021

  1. feat(core): add new executor for dotnet-format

    Add a new executor to lint and format projects using an external tool.
    
    Fixes #13
    Ben Callaghan committed May 19, 2021
    Configuration menu
    Copy the full SHA
    92afd05 View commit details
    Browse the repository at this point in the history
  2. feat(core): add lint config to generated projects

    Add lint configuration to all new projects for user convenience.
    Ben Callaghan committed May 19, 2021
    Configuration menu
    Copy the full SHA
    d320ce8 View commit details
    Browse the repository at this point in the history
  3. feat(core): add migration to add lint target

    Add a migration that updates existing projects with the new lint target.
    Ben Callaghan committed May 19, 2021
    Configuration menu
    Copy the full SHA
    e391744 View commit details
    Browse the repository at this point in the history
  4. test(core): fix name of format test

    Fix test descriptor to specify the correct executor.
    Ben Callaghan committed May 19, 2021
    Configuration menu
    Copy the full SHA
    a815733 View commit details
    Browse the repository at this point in the history

Commits on May 20, 2021

  1. Merge pull request #49 from Etogy/dotnet-format

    Add lint support through the dotnet-format tool
    AgentEnder authored May 20, 2021
    Configuration menu
    Copy the full SHA
    cbdffe0 View commit details
    Browse the repository at this point in the history
  2. release(): 0.7.0 [skip ci]

    # [0.7.0](v0.6.2...v0.7.0) (2021-05-20)
    
    ### Features
    
    * **core:** add lint config to generated projects ([d320ce8](d320ce8))
    * **core:** add migration to add lint target ([e391744](e391744))
    * **core:** add new executor for dotnet-format ([92afd05](92afd05)), closes [#13](#13)
    semantic-release-bot committed May 20, 2021
    Configuration menu
    Copy the full SHA
    dd5fd61 View commit details
    Browse the repository at this point in the history
Loading