Skip to content

Releases: contentful/contentful.js

v6.0.1

25 Apr 11:31
Compare
Choose a tag to compare

6.0.1 (2018-04-25)

Bug Fixes

  • typeDefinition: Add missing CreateClientParams types (#241) (c745e22)

v6.0.0

16 Apr 08:58
Compare
Choose a tag to compare

6.0.0 (2018-04-16)

Bug Fixes

chore

  • node-version: upgrade minimal node version to 6 (6cab077)

Features

  • environements: bring back environment (b00e917)
  • environment: Throw an Exception on sync (4903891)
  • environments: add environments option (b5fe5fc)
  • sync: sync can now be used without pagination (#221) (ef948f3), closes #220

BREAKING CHANGES

  • node-version: Will no more work with node v4

v6.0.0-beta0

27 Feb 13:16
Compare
Choose a tag to compare
v6.0.0-beta0 Pre-release
Pre-release

6.0.0-beta0 (2018-02-27)

npm i -S contentful@next

Build System / Dependencies
  • webpack:
    • upgrade to webpack 4 (2cc40fed)
    • switch to renamed babel-minify plugin (039f447b)
  • npm: upgrade dependencies (b401552b)
Chores
  • Update version (5463f204)
  • scripts: simplify webpack build script (e9d4e9a5)
  • node-version: upgrade minimal node version to 6 (dcac9ae0)
  • types: Improve type definitions (#234) (03a12108)
Documentation Changes
  • README: fix sync pagination parameter name (d7c042ca)
New Features
  • environements: bring back environment (fdfac4c8)
  • environments: add environments option (7733912c)
  • sync: sync can now be used without pagination (#221) (28bd3936)
Tests
  • integration: use new test space and update related tests (6e0a653b)
  • coverage: switch to codecov (096a1e94)

v5.1.3

22 Feb 14:55
Compare
Choose a tag to compare

5.1.3 (2018-02-22)

Bug Fixes

  • user-agent: don't detect node when babel-polyfill is used (5e2206c)

v5.1.2

21 Feb 15:59
Compare
Choose a tag to compare

5.1.2 (2018-02-21)

Bug Fixes

  • retry: do only retry axios related errors (c14db7e)
  • unresolved-fields-removal: remove after iterating array fields (3674196)

v5.1.1

13 Feb 13:59
Compare
Choose a tag to compare

5.1.1 (2018-02-13)

Bug Fixes

  • link-resolution: only resolve links in fields (f023267)

v5.1.0

05 Feb 13:31
Compare
Choose a tag to compare

5.1.0 (2018-02-05)

Bug Fixes

  • resolve: only resolve links within fields (d6deb25), closes #194

Features

  • links: circular reference link resolution (#217) (2d63473)

v5.1.0-beta2

09 Jan 14:24
Compare
Choose a tag to compare

New link resolution logic which removes unresolvable links and is able to handle circular links.

v5.0.5

17 Nov 10:40
Compare
Choose a tag to compare

5.0.5 (2017-11-17)

Bug Fixes

  • axios: Use scoped import in code/tests (#204) (c085f35)

v5.0.4

16 Nov 14:32
f640b01
Compare
Choose a tag to compare

5.0.4 (2017-11-16)

Bug Fixes