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

fix(options): remove PactOptions redefinition, introduce JestPactOptions #188

Merged
merged 1 commit into from
May 5, 2020

Conversation

TimothyJones
Copy link
Contributor

BREAKING CHANGE

To avoid needing to modify PactOptions every time it changes, we now union it with the extra options in a type called JestPactOptions

Copy link
Member

@YOU54F YOU54F left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

just make sure we bump the version number, standard doesn't always seem to work out breaking changes, not sure if we have to reference something in the commit message to make it figure it out

@TimothyJones
Copy link
Contributor Author

I think because we're below version 1, standard won't bump the major version when we make breaking changes. But I also think we should move to version 1 soon.

@TimothyJones TimothyJones force-pushed the fix/dont-redefine-pactoptions branch from 68c046d to a9e8b3a Compare May 5, 2020 04:09
BREAKING CHANGE

To avoid needing to modify PactOptions every time it changes, we now union it with the extra options in a type called JestPactOptions
@TimothyJones TimothyJones force-pushed the fix/dont-redefine-pactoptions branch from a9e8b3a to 5152b31 Compare May 5, 2020 04:52
@TimothyJones TimothyJones merged commit b622f01 into master May 5, 2020
@mefellows mefellows deleted the fix/dont-redefine-pactoptions branch May 7, 2020 03:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants