Skip to content
This repository has been archived by the owner on Oct 8, 2020. It is now read-only.

v0.6.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@scouten scouten released this 16 Dec 01:11
· 59 commits to master since this release
c734c29

This is a significant refactoring release aimed at making Xgit's APIs easier to understand.

  • Documentation tweak: Put Xgit.Repository.WorkingTree in repository group. (#259)
  • [API BREAKING] Move index file format parsing into Xgit.DirCache module. (#258)
  • [API BREAKING] Rename Xgit.Core.* modules to Xgit.*. (#257)
  • Introduce new Xgit.Repository module. (#256)
  • Merge all the plumbing commands together into a single module. (#255)
  • Rename Xgit.Repository to Xgit.Repository.Storage. (#254)