Skip to content

1.0.0

Compare
Choose a tag to compare
@ajoberstar ajoberstar released this 11 Jul 22:12
· 431 commits to main since this release
  • Many operations now support Grgit objects (such as Tag, Branch, Commit) as arguments instead of just Strings. These are indicated in each operations doc.
  • Deprecated the Grgit#open(String, Credentials) and Grgit#open(File, Credentials) methods, which are replaced with
    OpenOp to be consistent with all other methods.
  • dryRun now supported on PushOp. (Thanks to Marcin Zajączkowski)
  • Removed deprecated Grgit#resolveCommit(Object) method.
  • BranchStatusOp's branch property is now deprecated and replaced by name. branch will not be removed until 2.0.0, at the earliest.

Also thanks to Aaron Zirbes for fixing a compile issue with GrgitException.