Releases: rokka-io/rokka.js
Releases · rokka-io/rokka.js
v3.0.0
- Converted to typescript. Even though it's supposed to be 100% backwards compatible, we decided to make this a major release.
- Moved tests from ava to jest and nock.
- Added
rokka.render.signUrl
method. - Added
rokka.render.addStackVariables
method. - Added
rokka.render.getUrlComponents
method. - Added
rokka.sourceimages.setProtected
method (and support for setting it during creation) - Added
rokka.organizations.setOption
method.
3.0.0-rc.1
- Updated some packages, prettier 2.0 style
- No real code changes
3.0.0-beta.7
- Added
rokka.sourceimages.setProtected
method (and support for setting it during creation) - Added
rokka.organizations.setOption
method.
v3.0.0-beta.6
- Changes in signature calculations
3.0.0-beta.1
- Fix sourceimage.createByUrl
2.0.2
v3.0.0-alpha.3
3.0.0-alpha.3
v3.0.0-alpha.2
3.0.0-alpha.2
2.0.0: Replace request package with cross-fetch
rokka.js uses now cross-fetch instead of "request" for making the actual http calls. It's much smaller as the main reason.
The object returned as response in the Promises therefore also changed. We tried to make it as backwards compatible as possible with providing the relevant properties as before, but we can't guarantee 100% BC, therefore release a major new version. If we missed something, tell us, and we can add it.
Additionally rokka.sourceimages.get
now supports query parameters for supporting deleted
. Also added that support to rokka.sourceimages.list
Also added rokka.memberships.get(organization,userId)
Add facets and autolabel support
1.4.0 add facets and autolabel support