Skip to content
This repository has been archived by the owner on Feb 25, 2023. It is now read-only.

Releases: SkinnyMind/libgit2dart

v1.2.2

03 Feb 09:56
Compare
Choose a tag to compare
  • fix: lookup package in correct location of Dart/Flutter cached packages

v1.2.1

24 Dec 16:11
Compare
Choose a tag to compare
  • fix: use default location of Flutter's '.pub_cache' folder

  • docs: update README with troubleshooting instructions for Windows

  • chore: bump minimum dart and flutter versions

  • chore: Lookup library in system path (thanks @dnys1)

v1.2.0

15 Jul 10:26
Compare
Choose a tag to compare
  • feat: upgrade libgit2 to 1.5.0

  • feat: add ability to pass checkout options to reset(...) API method

  • feat: add ability to pass options to prune(...) Worktree API method

  • feat: add ability to pass options to Merge.fileFromIndex(...) API method

  • feat: add ability to pass options to addAll(...) Index API method

  • feat: add ability to pass options to revert(...) and revertTo(...) Commit API methods:

    • select parent to revert to for merge commits
    • merge options
    • checkout options
  • chore: upgrade dependencies

v1.1.2

09 Jun 15:07
Compare
Choose a tag to compare
  • fix: lookup library in Flutter's .pub_cache folder

  • feat: add ability to limit number of commits to walk in revision walk

v1.1.1

08 Jun 12:41
Compare
Choose a tag to compare
  • fix: lookup library in correct locations

  • feat: add ability to pass optional notes location to Note.list(...) method

v1.1.0

30 May 12:44
Compare
Choose a tag to compare
  • feat: add ability to get and set libgit2 global options

  • feat: upgrade Flutter version constraints to >=3.0.0

  • feat: add ability to remove entries in index with resetDefault(...) method

  • feat: add ability to compare objects (value based equality)

    Note: comparison of Repository objects have naive implementation. Comparison is based on repository path, and previously loaded into memory index, odb, etc. might be different. Use with caution.

v1.0.0

30 May 12:42
Compare
Choose a tag to compare
  • Initial release