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

refactor: introduce Document #876

Merged
merged 5 commits into from
Jan 11, 2020
Merged

refactor: introduce Document #876

merged 5 commits into from
Jan 11, 2020

Conversation

P0lip
Copy link
Contributor

@P0lip P0lip commented Dec 23, 2019

Checklist

  • Tests added / updated
  • Docs added / updated

Does this PR introduce a breaking change?

  • Yes
  • No

Additional context

Technically this is a breaking change, but I doubt anyone besides us actually passes IParsedResult, so we can consider it a fully Internal refactor that mostly addresses the issues with naming and makes certain parts of code a bit easier to reason about. not breaking anymore 😊

I'm not planning to make it a part of 5.0.

@P0lip P0lip self-assigned this Dec 26, 2019
@P0lip P0lip marked this pull request as ready for review December 26, 2019 20:48
@philsturgeon
Copy link
Contributor

I am a bit concerned about releasing breaking changes in 5.1, is this necessary? Could we hold it off for a while until we have some bigger features which might warrant a 6.0?

Or could it be made not breaking, by returning the thing we used to return too and deprecating it for now?

@P0lip
Copy link
Contributor Author

P0lip commented Dec 27, 2019

Or could it be made not breaking, by returning the thing we used to return too and deprecating it for now?

Yeah, I can easily make it a non-breaking one and keep it like that.
The usage of that is mostly internal limited to Stoplight anyway, so users won't notice it, but I agree we should not be violating the our versioning model.

@philsturgeon
Copy link
Contributor

philsturgeon commented Jan 2, 2020 via email

@P0lip P0lip added the chore label Jan 9, 2020
@P0lip P0lip requested a review from nulltoken January 9, 2020 12:28
@P0lip P0lip merged commit 6952139 into develop Jan 11, 2020
@P0lip P0lip deleted the refactor/document branch January 11, 2020 09:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants