Skip to content

Releases: globalMOO/gmoo-sdk-javascript

v1.1.0

12 Mar 23:51

Choose a tag to compare

What's Changed

Breaking Changes

None — this release is fully backward compatible.

Improvements

  • RegisterAccount: Updated to accept firstName and lastName separately (previously combined as name), plus agreement parameter
  • Account model: Added first_name and last_name properties to match API response
  • CreateModel: Fixed missing import for InvalidArgumentException

Removed

  • ReadTrial: Removed deprecated request class (no corresponding API endpoint)

Full Changelog: v1.0.1...v1.1.0

Initial Public Release v1.0.0

06 Mar 20:42

Choose a tag to compare

This initial release includes:

  • First public version of globalmoo-sdk.
  • Full functionality and API available.
  • Ready for community use and feedback.