Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(jsii-diff): also check stability transitions #592

Merged
merged 1 commit into from
Jul 12, 2019

Commits on Jul 9, 2019

  1. feat(jsii-diff): also check stability transitions

    Once an API element is marked @stable, it is not allowed to
    retract that stability guarantee anymore by changing it back to
    @experimental. This is now verified by `jsii-diff`.
    
    This was always intended to be checked, but was missed as an oversight
    in the initial implementation.
    rix0rrr committed Jul 9, 2019
    Configuration menu
    Copy the full SHA
    d863bdf View commit details
    Browse the repository at this point in the history