Skip to content

Releases: isomorphic-git/isomorphic-git

v0.6.0

10 Feb 19:17
e0df47b
Compare
Choose a tag to compare

0.6.0 (2018-02-10)

Features

  • Add 'all' argument to git.config to return array of values for a multi-valued key. (9fdeb83)

v0.5.1

01 Feb 03:37
Compare
Choose a tag to compare

0.5.1 (2018-02-01)

Bug Fixes

  • improve test reliability and test log verbosity (7f0c2c9)

v0.5.0

30 Jan 22:14
Compare
Choose a tag to compare

0.5.0 (2018-01-30)

Features

  • remove OpenPGP from the bundle (1969c16)

v0.4.0

19 Jan 04:39
d436262
Compare
Choose a tag to compare

0.4.0 (2018-01-19)

Features

  • Added 'readObject' command (d436262)
  • Added 'readObject' command (f84b864)

v0.3.0

18 Jan 05:46
ed74a9b
Compare
Choose a tag to compare

0.3.0 (2018-01-18)

Features

  • Deprecate 'onprogress' callback argument in favor of new 'emitter' EventEmitter argument (6da95c3)
  • Save 4kb by selectively importing lodash functions (42fd034)
  • Shave 3kb by removing 'gartal' dependency (f93262c)
  • Shave a few hundred kilobytes off the bundle size (80082cc)

v0.2.1

15 Jan 05:30
408df19
Compare
Choose a tag to compare

0.2.1 (2018-01-15)

Bug Fixes

  • Update TypeScript library definition (5be078c)

v0.2.0

15 Jan 01:15
ead78cc
Compare
Choose a tag to compare

0.2.0 (2018-01-15)

Features

  • Add 'remote' argument to listBranches and add new 'listTags' command (229febb)

v0.1.0

14 Jan 05:24
dba5b92
Compare
Choose a tag to compare

0.1.0 (2018-01-14)

Bug Fixes

  • Add lodash dependency (for node) (03acd29)
  • Fetch tags correctly (bd0ba61)
  • Use proper debug logging instead of console.log (62b1625)

Features

v0.0.38

08 Jan 01:55
e97c6ed
Compare
Choose a tag to compare

0.0.38 (2018-01-08)

Bug Fixes

v0.0.37

01 Jan 17:47
e723960
Compare
Choose a tag to compare

0.0.37 (2018-01-01)

Bug Fixes

  • Update TypeScript definition file (3621130)
  • commit: Fixed bug creating a commit with an empty tree. (cefd042)