Skip to content

Releases: intercom/contentful-typescript-codegen

v3.0.0

03 Dec 04:10
ce34c0b
Compare
Choose a tag to compare

3.0.0 (2019-12-03)

Bug Fixes

  • cli: return a non-zero exit code on failure (#11) (ce34c0b)

BREAKING CHANGES

  • cli: This may lead to builds that previously succeeded breaking. This would mean that
    there was previously an uncaught error in your setup. Well-configured, healthy builds should remain
    unaffected.

v2.1.0

26 Nov 22:30
a982c1f
Compare
Choose a tag to compare

2.1.0 (2019-11-26)

Features

  • rendering: add a "fields-only" mode for validating responses (#9) (a982c1f)

v2.0.1

21 Oct 19:58
f889a61
Compare
Choose a tag to compare

2.0.1 (2019-10-21)

Bug Fixes

v2.0.0

09 Oct 04:56
d3b9c44
Compare
Choose a tag to compare

2.0.0 (2019-10-09)

Features

  • rendercontenttype: include "sys" with content type ID in the generated interface (#4) (d3b9c44)

BREAKING CHANGES

  • rendercontenttype: Users who use one content type's interface to accept another content type in a
    function (for example, if one content type is a superset of another one) will need to use a union
    type and allow all possible content types now.

v1.0.0

01 Aug 22:01
Compare
Choose a tag to compare

1.0.0 (2019-08-01)

Features