Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: intercom/contentful-typescript-codegen
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.0.0
Choose a base ref
...
head repository: intercom/contentful-typescript-codegen
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.0.0
Choose a head ref
  • 2 commits
  • 6 files changed
  • 1 contributor

Commits on Aug 1, 2019

  1. docs(readme.md): fix installation command (#3)

    Steven Petryk authored Aug 1, 2019
    Configuration menu
    Copy the full SHA
    9d4c46d View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2019

  1. feat(rendercontenttype): include "sys" with content type ID in the ge…

    …nerated interface (#4)
    
    It's helpful to be able to inspect an entry's `sys.contentType.sys.id` field to see what type it is,
    especially when a link can be one of many types. This makes the types support such a check.
    
    BREAKING CHANGE: 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.
    Steven Petryk authored Oct 9, 2019
    Configuration menu
    Copy the full SHA
    d3b9c44 View commit details
    Browse the repository at this point in the history
Loading