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: mob-sakai/GitDependencyResolverForUnity
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.1.3
Choose a base ref
...
head repository: mob-sakai/GitDependencyResolverForUnity
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 2.0.0
Choose a head ref
  • 16 commits
  • 27 files changed
  • 2 contributors

Commits on Oct 6, 2019

  1. fix version

    mob-sakai authored Oct 6, 2019
    Configuration menu
    Copy the full SHA
    ae314c5 View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2020

  1. 2.0.0-preview.1

    # [2.0.0-preview.1](v1.1.3...v2.0.0-preview.1) (2020-08-28)
    
    ### Bug Fixes
    
    * fix unused package detection ([b057892](b057892))
    * ignore empty directories in Packages/ ([abb0c9f](abb0c9f))
    
    ### Features
    
    * add log for  symbol ([e5dacba](e5dacba))
    * deterministic package installation ([5485ff9](5485ff9))
    * iterative package resolution ([85a756c](85a756c))
    * support  non semver ([44a5d91](44a5d91))
    * support  in  ([8961111](8961111))
    * support path query parameter (sub-directory) even Unity 2019.2 or earlier ([fa365cc](fa365cc)), closes [example/folder#v1](https://github.com/example/folder/issues/v1)
    
    ### BREAKING CHANGES
    
    * Must use  instead of  to define git-based dependencies for the package.
    This plugin also supports  to resolve git-based dependencies, but if  include packages that UPM can't resolve, it will fail to start Unity in CI environment.
    semantic-release-bot committed Aug 28, 2020
    Configuration menu
    Copy the full SHA
    726d5e4 View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2021

  1. 2.0.0-preview.2

    # [2.0.0-preview.2](v2.0.0-preview.1...v2.0.0-preview.2) (2021-01-06)
    
    ### Bug Fixes
    
    * Copy and deletes temporary package directory instead of moving it ([e04c5f1](e04c5f1))
    * fix for ci ([ba3f246](ba3f246))
    
    ### Features
    
    * Add copy directory feature to DirUtils ([5e86160](5e86160))
    * support docker image such as unityui/editor ([67ab523](67ab523))
    semantic-release-bot committed Jan 6, 2021
    Configuration menu
    Copy the full SHA
    e1b41bc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ed63d8a View commit details
    Browse the repository at this point in the history
  3. feat: support non semver

    mob-sakai committed Jan 6, 2021
    Configuration menu
    Copy the full SHA
    e711602 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c2a3871 View commit details
    Browse the repository at this point in the history
  5. feat: add log for symbol

    mob-sakai committed Jan 6, 2021
    Configuration menu
    Copy the full SHA
    fc3e9a3 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8ba02b9 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    0dfde55 View commit details
    Browse the repository at this point in the history
  8. feat: support gitDependencies in package.json

    BREAKING CHANGE: Must use gitDependencies instead of dependencies to define git-based dependencies for the package.
    mob-sakai committed Jan 6, 2021
    Configuration menu
    Copy the full SHA
    52b280d View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    3f60d80 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    2822ffd View commit details
    Browse the repository at this point in the history
  11. fix: fix for ci

    mob-sakai committed Jan 6, 2021
    Configuration menu
    Copy the full SHA
    f9c3772 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    6503db9 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    e009fcc View commit details
    Browse the repository at this point in the history
  14. chore(release): 2.0.0 [skip ci]

    # [2.0.0](1.1.3...2.0.0) (2021-01-06)
    
    ### Bug Fixes
    
    * fix for ci ([f9c3772](f9c3772))
    * fix unused package detection ([8ba02b9](8ba02b9))
    * ignore empty directories in Packages/ ([2822ffd](2822ffd))
    
    ### Features
    
    * Add copy directory feature to DirUtils ([6503db9](6503db9))
    * add log for  symbol ([fc3e9a3](fc3e9a3))
    * deterministic package installation ([3f60d80](3f60d80))
    * iterative package resolution ([c2a3871](c2a3871))
    * support  non semver ([e711602](e711602))
    * support docker image such as unityui/editor ([e009fcc](e009fcc))
    * support gitDependencies in package.json ([52b280d](52b280d))
    * support path query parameter (sub-directory) even Unity 2019.2 or earlier ([0dfde55](0dfde55))
    
    ### BREAKING CHANGES
    
    * Must use gitDependencies instead of dependencies to define git-based dependencies for the package.
    semantic-release-bot committed Jan 6, 2021
    Configuration menu
    Copy the full SHA
    d4fc38c View commit details
    Browse the repository at this point in the history
Loading