This repository was archived by the owner on Mar 29, 2023. It is now read-only.
Releases: dynabloxjs/dynablox_opencloud
Releases · dynabloxjs/dynablox_opencloud
v0.2.2
- Added support for the new MessagingService publish API.
v0.2.1
- Properly handle Lua's
infvalue in DataStore entry values. - More documentation in the README.md.
- Update dependencies to latest.
- Fix case when a response is a JSON array and isn't properly transformed.
- (Internal) Update oAuth2 services for the upcoming OAuthClient.
v0.2.0
- Added automatic retries (see README.md)
- (Internal) New services format to easily get URLs outside of the module.
v0.1.6
- Fix
<StandardDataStore>.updateEntry()not encoding string values. - Update
<StandardDataStore>.updateEntry()'s checks for scopes to be "Update" or "Create", instead of both.
v0.1.5
- Fix
<BaseClient>.setCredentialsValuerecursively calling itself.
v0.1.4
v0.1.3
- Export all types
- Fix documentation and add examples
v0.1.2
v0.1.1
- Update DataStore ratelimits
- Added more limit checks
v0.1.0
First release