Skip to content

Releases: Orbs/jspm-git

v0.4.7 (2018-02-13)

13 Feb 18:54
Compare
Choose a tag to compare

Bugfixes:

  • Fix compatibility with Node 8 on timeout option (thanks to @diagramatics)

v0.7.0-beta.2 (2017-07-16)

16 Jul 13:58
Compare
Choose a tag to compare
Pre-release

Bugfixes:

  • Fix compatibility with Node 8 on timeout option

v0.6.1 (2017-07-03)

03 Jul 08:58
Compare
Choose a tag to compare

Bugfixes:

  • Fix compatibility with Node 8 on timeout option (thanks to @diagramatics)

v0.7.0-beta.1 (2016-09-10)

10 Sep 08:44
Compare
Choose a tag to compare
Pre-release

Jump from v0.5.0-beta.x to v0.7.0-beta.x due to NPM version conflicts

v0.6.0 (2016-09-10)

10 Sep 08:43
Compare
Choose a tag to compare

Jump from v0.4.x to v0.6.x due to NPM version conflicts

v0.5.0-beta.6 (2016-09-10)

10 Sep 08:28
Compare
Choose a tag to compare
Pre-release

Changes:

  • Merged in latest improvements from master
  • Fixed tests

v0.4.6 (2016-09-10)

10 Sep 07:31
Compare
Choose a tag to compare

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)

14 Aug 15:52
Compare
Choose a tag to compare
Pre-release

Changes:

  • Remove netrc support for now

v0.5.0-beta.4 (2016-08-06)

06 Aug 10:13
Compare
Choose a tag to compare
Pre-release

Changes:

  • Add support for netrc
  • Fix issue with UI dialogs
  • Add support for custom package name formats

v0.4.5 (2016-06-21)

21 Jun 18:24
Compare
Choose a tag to compare

Fixes:

  • Ensure output directory exists before moving (#41), thanks to @mmilbrath