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

Release Date: 2020-02-14 // over 4 years ago
  • 1.0.0-beta.24 (2020-02-14)

    chore

    ๐Ÿ’ฅ BREAKING CHANGES

    • ๐Ÿ“š The verify function has been removed, and the signature property of TagObject renamed to gpgsig to match CommitObject. Since log, readCommit, and readTag all include the gpgsig and signing payload in their return values now, it is simpler and more efficient to do the verification outside of isomorphic-git. See the documentation for the onSign parameter for complete code examples.