git 1.0.1
git: ^1.0.1 copied to clipboard
Git command line wrapper. Exposes a Git directory abstraction that makes it easy to inspect and manipulate a local Git repository.
1.0.1 #
- Improve logic of parsing commits.
1.0.0 #
- A LOT of breaking changes.
0.5.1+1 #
-
Support Dart 2 stable releases.
-
Drop support for Dart 1.
0.5.1 #
GitDir.fromExistingadded aallowSubdirectoryparameter.
0.5.0 #
- Remove unsupported dependencies.
0.4.4+3 #
- Strong-mode fixes.
0.4.4+2 #
- Internal refactoring.
0.4.4+1 #
- Run
gitin the shell – trying to address issues on Windows.
0.4.4 #
- Use
whichpackage to try harder to findgitexecutable.
0.4.3 #
GitDiraddedupdateBranchWithDirectoryContents.
0.4.2 #
-
Migrated code to Dart 1.9
async. -
Improved testing.
0.4.1+2 #
- Updated max version of
botdependency.
0.4.1+1 #
- Updated
hopand addedhop_unittestdev dependencies.
0.4.1 - 2014-05-06 #
- Tweaks to
Committo stop using deperecated APIs frombot. - Updated constraint on
botpackage.
0.4.0 - 2014-04-12 #
- Made fields on
TreeEntryfinal. - A lot of source clean up.
0.3.0 - 2014-03-17 #
- BREAKING
PopulateTempDirtypedef. - BREAKING
GitDir.populateBranch- moving away fromTempDirfrombot_io - Removed a number of package dependencies
0.2.1+1 - 2014-03-16 #
- Moved
scheduled_testdependency todev_dependencies
0.2.1 - 2014-03-16 #
- Deprecated
PopulateTempDirtypedef. - Deprecated
GitDir.populateBranch- moving away fromTempDirfrombot_io - NEW!
GitDir.updateBranchlikepopulateBranch, but exposes aDirectory
0.2.0 - 2014-03-04 #
- Supporting next release of
bot_io - Fixed
hop_runner - Removed deprecated
Gitclass.
0.1.0 - 2014-02-15 #
- First release
- Maintains 100% compatibility with the
bot_gitlibrary from thebot_iopackage as of release0.25.1+2.