isomorphic-git v1.0.0-beta.9 Release Notes

Release Date: 2020-01-27 // about 4 years ago
  • 1.0.0-beta.9 (2020-01-27)

    chore

    ๐Ÿ’ฅ BREAKING CHANGES

    • ๐Ÿšš The signing argument of log has been removed, and log now returns an array of objects with the same interface as those returned from readCommit. Also, the log function will throw now instead of returning errors as objects inside the result array. This greatly simplifies the TS definition (which previously consisted of 3 different overloaded variations) so that we can generate the TS definitions directly from the JSDoc in the future.