Skip to content

Release 3.2.0

Compare
Choose a tag to compare
@vernondegoede vernondegoede released this 03 Jun 13:57
· 311 commits to master since this release
  • Added the following APIs:
    • Permissions APIs
    • Organizations APIs
    • Profiles APIs
    • Onboarding APIs
  • Implemented the update Payment endpoint
  • Changed the internal architecture of the library. We're now using interfaced data, which:
    • Makes the library easier to maintain
    • Exports better type definitions
  • Fixed several bugs:
    • DELETE requests can now include data (#147)
    • Embedding multiple resources simultaneously now works (#144)
    • GET requests now include all data (#137)