Releases: globalMOO/gmoo-sdk-javascript
Releases · globalMOO/gmoo-sdk-javascript
v1.1.0
What's Changed
Breaking Changes
None — this release is fully backward compatible.
Improvements
- RegisterAccount: Updated to accept
firstNameandlastNameseparately (previously combined asname), plusagreementparameter - Account model: Added
first_nameandlast_nameproperties 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
This initial release includes:
- First public version of globalmoo-sdk.
- Full functionality and API available.
- Ready for community use and feedback.