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

ModelLoader revamp #215

Merged
merged 2 commits into from
Feb 17, 2023
Merged

ModelLoader revamp #215

merged 2 commits into from
Feb 17, 2023

Conversation

kubukoz
Copy link
Owner

@kubukoz kubukoz commented Feb 17, 2023

Extracted from #129.

Since Smithy4s removed its ModelLoader from public scope, we have to load our models ourselves. This actually has several benefits, mostly because Playground was doing something very similar for plugins.

Breaking changes

  • Move the plugins.smithy-playground.extensions key to smithyPlayground.extensions - previously it could clash with other Smithy tooling
  • Alloy / smithy4s-protocol are no longer included as default dependencies: users will have to add them themselves

@kubukoz kubukoz merged commit 4cd613b into main Feb 17, 2023
@kubukoz kubukoz deleted the model-loader-custom branch February 17, 2023 03:47
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.

1 participant