2.0.0-preview.2 (2021-01-06)
January 6, 2021 ยท View on GitHub
Bug Fixes
Features
- Add copy directory feature to DirUtils (5e86160)
- support docker image such as unityui/editor (67ab523)
2.0.0-preview.1 (2020-08-28)
Bug Fixes
Features
- add log for
GDR_LOGsymbol (e5dacba) - deterministic package installation (5485ff9)
- iterative package resolution (85a756c)
- support non semver (44a5d91)
- support
gitDependenciesinpackage.json(8961111) - support path query parameter (sub-directory) even Unity 2019.2 or earlier (fa365cc), closes example/folder#v1
BREAKING CHANGES
- Must use
gitDependenciesinstead ofdependenciesto define git-based dependencies for the package. This plugin also supportsdependenciesto resolve git-based dependencies, but ifdependenciesinclude packages that UPM can't resolve, it will fail to start Unity in CI environment.
Changelog
1.1.3 (2019-10-06)
- Some files in GitDependencyResolverForUnity conflicts with UpmGitExtension #16
1.1.2 (2019-08-05)
1.1.1 (2019-08-05)
Fixed bugs:
- guids for git-dependency-resolver conflict with upm-git-extension #15
1.1.0 (2019-06-11)
Implemented enhancements:
- Add notes on using this package #13
- Refer to no files from the Library folder #12
- Deterministic package installation #10
1.0.0 (2019-05-16)
This plugin resolves git url dependencies in the package for Unity Package Manager.
You can use a git url as a package dependency as the following!
{
"name": "com.coffee.package-a",
"version": "0.1.0",
"dependencies": {
"com.coffee.core-a": "https://github.com/mob-sakai/GitPackageTest.git#core-a-0.1.0"
}
}
Implemented enhancements:
- Update package with a specific tag/branch #7
- Support .Net 3.5 & 4.x #6
- Support Unity 2019.1+ #5
- Support private repository #4
- Support GitHub, Bitbucket, GitLab, etc. #3
- Uninstall unused packages that is installed by this plugin #2
- Resolve git url dependencies in packages #1
* This Changelog was automatically generated by github_changelog_generator