gitsumu 0.6.0 gitsumu: ^0.6.0 copied to clipboard
Dart package provides code about compile environment (git info, flutter version ...).
0.6.0 #
Added #
- Add
gitCommitCountRepo
to count commits in repo. - Add
gitCommitCountCurrentBranch
to count commits on current branch.
Deprecated #
gitCommitCount
has been deprecated.- In former versions,
gitCommitCount
was mistakenly implemented to count all commits in repo while intended to count only on current branch. - Use
gitCommitCountRepo
to count commits in repo, this is whatgitCommitCount
did before. - Use
gitCommitCountCurrentBranch
to count commits on current branch.
- In former versions,
0.5.1 #
Fixed #
- Fix generating duplicate custom command variables by running build_runner in the second time and later.
0.5.0 #
0.4.1 #
Fixed #
- Fix
withNullability
param issue in analyzer package APIs.- analyzer before 6.5.0 requires it but marked deprecated since 6.5.0. Keep the param.
0.3.0 #
Added #
- Add platform support for custom commands:
platforms
: Specify platforms to run the command on.platformDefaultValue
: Set command result value on platforms that does not run the command.
0.2.1 #
0.1.0 #
- Initial version.