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 remove reexport symbol common #2859

Merged
merged 5 commits into from
Oct 12, 2024
Merged

Conversation

Romakita
Copy link
Collaborator

Information

Type Breaking change
chore No

Add @tsed/platform-http to export only symbol from the old @tsed/common.

@tsed/common re-export @tsed/schema, @tsed/di, @tsed/platform-params, @tsed/platform-exceptions, @tsed/platform-response-filter, and $log / Logger from @tsed/logger.

This new @tsed/platform-http don't re-export these things. The CLI will use directly @tsed/platform-http package to generate the appropriate project.

This way it will be easier to compose your project according to your needs and to have a lighter bundle (without the log-request for example).

Todos

  • Tests
  • Coverage
  • Example
  • Documentation

@Romakita Romakita merged commit a8635fc into beta Oct 12, 2024
16 checks passed
@Romakita Romakita deleted the fix-remove-reexport-symbol-common branch October 12, 2024 08:37
Romakita added a commit that referenced this pull request Oct 12, 2024
…common

Fix remove reexport symbol common
@Romakita
Copy link
Collaborator Author

🎉 This PR is included in version 8.0.0-beta.4 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants