Releases: pharo-vcs/libgit2-pharo-bindings
Releases · pharo-vcs/libgit2-pharo-bindings
v3.2.1
v3.1.3
v3.2.0
What's Changed
- Add libgit 1.8 support for Pharo 13 by @gcotelli in #86
- Remove call to deprecated Author by @jecisc in #83
- Improve protocols by @jecisc in #89
- Add #refresh on LGitIndex by @Rinzwind in #91
- Reimplement #basicIsDirectory: and #basicIsFile: on LGitCommitStore as a comparison of the LGitTree’s or LGitTreeEntry’s #type instead of as a delegation to its #object by @Rinzwind in #93
- Reimplement #isBlob and #isLeaf on LGitTreeEntry as a comparison of the entry’s #type instead of as a delegation to its #object by @Rinzwind in #92
- Add libgit2 1 9 by @estebanlm in #90
- fix: LGitBlob contents by @matijakljajic in #97
New Contributors
- @jecisc made their first contribution in #83
- @matijakljajic made their first contribution in #97
Full Changelog: v3.1.0...v3.2.0
v3.1.2
What's Changed
- Backport addition of #refresh on LGitIndex by @Rinzwind in #94
- Backport reimplementation of #isBlob and #isLeaf on LGitTreeEntry as a comparison of the entry’s #type to Pharo 12 by @Rinzwind in #95
- Backport reimplementation of #basicIsDirectory: and #basicIsFile: on LGitCommitStore as a comparison of the LGitTree’s or LGitTreeEntry’s #type to Pharo 12 by @Rinzwind in #96
Full Changelog: v3.1.1...v3.1.2
v3.1.1
v3.1.0
What's Changed
- Fix diff_stats_to_buf FFI call by @StefanoStone in #80
- Using GitHub Tokens stopped working in P12 when loading non-public project by @astares in #82
New Contributors
- @StefanoStone made their first contribution in #80
Full Changelog: v3.0.9...v3.1.0
Version v3.0.9
What's Changed
Full Changelog: v3.0.8...v3.0.9
Version 3.0.8
Adding support to set the proxy in fetch operations