git 0.4.1+1 git: ^0.4.1+1 copied to clipboard
A dart wrapper around the git command line
v0.4.1+1 #
- Updated
hop
and addedhop_unittest
dev dependencies.
v0.4.1 - 2014-05-06 #
- Tweaks to
Commit
to stop using deperecated APIs frombot
. - Updated constraint on
bot
package.
v0.4.0 - 2014-04-12 #
- Made fields on
TreeEntry
final. - A lot of source clean up.
v0.3.0 - 2014-03-17 #
- BREAKING
PopulateTempDir
typedef. - BREAKING
GitDir.populateBranch
- moving away fromTempDir
frombot_io
- Removed a number of package dependencies
v0.2.1+1 - 2014-03-16 #
- Moved
scheduled_test
dependency todev_dependencies
v0.2.1 - 2014-03-16 #
- Deprecated
PopulateTempDir
typedef. - Deprecated
GitDir.populateBranch
- moving away fromTempDir
frombot_io
- NEW!
GitDir.updateBranch
likepopulateBranch
, but exposes aDirectory
v0.2.0 - 2014-03-04 #
- Supporting next release of
bot_io
- Fixed
hop_runner
- Removed deprecated
Git
class.
v0.1.0 - 2014-02-15 #
- First release
- Maintains 100% compatibility with the
bot_git
library from thebot_io
package as of release0.25.1+2
.