Releases: dynabloxjs/dynablox_opencloud
Releases · dynabloxjs/dynablox_opencloud
v0.2.1
- Properly handle Lua's
inf
value 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>.setCredentialsValue
recursively calling itself.
v0.1.4
- Fix async iterator impl in ServicePage (#2)
- Fix childErrors
type
v0.1.3
- Export all types
- Fix documentation and add examples
v0.1.2
0.1.2
- fix typo (#1 )
- implement RatelimitHelper dependencies
- update DataStore ratelimits to reflect this (per universeId ratelimits now instead of per instance)
v0.1.1
- Update DataStore ratelimits
- Added more limit checks