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

Remove support for 'apidoc' field in spec #895

Merged
merged 5 commits into from
Oct 20, 2022
Merged

Remove support for 'apidoc' field in spec #895

merged 5 commits into from
Oct 20, 2022

Conversation

mbryzek
Copy link
Collaborator

@mbryzek mbryzek commented Oct 20, 2022

  • wip
  • Remove apidoc
  • wip
  • Remove support for 'apidoc' field in spec

*/
object RemoveApiDocElement extends Upgrader {
def apply(js: JsObject): JsObject = {
js - "apidoc"
Copy link
Contributor

Choose a reason for hiding this comment

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

why remove this field in code? why not reject the upload?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

experimenting with auto upgrade for a change to interfaces... feels annoying to require developers to change their spec (don't want to introduce a breaking change here for devs)

@mbryzek mbryzek merged commit 696deff into main Oct 20, 2022
@mbryzek mbryzek deleted the apidoc branch October 20, 2022 23:21
mbryzek added a commit that referenced this pull request Oct 20, 2022
mbryzek added a commit that referenced this pull request Oct 20, 2022
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.

None yet

2 participants