Skip to content

v0.0.3

Compare
Choose a tag to compare
@joefitzgerald joefitzgerald released this 07 Jun 21:41
· 149 commits to master since this release

Features

  • List functions now return slices of the return type instead of a paginated type, because they fetch all records from the server

Breaking Changes

  • Remove startIdx and count arguments from GroupManager.List, and fetch all pages of data
  • Remove startIdx and count arguments from UserManager.List, and fetch all pages of data

Detailed changes: v0.0.2...v0.0.3