Skip to content
This repository has been archived by the owner on Jul 17, 2020. It is now read-only.

Releases: Rebilly/rebilly-js-token

Fix address validator RegExp

17 Oct 18:38
d86c405
Compare
Choose a tag to compare

Adds support for dashes in the address validator method.

Publishable keys

25 May 19:52
Compare
Choose a tag to compare

A new authorization method was added to the library to enable access to publishable keys in Rebilly:

// use this instead of setAuth
Rebilly.setPublishableKey('pk_.....');

You can create publishable keys in Rebilly here: https://app.rebilly.com/api-keys.
Documentation to follow in a patch.

Rebilly CDN

25 May 16:11
Compare
Choose a tag to compare

Updated the documentation to reflect the new Rebilly CDN as a provider for the library going forward.