Releases: e-Spirit/javascript-content-api-library
Releases · e-Spirit/javascript-content-api-library
v3.2.0
v3.1.0
v3.0.1
v3.0.0
3.0.0 (2020-10-12)
Features
- datasources, misc: added datasource support + misc (4f0c439)
BREAKING CHANGES
- datasources, misc: - tenantId in configuration object is now required
- we slightly changed the
interface of the urls used in remote / proxy mode for compatibility reasons and a better integration
into the express router. Please use the exposed routes and route-generators in future
implementations
v2.0.0
v1.1.0
v1.0.0
1.0.0 (2020-08-17)
improvement
- Add ability to run library both on server and browser: We removed Axios and are now usi (2ca7a87)
BREAKING CHANGES
- Add ability to run library both on server and browser: Since fetch is used for requesting data from the interfaces it is necessary to
polyfill fetch, when you are using this library in node environments.