Skip to content

Releases: e-Spirit/javascript-content-api-library

v3.2.0

02 Nov 10:10
Compare
Choose a tag to compare

3.2.0 (2020-11-02)

Features

  • sectionreference: added SectionReference support (0a78e98)

v3.1.0

28 Oct 13:31
Compare
Choose a tag to compare

3.1.0 (2020-10-28)

Features

  • logger, mapping: enable setting loglevel from outside and add new mapped types (0ab7cf6)

v3.0.1

14 Oct 08:12
Compare
Choose a tag to compare

3.0.1 (2020-10-14)

Bug Fixes

  • typescript / bundle: fixed ts defs and broken bundles (d293680)

v3.0.0

12 Oct 14:14
Compare
Choose a tag to compare

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

17 Sep 15:12
Compare
Choose a tag to compare

2.0.0 (2020-09-17)

Features

  • navigation: we added support for multi-language projects (2430896)

BREAKING CHANGES

  • navigation: the interface of the fetchNavigation changed. You now have to pass the initial path
    of your application and a fallback defaultLocale to the method.

v1.1.0

09 Sep 11:19
Compare
Choose a tag to compare

1.1.0 (2020-09-09)

Features

  • config: introduce new uri-scheme required by caas-connect 3.0.9 (0c8df58)

v1.0.0

17 Aug 14:00
2cc81ec
Compare
Choose a tag to compare

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.