Releases: gdotdesign/elm-github-install
Releases · gdotdesign/elm-github-install
v1.6.1
Fixes usage of local directories #46
v1.6.0
- Added
--skip-option
flag to skip updating packages during installation
- Added
--only-update PACKAGE
flag to only update a single package during installation #44
- Internally optimized how repositories are handled, this makes the installation slightly faster
v1.5.0
Fixes #42 which lead to increased installation times.
v1.4.0
- Fixed an issue with in packages where the versions were simple semvers (0.1) or containing missing / invalid
elm-package.json
#37
- Exit with exit code 1 if there is no solution #38
v1.3.0
- Added note to readme about using directory symlinks on windows #36
- Added a constraint to only install packages that matches the version of
elm-version
defined of the root elm-package.json
#34
- Changed the resolving logic to include all possible versions of a package, fixes #27
v1.2.0
- Install binaries alongside the scripts to fix issue with permissions #21
v1.1.1
- Fixed a bug in the that resulted in a runtime error (fixed the version of molinillo gem) (only affected the gem) #31
v1.1.0
- Cached repositories are now always get updating during installing #28
v1.0.1
- Fix how versions are resolved (highest first)
v1.0.0
- Only the necessary packages are getting cloned, not resolving the whole dependency tree. For example if no package depends on
elm-lang/core - 1.0.0
it and it's dependencies won't be resolved.
- Allow defining dependency source to a fork #16, or a completely unrelated repository which has a valid
elm-package.json
file.
- Allow defining dependency source to a local directory which has a valid
elm-package.json
file.