@module-federation/utilities
Advanced tools
Comparing version 1.0.0 to 1.0.1
@@ -5,2 +5,6 @@ # Changelog | ||
## [1.0.1](https://github.com/module-federation/nextjs-mf/compare/utils-1.0.0...utils-1.0.1) (2022-11-20) | ||
# [1.0.0](https://github.com/module-federation/nextjs-mf/compare/utils-0.5.0...utils-1.0.0) (2022-11-20) | ||
@@ -28,2 +32,24 @@ | ||
# [1.0.0](https://github.com/module-federation/nextjs-mf/compare/utils-0.5.0...utils-1.0.0) (2022-11-20) | ||
### Features | ||
* **typescript:** excessive recompilation prevention ([#306](https://github.com/module-federation/nextjs-mf/issues/306)) ([6e1967f](https://github.com/module-federation/nextjs-mf/commit/6e1967f019afb25dfbcfe83627b08ae8b1fe97b2)) | ||
### BREAKING CHANGES | ||
* **typescript:** Reimplemented the whole plugin from round-up to enhance performance, prevent excessive recompilation and other issues. | ||
Some key changes to the plugin includes: | ||
- Downloading remote types before compilation starts. | ||
- Caching remote types for better performance. | ||
- Ability to provide Plugin options. | ||
Please go through plugin `readme.md` file to understand what's changed and how to use the plugin. | ||
# [0.5.0](https://github.com/module-federation/nextjs-mf/compare/utils-0.4.1...utils-0.5.0) (2022-10-31) | ||
@@ -30,0 +56,0 @@ |
{ | ||
"name": "@module-federation/utilities", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"type": "commonjs", | ||
@@ -5,0 +5,0 @@ "main": "src/index.js", |
31185