4.0.0
- #129: Using the package in non-typescript node.js now wortks with a simple
const Ketting = require('ketting')
. - #129: Fixed the browser distribution. the
Ketting
constructor is
registered globally again.
Included from alpha release:
- The old format for OAuth2 setup is now no longer supported.
- It's now possible to specify per-domain authentication using wildcards.
This allows you to set up specific authentication credentials for specific
domains. This might be useful in case you talk to multiple API's with a
single client.