Releases: Orbs/jspm-git
Releases · Orbs/jspm-git
v0.4.7 (2018-02-13)
Bugfixes:
- Fix compatibility with Node 8 on timeout option (thanks to @diagramatics)
v0.7.0-beta.2 (2017-07-16)
Bugfixes:
- Fix compatibility with Node 8 on timeout option
v0.6.1 (2017-07-03)
Bugfixes:
- Fix compatibility with Node 8 on timeout option (thanks to @diagramatics)
v0.7.0-beta.1 (2016-09-10)
Jump from v0.5.0-beta.x to v0.7.0-beta.x due to NPM version conflicts
v0.6.0 (2016-09-10)
Jump from v0.4.x to v0.6.x due to NPM version conflicts
v0.5.0-beta.6 (2016-09-10)
Changes:
- Merged in latest improvements from master
- Fixed tests
v0.4.6 (2016-09-10)
Fixes:
- Support version of git with two or more digits (#51), thanks to @davinkevin
- Change execGit to use execFile() instead of exec() (#31), thanks to @gerarde
v0.5.0-beta.5 (2016-08-14)
Changes:
- Remove
netrc
support for now
v0.5.0-beta.4 (2016-08-06)
Changes:
- Add support for netrc
- Fix issue with UI dialogs
- Add support for custom package name formats
v0.4.5 (2016-06-21)
Fixes:
- Ensure output directory exists before moving (#41), thanks to @mmilbrath