Changed (BREAKING)
- Move
object::tree::diff::change::DiffPlatform
toobject::blob::diff::Platform
. - new
DiffPlatform::counts()
, openDiffPlatform
for use ofgit-diff::blob::*
.
Commit Statistics
- 8 commits contributed to the release.
- 1 day passed between releases.
- 2 commits were understood as conventional.
- 0 issues like '(#ID)' were seen in commit messages
Commit Details
view details
- Uncategorized
- prepare changelogs prior to release (f5f3a9e)
- Merge branch 'fixes-for-crates-index-diff' (255be4d)
- remove unused import; fix docs (efe0a51)
- plan for more tests for line diffs (58934a4)
- Fix borrowcheck issues by being less specific (aff6820)
- a hunk based mechanism for line diffs is nearly there, just has lifetime issues (b1fc68f)
- Move
object::tree::diff::change::DiffPlatform
toobject::blob::diff::Platform
. (c50868c) - new
DiffPlatform::counts()
, openDiffPlatform
for use ofgit-diff::blob::*
. (4ee3271)