Releases: NoRedInk/elm-ops-tooling
Releases · NoRedInk/elm-ops-tooling
3.2.3
Reverted
native_package_install.py
uses streaming download and will timeout long reads after 1 minutes (replaces urlretrieve with requests.get call)
3.2.2
Fixed
native_package_install.py
uses streaming download and will timeout long reads after 1 minutes (replaces urlretrieve with requests.get call)
3.2.1
Fixed
elm_deps_sync
, native_deps_sync
:
- fix the order of the versions in the logged message (#24)
native_package_install
:
- try installing if the expected package directory doesn't exist (#25)
- use
urlretrieve
to download tarballs to avoid exceptions seen in a Docker environment (#25)
3.2.0
Fixed
update_018_elm_package
:
- ignore removed or renamed packages when trying to find a newer version (#18)
- call
elm-format
with the correct arguments (#19)
- support specifying a relative path for the package to upgrade (#20)
elm_deps_sync
:
- call out the correct version that's being updated (#21)
native_package_install
:
- don't try to install again if a tarball is already downloaded (#22)
- don't add trailing whitespaces when updating elm-package.json (#22)
New
native_deps_sync
:
- script to sync top-level elm-native-package.json packages to spec-level elm-native-package.json (#22)
3.1.1
- fixed:
elm_deps_sync.py
doesn't add trailing whitespaces
3.1.0
- new:
update_018_elm_package.py
- fixed:
elm_deps_sync.py
preserves the order of elm-package.json properties as expected
3.0.0
Add script to find_coffee_requirements.py
2.2.0
Merge pull request #9 from NoRedInk/drop-sed
Drop sed
2.1.0
Merge pull request #8 from NoRedInk/keep-order-in-json
keep order in elm-package.json