Skip to content

v0.10.0 - Beer Snake

Compare
Choose a tag to compare
@shiftkey shiftkey released this 22 Apr 03:01
  • Fixed: renamed methods to follow GetAll convention - #771 via @alfhenrik
  • Fixed: helper functions and cleanup to make using Authorization API easier to consume - #786 via @haacked

Breaking Changes:

  • As part of #771 there were many method which were returning collections
    but the method name made it unclear. You might think that it wasn't much, but
    you'd be wrong. So if you have a method that no longer compile,
    it is likely that you need to set the prefix to GetAll to re-disocver that API.
  • CommitComment.Position is now a nullable int to prevent serialization issues.