Skip to content

Releases: rokka-io/rokka.js

v3.0.0

17 Sep 16:41
e6d4c31
Compare
Choose a tag to compare
  • 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

08 Nov 06:39
2b9f038
Compare
Choose a tag to compare
3.0.0-rc.1 Pre-release
Pre-release
  • Updated some packages, prettier 2.0 style
  • No real code changes

3.0.0-beta.7

03 Nov 23:50
a1d933a
Compare
Choose a tag to compare
3.0.0-beta.7 Pre-release
Pre-release
  • Added rokka.sourceimages.setProtected method (and support for setting it during creation)
  • Added rokka.organizations.setOption method.

v3.0.0-beta.6

31 Oct 17:42
b0be891
Compare
Choose a tag to compare
v3.0.0-beta.6 Pre-release
Pre-release
  • Changes in signature calculations

3.0.0-beta.1

29 Oct 09:40
d36ee4d
Compare
Choose a tag to compare
3.0.0-beta.1 Pre-release
Pre-release
  • Fix sourceimage.createByUrl

2.0.2

29 Oct 09:36
da6a3cd
Compare
Choose a tag to compare
  • Fix sourceimage.createByUrl

v3.0.0-alpha.3

31 Oct 17:43
bcca458
Compare
Choose a tag to compare
v3.0.0-alpha.3 Pre-release
Pre-release
3.0.0-alpha.3

v3.0.0-alpha.2

31 Oct 17:43
380bf9c
Compare
Choose a tag to compare
v3.0.0-alpha.2 Pre-release
Pre-release
3.0.0-alpha.2

2.0.0: Replace request package with cross-fetch

25 Oct 15:38
93af307
Compare
Choose a tag to compare

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

17 Oct 09:10
df7c3eb
Compare
Choose a tag to compare
1.4.0

add facets and autolabel support