Skip to content

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 piotr-oles merged commit fc928f4 into main Jan 29, 2022
@piotr-oles piotr-oles deleted the alpha branch January 29, 2022 00:36
@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.

2 participants