|
8 | 8 | - CI server: <http://teamcity.codebetter.com/project.html?projectId=project127&guest=1>
|
9 | 9 | - @libgit2sharp: <http://twitter.com/libgit2sharp>
|
10 | 10 |
|
| 11 | +## v0.14.0 - ([diff](https://github.com/libgit2/libgit2sharp/compare/v0.13.0...v0.14.0)) |
| 12 | + |
| 13 | +### Additions |
| 14 | + |
| 15 | + - Introduce Blob.ContentAsText() |
| 16 | + - Teach repo.Refs.RewriteHistory() to prune empty commits |
| 17 | + - Teach repo.Refs.RewriteHistory() to rewrite symbolic references |
| 18 | + - Teach repo.ObjectDatabase to enumerate GitObjects |
| 19 | + - Teach Branches.Add() and Move() to append to the reflog |
| 20 | + - Honor core.logAllRefUpdates configuration setting |
| 21 | + - Add strongly-typed LockedFileException |
| 22 | + - Add TreeDefinition.Remove(IEnumerable<string>) |
| 23 | + - Introduce ObjectId.StartsWith() |
| 24 | + - Introduce repo.Config.GetValueOrDefault() |
| 25 | + |
| 26 | +### Changes |
| 27 | + |
| 28 | + - Introduce RewriteHistoryOptions type and make repo.Refs.RewriteHistory() leverage it |
| 29 | + - Introduce CheckoutOptions type and make repo.CheckoutPaths() leverage it |
| 30 | + - Obsolete Blob.ContentAsUnicode and Blob.ContentAsUf8 |
| 31 | + - Make OdbBackend interface ObjectId based |
| 32 | + - Update libgit2 binaries to libgit2/libgit2@32e4992 |
| 33 | + |
| 34 | +### Fixes |
| 35 | + |
| 36 | + - Ensure repo.Network.Push() overloads pass the Credentials down the call chain |
| 37 | + - Make SymbolicReference.Target cope with chained symbolic references |
| 38 | + - Do not throw when parsing a Remote with no url |
| 39 | + - Prevent files or directories starting with ! from being ignored |
| 40 | + - Teach Index.Stage to stage files in ignored dirs |
| 41 | + |
11 | 42 | ## v0.13.0 - ([diff](https://github.com/libgit2/libgit2sharp/compare/v0.12.0...v0.13.0))
|
12 | 43 |
|
13 | 44 | ### Additions
|
|
0 commit comments