git2dart 0.3.0
git2dart: ^0.3.0 copied to clipboard
Dart bindings to libgit2, provides ability to use libgit2 library in Dart and Flutter.
Changelog #
[0.3.0] - 2025-06-11 #
Features #
- Add
BlobWriteStream
for streaming blob writes. - Introduce
Filter
API with options. - Expose additional
Worktree
operations. - Add repository attribute helpers and
AttrOptions
. - Expand bindings for ODB, Oid, Packbuilder, Patch and Rebase.
- Improve tag and tree builder callbacks.
Fixes #
- Stabilize remote tests.
[0.2.1] - 2025-05-29 #
Changes #
- Add missing API sections to README:
- Remote
- Reset
- Blame
- Describe
- Note
- Rebase
- Mailmap
- Credentials
- ODB
- Packbuilder
- Signature
- RevParse
- AnnotatedCommit
- Add system dependencies section to README for Linux, macOS and Windows
[0.2.0] - 2025-05-17 #
Breaking Changes #
- Migrate to Dart 3
- Migrate to 1.9.0 version libgit2
- Migrate actual api, remove depricated api calls