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

Release v7.0.0 #699

Merged
merged 22 commits into from
Jan 29, 2022
Merged

Release v7.0.0 #699

merged 22 commits into from
Jan 29, 2022

Conversation

piotr-oles
Copy link
Collaborator

This PR releases all changes from the alpha branch

Use simple ts.Program and ts.CompilerHost when running webpack in
non-watch mode. This can improve check time in CI for some cases.

BREAKING CHANGE: 🧨 Use ts.Program and ts.CompilerHost for single compilation by default

✅ Closes: #572
BREAKING CHANGE: 🧨 ESLint no longer supported by the plugin
Use external package to handle e2e tests to simplify code base
BREAKING CHANGE: 🧨 Webpack 4 is no longer supported. Please upgrade to Webpack ^5.11.0 or use an older version of the plugin.
Upgrade dependencies that doesn't require Node version bump.
Node 10 is no longer maintained

BREAKING CHANGE: 🧨 Require Node.js >= 12
BREAKING CHANGE: 🧨 Drop support for TypeScript < 3.6.0
This commit contains fixes from the main branch
SolutionBuilder API is buggy for TypeScript < 3.8.0. To reduce maintenance burden, we bump minimal TypeScript version for { build: true } mode to 3.8.0.

BREAKING CHANGE: 🧨 Minimal version of TypeScript with { build: true } mode changed from 3.6.0 to 3.8.0
Use simple functions and modules to simplify worker code
I found snake-case easier to read, and given that
the project doesn't use OOP a lot, having all PascalCase
names doesn't reflect the paradigm and feels unnatural.
Currently, the logger options are overcomplicated. To simplify them, we
are removing logger.infrastructure option.

BREAKING CHANGE: 🧨 Changes in options: `logger.issues` becomes `logger`, `logger.devServer`
becomes `devServer`, `logger.infrastructure` has been removed
@piotr-oles
Copy link
Collaborator Author

🎉 This PR is included in version 7.0.0 🎉

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
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant