Skip to content

Releases: suaustralia/googleappcurl

0.3.2

10 May 02:56
Compare
Choose a tag to compare

Bug fixes:

  • findUsers will now always return an array

0.3.1

22 May 05:20
Compare
Choose a tag to compare

Bug fixes:

  • JSON requests now work correctly (correct content type is now sent)

0.3.0

18 May 21:02
Compare
Choose a tag to compare
  • Errors are now checked when performing curl requests: if there's an error, a GoogleException will be thrown.
  • New functions:
    • createUser
    • findUsers
    • updateUsers
  • Backwards incompatible changes:
    • Renamed findUser to getUser and changed the function signature (now takes an email instead of an array of search fields)
    • curlRequest now decodes the response automatically before returning

0.2.0

14 May 04:54
Compare
Choose a tag to compare
  • Added a new function: findUser
  • Backwards incompatible changes:
    • Renamed checkUserAlias to isEmailAUser
    • Renamed checkGroupAlias to isEmailAGroup
    • Renamed checkAlias to isEmailAUserOrGroup

0.1.0

31 Mar 05:57
Compare
Choose a tag to compare

Initial release