Skip to content

Releases: isomorphic-git/isomorphic-git

v0.7.1

12 Feb 04:53
2e3404b
Compare
Choose a tag to compare

0.7.1 (2018-02-12)

Bug Fixes

  • Add getRemoteInfo to README and TypeScript defs (#72) (2e3404b)

v0.7.0

12 Feb 01:03
ba1f617
Compare
Choose a tag to compare

0.7.0 (2018-02-12)

Features

  • Add 'getRemoteInfo' command to list branches, tags, and server capabilities without doing a complete fetch. (#71) (ba1f617)

v0.6.1

10 Feb 21:59
Compare
Choose a tag to compare

0.6.1 (2018-02-10)

Bug Fixes

  • Update jasmine-core to the latest version 🚀 (#66) (195ebf0)

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)