diff --git a/Cargo.lock b/Cargo.lock index 093f1cc072..fc4a4c3e33 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1298,7 +1298,7 @@ checksum = "4443176a9f2c162692bd3d352d745ef9413eec5782a80d8fd6f8a1ac692a07f7" [[package]] name = "farmfe_compiler" -version = "0.0.1" +version = "0.0.2" dependencies = [ "farmfe_core", "farmfe_plugin_css", @@ -1317,13 +1317,13 @@ dependencies = [ "farmfe_plugin_tree_shake", "farmfe_testing_helpers", "farmfe_toolkit", - "farmfe_utils 0.1.3", + "farmfe_utils 0.1.4", "num_cpus", ] [[package]] name = "farmfe_core" -version = "0.4.1" +version = "0.4.2" dependencies = [ "blake2", "bytecheck 0.7.0", @@ -1331,7 +1331,7 @@ dependencies = [ "downcast-rs", "enhanced-magic-string", "farmfe_macro_cache_item", - "farmfe_utils 0.1.3", + "farmfe_utils 0.1.4", "glob", "heck 0.4.1", "hex", @@ -1358,7 +1358,7 @@ dependencies = [ [[package]] name = "farmfe_macro_cache_item" -version = "0.1.2" +version = "0.1.3" dependencies = [ "proc-macro2", "quote", @@ -1367,7 +1367,7 @@ dependencies = [ [[package]] name = "farmfe_macro_plugin" -version = "0.0.3" +version = "0.0.4" dependencies = [ "proc-macro2", "quote", @@ -1394,29 +1394,29 @@ dependencies = [ [[package]] name = "farmfe_plugin_css" -version = "0.0.1" +version = "0.0.2" dependencies = [ "farmfe_core", "farmfe_macro_cache_item", "farmfe_testing_helpers", "farmfe_toolkit", - "farmfe_utils 0.1.3", + "farmfe_utils 0.1.4", "rkyv", ] [[package]] name = "farmfe_plugin_define" -version = "0.0.1" +version = "0.0.2" dependencies = [ "farmfe_core", "farmfe_testing_helpers", "farmfe_toolkit", - "farmfe_utils 0.1.3", + "farmfe_utils 0.1.4", ] [[package]] name = "farmfe_plugin_html" -version = "0.0.1" +version = "0.0.2" dependencies = [ "farmfe_core", "farmfe_testing_helpers", @@ -1425,7 +1425,7 @@ dependencies = [ [[package]] name = "farmfe_plugin_json" -version = "0.0.1" +version = "0.0.2" dependencies = [ "farmfe_core", "farmfe_testing_helpers", @@ -1434,17 +1434,17 @@ dependencies = [ [[package]] name = "farmfe_plugin_lazy_compilation" -version = "0.0.1" +version = "0.0.2" dependencies = [ "farmfe_core", "farmfe_testing_helpers", "farmfe_toolkit", - "farmfe_utils 0.1.3", + "farmfe_utils 0.1.4", ] [[package]] name = "farmfe_plugin_minify" -version = "0.0.1" +version = "0.0.2" dependencies = [ "farmfe_core", "farmfe_testing_helpers", @@ -1453,7 +1453,7 @@ dependencies = [ [[package]] name = "farmfe_plugin_partial_bundling" -version = "0.0.1" +version = "0.0.2" dependencies = [ "farmfe_core", "farmfe_testing_helpers", @@ -1462,7 +1462,7 @@ dependencies = [ [[package]] name = "farmfe_plugin_polyfill" -version = "0.0.1" +version = "0.0.2" dependencies = [ "farmfe_core", "farmfe_testing_helpers", @@ -1471,7 +1471,7 @@ dependencies = [ [[package]] name = "farmfe_plugin_progress" -version = "0.0.1" +version = "0.0.2" dependencies = [ "console", "farmfe_core", @@ -1494,22 +1494,22 @@ dependencies = [ [[package]] name = "farmfe_plugin_resolve" -version = "0.0.1" +version = "0.0.2" dependencies = [ "farmfe_core", "farmfe_testing_helpers", "farmfe_toolkit", - "farmfe_utils 0.1.3", + "farmfe_utils 0.1.4", ] [[package]] name = "farmfe_plugin_runtime" -version = "0.0.1" +version = "0.0.2" dependencies = [ "farmfe_core", "farmfe_testing_helpers", "farmfe_toolkit", - "farmfe_utils 0.1.3", + "farmfe_utils 0.1.4", ] [[package]] @@ -1528,13 +1528,13 @@ dependencies = [ [[package]] name = "farmfe_plugin_script" -version = "0.0.1" +version = "0.0.2" dependencies = [ "farmfe_core", "farmfe_swc_transformer_import_glob", "farmfe_testing_helpers", "farmfe_toolkit", - "farmfe_utils 0.1.3", + "farmfe_utils 0.1.4", "once_cell", "swc_ecma_loader", "swc_plugin_proxy", @@ -1543,53 +1543,53 @@ dependencies = [ [[package]] name = "farmfe_plugin_static_assets" -version = "0.0.1" +version = "0.0.2" dependencies = [ "base64 0.21.0", "farmfe_core", "farmfe_testing_helpers", "farmfe_toolkit", - "farmfe_utils 0.1.3", + "farmfe_utils 0.1.4", "mime_guess", "rkyv", ] [[package]] name = "farmfe_plugin_tree_shake" -version = "0.0.1" +version = "0.0.2" dependencies = [ "farmfe_core", "farmfe_testing_helpers", "farmfe_toolkit", - "farmfe_utils 0.1.3", + "farmfe_utils 0.1.4", ] [[package]] name = "farmfe_swc_transformer_import_glob" -version = "0.0.1" +version = "0.0.2" dependencies = [ "farmfe_core", "farmfe_testing_helpers", "farmfe_toolkit", - "farmfe_utils 0.1.3", + "farmfe_utils 0.1.4", ] [[package]] name = "farmfe_testing_helpers" -version = "0.0.2" +version = "0.0.3" dependencies = [ "farmfe_core", ] [[package]] name = "farmfe_toolkit" -version = "0.0.2" +version = "0.0.3" dependencies = [ "anyhow", "farmfe_core", "farmfe_testing_helpers", "farmfe_toolkit_plugin_types", - "farmfe_utils 0.1.3", + "farmfe_utils 0.1.4", "lazy_static", "preset_env_base", "sourcemap", @@ -1617,7 +1617,7 @@ dependencies = [ [[package]] name = "farmfe_toolkit_plugin_types" -version = "0.0.9" +version = "0.0.10" dependencies = [ "farmfe_core", "lazy_static", @@ -1635,7 +1635,7 @@ dependencies = [ [[package]] name = "farmfe_utils" -version = "0.1.3" +version = "0.1.4" dependencies = [ "base64 0.21.0", "pathdiff", diff --git a/crates/compiler/CHANGELOG.md b/crates/compiler/CHANGELOG.md index 2de84a2d26..ad709deddc 100644 --- a/crates/compiler/CHANGELOG.md +++ b/crates/compiler/CHANGELOG.md @@ -6,6 +6,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.0.2](https://github.com/farm-fe/farm/compare/farmfe_compiler-v0.0.1...farmfe_compiler-v0.0.2) - 2024-03-22 + +### Added +- minify modules instead of resource pots ([#1025](https://github.com/farm-fe/farm/pull/1025)) +- remove if (import.meta.hot) guard for production ([#1030](https://github.com/farm-fe/farm/pull/1030)) + +### Fixed +- tree shake variable assign ([#1054](https://github.com/farm-fe/farm/pull/1054)) +- treeshake class decl assign ([#1038](https://github.com/farm-fe/farm/pull/1038)) + +### Other +- Feat/update readme ([#1028](https://github.com/farm-fe/farm/pull/1028)) + ## [0.0.1](https://github.com/farm-fe/farm/releases/tag/farmfe_compiler-v0.0.1) - 2024-03-12 ### Added diff --git a/crates/compiler/Cargo.toml b/crates/compiler/Cargo.toml index b2e7659557..e7ce3240cd 100644 --- a/crates/compiler/Cargo.toml +++ b/crates/compiler/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "farmfe_compiler" -version = "0.0.1" +version = "0.0.2" edition = "2021" authors = ["brightwu(吴明亮) <1521488775@qq.com>"] license = "MIT" @@ -10,24 +10,24 @@ repository = "https://github.com/farm-fe/farm" documentation = "https://docs.rs/farmfe_compiler" [dependencies] -farmfe_core = { path = "../core", version = "0.4.1" } -farmfe_plugin_partial_bundling = { path = "../plugin_partial_bundling", version = "0.0.1" } -farmfe_plugin_resolve = { path = "../plugin_resolve", version = "0.0.1" } -farmfe_plugin_script = { path = "../plugin_script", version = "0.0.1" } -farmfe_plugin_runtime = { path = "../plugin_runtime", version = "0.0.1" } -farmfe_plugin_html = { path = "../plugin_html", version = "0.0.1" } -farmfe_plugin_tree_shake = { path = "../plugin_tree_shake", version = "0.0.1" } -farmfe_plugin_css = { path = "../plugin_css", version = "0.0.1" } -farmfe_plugin_lazy_compilation = { path = "../plugin_lazy_compilation", version = "0.0.1" } -farmfe_plugin_static_assets = { path = "../plugin_static_assets", version = "0.0.1" } -farmfe_plugin_minify = { path = "../plugin_minify", version = "0.0.1" } -farmfe_toolkit = { path = "../toolkit", version = "0.0.2" } -farmfe_utils = { path = "../utils", version = "0.1.3" } -farmfe_testing_helpers = { path = "../testing_helpers", version = "0.0.2" } -farmfe_plugin_json = { path = "../plugin_json", version = "0.0.1" } -farmfe_plugin_polyfill = { path = "../plugin_polyfill", version = "0.0.1" } -farmfe_plugin_progress = { path = "../plugin_progress", version = "0.0.1" } -farmfe_plugin_define = { path = "../plugin_define", version = "0.0.1" } +farmfe_core = { path = "../core", version = "0.4.2" } +farmfe_plugin_partial_bundling = { path = "../plugin_partial_bundling", version = "0.0.2" } +farmfe_plugin_resolve = { path = "../plugin_resolve", version = "0.0.2" } +farmfe_plugin_script = { path = "../plugin_script", version = "0.0.2" } +farmfe_plugin_runtime = { path = "../plugin_runtime", version = "0.0.2" } +farmfe_plugin_html = { path = "../plugin_html", version = "0.0.2" } +farmfe_plugin_tree_shake = { path = "../plugin_tree_shake", version = "0.0.2" } +farmfe_plugin_css = { path = "../plugin_css", version = "0.0.2" } +farmfe_plugin_lazy_compilation = { path = "../plugin_lazy_compilation", version = "0.0.2" } +farmfe_plugin_static_assets = { path = "../plugin_static_assets", version = "0.0.2" } +farmfe_plugin_minify = { path = "../plugin_minify", version = "0.0.2" } +farmfe_toolkit = { path = "../toolkit", version = "0.0.3" } +farmfe_utils = { path = "../utils", version = "0.1.4" } +farmfe_testing_helpers = { path = "../testing_helpers", version = "0.0.3" } +farmfe_plugin_json = { path = "../plugin_json", version = "0.0.2" } +farmfe_plugin_polyfill = { path = "../plugin_polyfill", version = "0.0.2" } +farmfe_plugin_progress = { path = "../plugin_progress", version = "0.0.2" } +farmfe_plugin_define = { path = "../plugin_define", version = "0.0.2" } num_cpus = "1.16.0" [features] diff --git a/crates/core/CHANGELOG.md b/crates/core/CHANGELOG.md index ea4c0ec3a9..4ce33b2449 100644 --- a/crates/core/CHANGELOG.md +++ b/crates/core/CHANGELOG.md @@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.4.2](https://github.com/farm-fe/farm/compare/farmfe_core-v0.4.1...farmfe_core-v0.4.2) - 2024-03-22 + +### Added +- minify modules instead of resource pots ([#1025](https://github.com/farm-fe/farm/pull/1025)) + +### Other +- Feat/update readme ([#1028](https://github.com/farm-fe/farm/pull/1028)) + ## [0.4.1](https://github.com/farm-fe/farm/compare/farmfe_core-v0.4.0...farmfe_core-v0.4.1) - 2024-03-13 ### Other diff --git a/crates/core/Cargo.toml b/crates/core/Cargo.toml index 0667932c38..44235f8ccb 100644 --- a/crates/core/Cargo.toml +++ b/crates/core/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "farmfe_core" -version = "0.4.1" +version = "0.4.2" edition = "2021" authors = ["brightwu(吴明亮) <1521488775@qq.com>"] license = "MIT" @@ -14,8 +14,8 @@ readme = "README.md" no-default-features = true [dependencies] -farmfe_macro_cache_item = { version = "0.1.2", path = "../macro_cache_item" } -farmfe_utils = { version = "0.1.3", path = "../utils" } +farmfe_macro_cache_item = { version = "0.1.3", path = "../macro_cache_item" } +farmfe_utils = { version = "0.1.4", path = "../utils" } serde = { version = "1.0", features = ["derive", "rc"] } serde_json = { version = "1.0", features = ["preserve_order"] } parking_lot = { version = "0.12", features = ["deadlock_detection"] } diff --git a/crates/macro_cache_item/CHANGELOG.md b/crates/macro_cache_item/CHANGELOG.md index ab58d832ae..ce61d2414a 100644 --- a/crates/macro_cache_item/CHANGELOG.md +++ b/crates/macro_cache_item/CHANGELOG.md @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.1.3](https://github.com/farm-fe/farm/compare/farmfe_macro_cache_item-v0.1.2...farmfe_macro_cache_item-v0.1.3) - 2024-03-22 + +### Other +- Feat/update readme ([#1028](https://github.com/farm-fe/farm/pull/1028)) + ## [0.1.2](https://github.com/farm-fe/farm/compare/farmfe_macro_cache_item-v0.1.1...farmfe_macro_cache_item-v0.1.2) - 2024-02-06 ### Other diff --git a/crates/macro_cache_item/Cargo.toml b/crates/macro_cache_item/Cargo.toml index 4975e1e51c..cfbf5df31c 100644 --- a/crates/macro_cache_item/Cargo.toml +++ b/crates/macro_cache_item/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "farmfe_macro_cache_item" -version = "0.1.2" +version = "0.1.3" edition = "2021" description = "Macro to create a farm cache item" license = "MIT" diff --git a/crates/macro_plugin/CHANGELOG.md b/crates/macro_plugin/CHANGELOG.md index 9feb85fe6e..2b1dbcd298 100644 --- a/crates/macro_plugin/CHANGELOG.md +++ b/crates/macro_plugin/CHANGELOG.md @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.0.4](https://github.com/farm-fe/farm/compare/farmfe_macro_plugin-v0.0.3...farmfe_macro_plugin-v0.0.4) - 2024-03-22 + +### Other +- Feat/update readme ([#1028](https://github.com/farm-fe/farm/pull/1028)) + ## [0.0.3](https://github.com/farm-fe/farm/compare/farmfe_macro_plugin-v0.0.2...farmfe_macro_plugin-v0.0.3) - 2024-02-06 ### Other diff --git a/crates/macro_plugin/Cargo.toml b/crates/macro_plugin/Cargo.toml index 3c667f2036..cabb3fbee1 100644 --- a/crates/macro_plugin/Cargo.toml +++ b/crates/macro_plugin/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "farmfe_macro_plugin" -version = "0.0.3" +version = "0.0.4" edition = "2021" license = "MIT" description = "macro for farm plugins" diff --git a/crates/plugin_css/CHANGELOG.md b/crates/plugin_css/CHANGELOG.md index 6334184770..35fab19e7a 100644 --- a/crates/plugin_css/CHANGELOG.md +++ b/crates/plugin_css/CHANGELOG.md @@ -6,6 +6,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.0.2](https://github.com/farm-fe/farm/compare/farmfe_plugin_css-v0.0.1...farmfe_plugin_css-v0.0.2) - 2024-03-22 + +### Added +- minify modules instead of resource pots ([#1025](https://github.com/farm-fe/farm/pull/1025)) + +### Other +- Feat/update readme ([#1028](https://github.com/farm-fe/farm/pull/1028)) + ## [0.0.1](https://github.com/farm-fe/farm/releases/tag/farmfe_plugin_css-v0.0.1) - 2024-03-12 ### Added diff --git a/crates/plugin_css/Cargo.toml b/crates/plugin_css/Cargo.toml index 71ce9511d6..1ec15fe4ae 100644 --- a/crates/plugin_css/Cargo.toml +++ b/crates/plugin_css/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "farmfe_plugin_css" -version = "0.0.1" +version = "0.0.2" edition = "2021" authors = ["brightwu(吴明亮) <1521488775@qq.com>"] license = "MIT" @@ -10,11 +10,11 @@ repository = "https://github.com/farm-fe/farm" documentation = "https://docs.rs/farmfe_plugin_css" [dependencies] -farmfe_core = { path = "../core", version = "0.4.1" } -farmfe_toolkit = { path = "../toolkit", version = "0.0.2" } -farmfe_utils = { path = "../utils", version = "0.1.3" } -farmfe_macro_cache_item = { path = "../macro_cache_item", version = "0.1.2" } +farmfe_core = { path = "../core", version = "0.4.2" } +farmfe_toolkit = { path = "../toolkit", version = "0.0.3" } +farmfe_utils = { path = "../utils", version = "0.1.4" } +farmfe_macro_cache_item = { path = "../macro_cache_item", version = "0.1.3" } rkyv = { version = "0.7.42" } [dev-dependencies] -farmfe_testing_helpers = { path = "../testing_helpers", version = "0.0.2" } +farmfe_testing_helpers = { path = "../testing_helpers", version = "0.0.3" } diff --git a/crates/plugin_define/CHANGELOG.md b/crates/plugin_define/CHANGELOG.md index 2f1d420964..1f35816ce6 100644 --- a/crates/plugin_define/CHANGELOG.md +++ b/crates/plugin_define/CHANGELOG.md @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.0.2](https://github.com/farm-fe/farm/compare/farmfe_plugin_define-v0.0.1...farmfe_plugin_define-v0.0.2) - 2024-03-22 + +### Other +- Feat/update readme ([#1028](https://github.com/farm-fe/farm/pull/1028)) + ## [0.0.1](https://github.com/farm-fe/farm/releases/tag/farmfe_plugin_define-v0.0.1) - 2024-03-12 ### Fixed diff --git a/crates/plugin_define/Cargo.toml b/crates/plugin_define/Cargo.toml index dced79fbc4..07f0be29e2 100644 --- a/crates/plugin_define/Cargo.toml +++ b/crates/plugin_define/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "farmfe_plugin_define" -version = "0.0.1" +version = "0.0.2" edition = "2021" authors = ["brightwu(吴明亮) <1521488775@qq.com>"] license = "MIT" @@ -10,7 +10,7 @@ repository = "https://github.com/farm-fe/farm" documentation = "https://docs.rs/farmfe_plugin_define" [dependencies] -farmfe_core = { path = "../core", version = "0.4.1" } -farmfe_toolkit = { path = "../toolkit", version = "0.0.2" } -farmfe_utils = { path = "../utils", version = "0.1.3" } -farmfe_testing_helpers = { path = "../testing_helpers", version = "0.0.2" } +farmfe_core = { path = "../core", version = "0.4.2" } +farmfe_toolkit = { path = "../toolkit", version = "0.0.3" } +farmfe_utils = { path = "../utils", version = "0.1.4" } +farmfe_testing_helpers = { path = "../testing_helpers", version = "0.0.3" } diff --git a/crates/plugin_html/CHANGELOG.md b/crates/plugin_html/CHANGELOG.md index e413a4bb81..426320cd64 100644 --- a/crates/plugin_html/CHANGELOG.md +++ b/crates/plugin_html/CHANGELOG.md @@ -6,6 +6,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.0.2](https://github.com/farm-fe/farm/compare/farmfe_plugin_html-v0.0.1...farmfe_plugin_html-v0.0.2) - 2024-03-22 + +### Added +- minify modules instead of resource pots ([#1025](https://github.com/farm-fe/farm/pull/1025)) + +### Other +- Feat/update readme ([#1028](https://github.com/farm-fe/farm/pull/1028)) + ## [0.0.1](https://github.com/farm-fe/farm/releases/tag/farmfe_plugin_html-v0.0.1) - 2024-03-12 ### Added diff --git a/crates/plugin_html/Cargo.toml b/crates/plugin_html/Cargo.toml index 29ec688356..bd3ead9122 100644 --- a/crates/plugin_html/Cargo.toml +++ b/crates/plugin_html/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "farmfe_plugin_html" -version = "0.0.1" +version = "0.0.2" edition = "2021" authors = ["brightwu(吴明亮) <1521488775@qq.com>"] license = "MIT" @@ -10,6 +10,6 @@ repository = "https://github.com/farm-fe/farm" documentation = "https://docs.rs/farmfe_plugin_html" [dependencies] -farmfe_core = { path = "../core", version = "0.4.1" } -farmfe_toolkit = { path = "../toolkit", version = "0.0.2" } -farmfe_testing_helpers = { path = "../testing_helpers", version = "0.0.2" } +farmfe_core = { path = "../core", version = "0.4.2" } +farmfe_toolkit = { path = "../toolkit", version = "0.0.3" } +farmfe_testing_helpers = { path = "../testing_helpers", version = "0.0.3" } diff --git a/crates/plugin_json/CHANGELOG.md b/crates/plugin_json/CHANGELOG.md index 7946723931..2c39caf2f6 100644 --- a/crates/plugin_json/CHANGELOG.md +++ b/crates/plugin_json/CHANGELOG.md @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.0.2](https://github.com/farm-fe/farm/compare/farmfe_plugin_json-v0.0.1...farmfe_plugin_json-v0.0.2) - 2024-03-22 + +### Other +- Feat/update readme ([#1028](https://github.com/farm-fe/farm/pull/1028)) + ## [0.0.1](https://github.com/farm-fe/farm/releases/tag/farmfe_plugin_json-v0.0.1) - 2024-03-12 ### Added diff --git a/crates/plugin_json/Cargo.toml b/crates/plugin_json/Cargo.toml index 23008768f0..5f5a485b71 100644 --- a/crates/plugin_json/Cargo.toml +++ b/crates/plugin_json/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "farmfe_plugin_json" -version = "0.0.1" +version = "0.0.2" edition = "2021" authors = ["brightwu(吴明亮) <1521488775@qq.com>"] license = "MIT" @@ -12,6 +12,6 @@ documentation = "https://docs.rs/farmfe_plugin_json" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -farmfe_core = { path = "../core", version = "0.4.1" } -farmfe_toolkit = { path = "../toolkit", version = "0.0.2" } -farmfe_testing_helpers = { path = "../testing_helpers", version = "0.0.2" } +farmfe_core = { path = "../core", version = "0.4.2" } +farmfe_toolkit = { path = "../toolkit", version = "0.0.3" } +farmfe_testing_helpers = { path = "../testing_helpers", version = "0.0.3" } diff --git a/crates/plugin_lazy_compilation/CHANGELOG.md b/crates/plugin_lazy_compilation/CHANGELOG.md index 88955c6c26..aba32551dd 100644 --- a/crates/plugin_lazy_compilation/CHANGELOG.md +++ b/crates/plugin_lazy_compilation/CHANGELOG.md @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.0.2](https://github.com/farm-fe/farm/compare/farmfe_plugin_lazy_compilation-v0.0.1...farmfe_plugin_lazy_compilation-v0.0.2) - 2024-03-22 + +### Other +- Feat/update readme ([#1028](https://github.com/farm-fe/farm/pull/1028)) + ## [0.0.1](https://github.com/farm-fe/farm/releases/tag/farmfe_plugin_lazy_compilation-v0.0.1) - 2024-03-12 ### Added diff --git a/crates/plugin_lazy_compilation/Cargo.toml b/crates/plugin_lazy_compilation/Cargo.toml index 1955a025f5..b4e16f1f2f 100644 --- a/crates/plugin_lazy_compilation/Cargo.toml +++ b/crates/plugin_lazy_compilation/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "farmfe_plugin_lazy_compilation" -version = "0.0.1" +version = "0.0.2" edition = "2021" authors = ["brightwu(吴明亮) <1521488775@qq.com>"] license = "MIT" @@ -10,7 +10,7 @@ repository = "https://github.com/farm-fe/farm" documentation = "https://docs.rs/farmfe_plugin_lazy_compilation" [dependencies] -farmfe_core = { path = "../core", version = "0.4.1" } -farmfe_toolkit = { path = "../toolkit", version = "0.0.2" } -farmfe_testing_helpers = { path = "../testing_helpers", version = "0.0.2" } -farmfe_utils = { path = "../utils", version = "0.1.3" } +farmfe_core = { path = "../core", version = "0.4.2" } +farmfe_toolkit = { path = "../toolkit", version = "0.0.3" } +farmfe_testing_helpers = { path = "../testing_helpers", version = "0.0.3" } +farmfe_utils = { path = "../utils", version = "0.1.4" } diff --git a/crates/plugin_minify/CHANGELOG.md b/crates/plugin_minify/CHANGELOG.md index 26fb84cc19..e16b1eabbc 100644 --- a/crates/plugin_minify/CHANGELOG.md +++ b/crates/plugin_minify/CHANGELOG.md @@ -6,6 +6,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.0.2](https://github.com/farm-fe/farm/compare/farmfe_plugin_minify-v0.0.1...farmfe_plugin_minify-v0.0.2) - 2024-03-22 + +### Added +- minify modules instead of resource pots ([#1025](https://github.com/farm-fe/farm/pull/1025)) + +### Other +- Feat/update readme ([#1028](https://github.com/farm-fe/farm/pull/1028)) + ## [0.0.1](https://github.com/farm-fe/farm/releases/tag/farmfe_plugin_minify-v0.0.1) - 2024-03-12 ### Added diff --git a/crates/plugin_minify/Cargo.toml b/crates/plugin_minify/Cargo.toml index 7c1885bd79..91c2170721 100644 --- a/crates/plugin_minify/Cargo.toml +++ b/crates/plugin_minify/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "farmfe_plugin_minify" -version = "0.0.1" +version = "0.0.2" edition = "2021" authors = ["brightwu(吴明亮) <1521488775@qq.com>"] license = "MIT" @@ -10,6 +10,6 @@ repository = "https://github.com/farm-fe/farm" documentation = "https://docs.rs/farmfe_plugin_minify" [dependencies] -farmfe_core = { path = "../core", version = "0.4.1" } -farmfe_toolkit = { path = "../toolkit", version = "0.0.2" } -farmfe_testing_helpers = { path = "../testing_helpers", version = "0.0.2" } +farmfe_core = { path = "../core", version = "0.4.2" } +farmfe_toolkit = { path = "../toolkit", version = "0.0.3" } +farmfe_testing_helpers = { path = "../testing_helpers", version = "0.0.3" } diff --git a/crates/plugin_partial_bundling/CHANGELOG.md b/crates/plugin_partial_bundling/CHANGELOG.md index cacac1d3fd..9997fda7fc 100644 --- a/crates/plugin_partial_bundling/CHANGELOG.md +++ b/crates/plugin_partial_bundling/CHANGELOG.md @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.0.2](https://github.com/farm-fe/farm/compare/farmfe_plugin_partial_bundling-v0.0.1...farmfe_plugin_partial_bundling-v0.0.2) - 2024-03-22 + +### Other +- Feat/update readme ([#1028](https://github.com/farm-fe/farm/pull/1028)) + ## [0.0.1](https://github.com/farm-fe/farm/releases/tag/farmfe_plugin_partial_bundling-v0.0.1) - 2024-03-12 ### Added diff --git a/crates/plugin_partial_bundling/Cargo.toml b/crates/plugin_partial_bundling/Cargo.toml index 9fee22a533..b54d7ff98f 100644 --- a/crates/plugin_partial_bundling/Cargo.toml +++ b/crates/plugin_partial_bundling/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "farmfe_plugin_partial_bundling" -version = "0.0.1" +version = "0.0.2" edition = "2021" authors = ["brightwu(吴明亮) <1521488775@qq.com>"] license = "MIT" @@ -10,9 +10,9 @@ repository = "https://github.com/farm-fe/farm" documentation = "https://docs.rs/farmfe_plugin_partial_bundling" [dependencies] -farmfe_core = { path = "../core", version = "0.4.1" } -farmfe_toolkit = { path = "../toolkit", version = "0.0.2" } -farmfe_testing_helpers = { path = "../testing_helpers", version = "0.0.2" } +farmfe_core = { path = "../core", version = "0.4.2" } +farmfe_toolkit = { path = "../toolkit", version = "0.0.3" } +farmfe_testing_helpers = { path = "../testing_helpers", version = "0.0.3" } [features] profile = ["farmfe_core/profile"] diff --git a/crates/plugin_polyfill/CHANGELOG.md b/crates/plugin_polyfill/CHANGELOG.md index efc25de6cc..ac508471ba 100644 --- a/crates/plugin_polyfill/CHANGELOG.md +++ b/crates/plugin_polyfill/CHANGELOG.md @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.0.2](https://github.com/farm-fe/farm/compare/farmfe_plugin_polyfill-v0.0.1...farmfe_plugin_polyfill-v0.0.2) - 2024-03-22 + +### Other +- Feat/update readme ([#1028](https://github.com/farm-fe/farm/pull/1028)) + ## [0.0.1](https://github.com/farm-fe/farm/releases/tag/farmfe_plugin_polyfill-v0.0.1) - 2024-03-12 ### Added diff --git a/crates/plugin_polyfill/Cargo.toml b/crates/plugin_polyfill/Cargo.toml index 6e8865a542..3feed024ff 100644 --- a/crates/plugin_polyfill/Cargo.toml +++ b/crates/plugin_polyfill/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "farmfe_plugin_polyfill" -version = "0.0.1" +version = "0.0.2" edition = "2021" authors = ["brightwu(吴明亮) <1521488775@qq.com>"] license = "MIT" @@ -10,6 +10,6 @@ repository = "https://github.com/farm-fe/farm" documentation = "https://docs.rs/farmfe_plugin_polyfill" [dependencies] -farmfe_core = { path = "../core", version = "0.4.1" } -farmfe_toolkit = { path = "../toolkit", version = "0.0.2" } -farmfe_testing_helpers = { path = "../testing_helpers", version = "0.0.2" } +farmfe_core = { path = "../core", version = "0.4.2" } +farmfe_toolkit = { path = "../toolkit", version = "0.0.3" } +farmfe_testing_helpers = { path = "../testing_helpers", version = "0.0.3" } diff --git a/crates/plugin_progress/CHANGELOG.md b/crates/plugin_progress/CHANGELOG.md index 2312e48cf2..e5dbf677a2 100644 --- a/crates/plugin_progress/CHANGELOG.md +++ b/crates/plugin_progress/CHANGELOG.md @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.0.2](https://github.com/farm-fe/farm/compare/farmfe_plugin_progress-v0.0.1...farmfe_plugin_progress-v0.0.2) - 2024-03-22 + +### Other +- Feat/update readme ([#1028](https://github.com/farm-fe/farm/pull/1028)) + ## [0.0.1](https://github.com/farm-fe/farm/releases/tag/farmfe_plugin_progress-v0.0.1) - 2024-03-12 ### Added diff --git a/crates/plugin_progress/Cargo.toml b/crates/plugin_progress/Cargo.toml index e99d712f62..e839a1e473 100644 --- a/crates/plugin_progress/Cargo.toml +++ b/crates/plugin_progress/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "farmfe_plugin_progress" -version = "0.0.1" +version = "0.0.2" edition = "2021" authors = ["brightwu(吴明亮) <1521488775@qq.com>"] license = "MIT" @@ -10,7 +10,7 @@ repository = "https://github.com/farm-fe/farm" documentation = "https://docs.rs/farmfe_plugin_progress" [dependencies] -farmfe_core = { path = "../core", version = "0.4.1" } -farmfe_testing_helpers = { path = "../testing_helpers", version = "0.0.2" } +farmfe_core = { path = "../core", version = "0.4.2" } +farmfe_testing_helpers = { path = "../testing_helpers", version = "0.0.3" } indicatif = "0.17.7" console = "0.15.8" diff --git a/crates/plugin_resolve/CHANGELOG.md b/crates/plugin_resolve/CHANGELOG.md index 020fec605d..d08f8365c0 100644 --- a/crates/plugin_resolve/CHANGELOG.md +++ b/crates/plugin_resolve/CHANGELOG.md @@ -6,6 +6,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.0.2](https://github.com/farm-fe/farm/compare/farmfe_plugin_resolve-v0.0.1...farmfe_plugin_resolve-v0.0.2) - 2024-03-22 + +### Other +- *(resolver)* optimize resolve error message ([#1036](https://github.com/farm-fe/farm/pull/1036)) +- Fix/1029 ([#1033](https://github.com/farm-fe/farm/pull/1033)) +- Feat/update readme ([#1028](https://github.com/farm-fe/farm/pull/1028)) + ## [0.0.1](https://github.com/farm-fe/farm/releases/tag/farmfe_plugin_resolve-v0.0.1) - 2024-03-12 ### Added diff --git a/crates/plugin_resolve/Cargo.toml b/crates/plugin_resolve/Cargo.toml index 0065a2bd27..0fa17a37ee 100644 --- a/crates/plugin_resolve/Cargo.toml +++ b/crates/plugin_resolve/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "farmfe_plugin_resolve" -version = "0.0.1" +version = "0.0.2" edition = "2021" authors = ["brightwu(吴明亮) <1521488775@qq.com>"] license = "MIT" @@ -10,10 +10,10 @@ repository = "https://github.com/farm-fe/farm" documentation = "https://docs.rs/farmfe_plugin_resolve" [dependencies] -farmfe_core = { path = "../core", version = "0.4.1" } -farmfe_toolkit = { path = "../toolkit", version = "0.0.2" } -farmfe_testing_helpers = { path = "../testing_helpers", version = "0.0.2" } -farmfe_utils = { path = "../utils", version = "0.1.3" } +farmfe_core = { path = "../core", version = "0.4.2" } +farmfe_toolkit = { path = "../toolkit", version = "0.0.3" } +farmfe_testing_helpers = { path = "../testing_helpers", version = "0.0.3" } +farmfe_utils = { path = "../utils", version = "0.1.4" } [features] profile = ["farmfe_core/profile"] diff --git a/crates/plugin_runtime/CHANGELOG.md b/crates/plugin_runtime/CHANGELOG.md index ec5ad2ac8f..bef7bda612 100644 --- a/crates/plugin_runtime/CHANGELOG.md +++ b/crates/plugin_runtime/CHANGELOG.md @@ -6,6 +6,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.0.2](https://github.com/farm-fe/farm/compare/farmfe_plugin_runtime-v0.0.1...farmfe_plugin_runtime-v0.0.2) - 2024-03-22 + +### Added +- minify modules instead of resource pots ([#1025](https://github.com/farm-fe/farm/pull/1025)) + +### Other +- Feat/update readme ([#1028](https://github.com/farm-fe/farm/pull/1028)) + ## [0.0.1](https://github.com/farm-fe/farm/releases/tag/farmfe_plugin_runtime-v0.0.1) - 2024-03-12 ### Added diff --git a/crates/plugin_runtime/Cargo.toml b/crates/plugin_runtime/Cargo.toml index f50f26e829..79f37a3661 100644 --- a/crates/plugin_runtime/Cargo.toml +++ b/crates/plugin_runtime/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "farmfe_plugin_runtime" -version = "0.0.1" +version = "0.0.2" edition = "2021" authors = ["brightwu(吴明亮) <1521488775@qq.com>"] license = "MIT" @@ -10,7 +10,7 @@ repository = "https://github.com/farm-fe/farm" documentation = "https://docs.rs/farmfe_plugin_runtime" [dependencies] -farmfe_core = { path = "../core", version = "0.4.1" } -farmfe_toolkit = { path = "../toolkit", version = "0.0.2" } -farmfe_testing_helpers = { path = "../testing_helpers", version = "0.0.2" } -farmfe_utils = { path = "../utils", version = "0.1.3" } +farmfe_core = { path = "../core", version = "0.4.2" } +farmfe_toolkit = { path = "../toolkit", version = "0.0.3" } +farmfe_testing_helpers = { path = "../testing_helpers", version = "0.0.3" } +farmfe_utils = { path = "../utils", version = "0.1.4" } diff --git a/crates/plugin_script/CHANGELOG.md b/crates/plugin_script/CHANGELOG.md index f78fadbd52..8c76a7a407 100644 --- a/crates/plugin_script/CHANGELOG.md +++ b/crates/plugin_script/CHANGELOG.md @@ -6,6 +6,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.0.2](https://github.com/farm-fe/farm/compare/farmfe_plugin_script-v0.0.1...farmfe_plugin_script-v0.0.2) - 2024-03-22 + +### Added +- minify modules instead of resource pots ([#1025](https://github.com/farm-fe/farm/pull/1025)) + +### Other +- Feat/update readme ([#1028](https://github.com/farm-fe/farm/pull/1028)) + ## [0.0.1](https://github.com/farm-fe/farm/releases/tag/farmfe_plugin_script-v0.0.1) - 2024-03-12 ### Added diff --git a/crates/plugin_script/Cargo.toml b/crates/plugin_script/Cargo.toml index 6d6d710ecd..d2e93b286f 100644 --- a/crates/plugin_script/Cargo.toml +++ b/crates/plugin_script/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "farmfe_plugin_script" -version = "0.0.1" +version = "0.0.2" edition = "2021" authors = ["brightwu(吴明亮) <1521488775@qq.com>"] license = "MIT" @@ -10,11 +10,11 @@ repository = "https://github.com/farm-fe/farm" documentation = "https://docs.rs/farmfe_plugin_script" [dependencies] -farmfe_core = { path = "../core", version = "0.4.1" } -farmfe_toolkit = { path = "../toolkit", version = "0.0.2" } -farmfe_testing_helpers = { path = "../testing_helpers", version = "0.0.2" } -farmfe_utils = { path = "../utils", version = "0.1.3" } -farmfe_swc_transformer_import_glob = { path = "../swc_transformer_import_glob", version = "0.0.1" } +farmfe_core = { path = "../core", version = "0.4.2" } +farmfe_toolkit = { path = "../toolkit", version = "0.0.3" } +farmfe_testing_helpers = { path = "../testing_helpers", version = "0.0.3" } +farmfe_utils = { path = "../utils", version = "0.1.4" } +farmfe_swc_transformer_import_glob = { path = "../swc_transformer_import_glob", version = "0.0.2" } swc_plugin_proxy = { version = "0.39.10", features = [ "plugin-rt", ], optional = true } diff --git a/crates/plugin_static_assets/CHANGELOG.md b/crates/plugin_static_assets/CHANGELOG.md index 781c500479..83bb965448 100644 --- a/crates/plugin_static_assets/CHANGELOG.md +++ b/crates/plugin_static_assets/CHANGELOG.md @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.0.2](https://github.com/farm-fe/farm/compare/farmfe_plugin_static_assets-v0.0.1...farmfe_plugin_static_assets-v0.0.2) - 2024-03-22 + +### Other +- Feat/update readme ([#1028](https://github.com/farm-fe/farm/pull/1028)) + ## [0.0.1](https://github.com/farm-fe/farm/releases/tag/farmfe_plugin_static_assets-v0.0.1) - 2024-03-12 ### Added diff --git a/crates/plugin_static_assets/Cargo.toml b/crates/plugin_static_assets/Cargo.toml index c2fe015065..65a2d830c5 100644 --- a/crates/plugin_static_assets/Cargo.toml +++ b/crates/plugin_static_assets/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "farmfe_plugin_static_assets" -version = "0.0.1" +version = "0.0.2" edition = "2021" authors = ["brightwu(吴明亮) <1521488775@qq.com>"] license = "MIT" @@ -10,10 +10,10 @@ repository = "https://github.com/farm-fe/farm" documentation = "https://docs.rs/farmfe_plugin_static_assets" [dependencies] -farmfe_core = { path = "../core", version = "0.4.1" } -farmfe_toolkit = { path = "../toolkit", version = "0.0.2" } -farmfe_testing_helpers = { path = "../testing_helpers", version = "0.0.2" } -farmfe_utils = { path = "../utils", version = "0.1.3" } +farmfe_core = { path = "../core", version = "0.4.2" } +farmfe_toolkit = { path = "../toolkit", version = "0.0.3" } +farmfe_testing_helpers = { path = "../testing_helpers", version = "0.0.3" } +farmfe_utils = { path = "../utils", version = "0.1.4" } base64 = "0.21.0" rkyv = { version = "0.7.42" } mime_guess = "2.0.4" diff --git a/crates/plugin_tree_shake/CHANGELOG.md b/crates/plugin_tree_shake/CHANGELOG.md index 6e56777cc6..05385608bd 100644 --- a/crates/plugin_tree_shake/CHANGELOG.md +++ b/crates/plugin_tree_shake/CHANGELOG.md @@ -6,6 +6,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.0.2](https://github.com/farm-fe/farm/compare/farmfe_plugin_tree_shake-v0.0.1...farmfe_plugin_tree_shake-v0.0.2) - 2024-03-22 + +### Added +- remove if (import.meta.hot) guard for production ([#1030](https://github.com/farm-fe/farm/pull/1030)) + +### Fixed +- tree shake variable assign ([#1054](https://github.com/farm-fe/farm/pull/1054)) +- treeshake class decl assign ([#1038](https://github.com/farm-fe/farm/pull/1038)) + +### Other +- Feat/update readme ([#1028](https://github.com/farm-fe/farm/pull/1028)) + ## [0.0.1](https://github.com/farm-fe/farm/releases/tag/farmfe_plugin_tree_shake-v0.0.1) - 2024-03-12 ### Added diff --git a/crates/plugin_tree_shake/Cargo.toml b/crates/plugin_tree_shake/Cargo.toml index a719706b0b..d68613f922 100644 --- a/crates/plugin_tree_shake/Cargo.toml +++ b/crates/plugin_tree_shake/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "farmfe_plugin_tree_shake" -version = "0.0.1" +version = "0.0.2" edition = "2021" authors = ["brightwu(吴明亮) <1521488775@qq.com>"] license = "MIT" @@ -10,10 +10,10 @@ repository = "https://github.com/farm-fe/farm" documentation = "https://docs.rs/farmfe_plugin_tree_shake" [dependencies] -farmfe_core = { path = "../core", version = "0.4.1" } -farmfe_toolkit = { path = "../toolkit", version = "0.0.2" } -farmfe_testing_helpers = { path = "../testing_helpers", version = "0.0.2" } -farmfe_utils = { path = "../utils", version = "0.1.3" } +farmfe_core = { path = "../core", version = "0.4.2" } +farmfe_toolkit = { path = "../toolkit", version = "0.0.3" } +farmfe_testing_helpers = { path = "../testing_helpers", version = "0.0.3" } +farmfe_utils = { path = "../utils", version = "0.1.4" } [features] profile = ["farmfe_core/profile"] diff --git a/crates/swc_transformer_import_glob/CHANGELOG.md b/crates/swc_transformer_import_glob/CHANGELOG.md index 23c969c4ca..343ebc69f8 100644 --- a/crates/swc_transformer_import_glob/CHANGELOG.md +++ b/crates/swc_transformer_import_glob/CHANGELOG.md @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.0.2](https://github.com/farm-fe/farm/compare/farmfe_swc_transformer_import_glob-v0.0.1...farmfe_swc_transformer_import_glob-v0.0.2) - 2024-03-22 + +### Other +- Feat/update readme ([#1028](https://github.com/farm-fe/farm/pull/1028)) + ## [0.0.1](https://github.com/farm-fe/farm/releases/tag/farmfe_swc_transformer_import_glob-v0.0.1) - 2024-03-12 ### Added diff --git a/crates/swc_transformer_import_glob/Cargo.toml b/crates/swc_transformer_import_glob/Cargo.toml index b1e902cf05..6192dfa604 100644 --- a/crates/swc_transformer_import_glob/Cargo.toml +++ b/crates/swc_transformer_import_glob/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "farmfe_swc_transformer_import_glob" -version = "0.0.1" +version = "0.0.2" edition = "2021" authors = ["brightwwu(吴明亮) <1521488775@qq.com>"] description = "farm swc tranformer for vite-style import.meta.glob" @@ -10,7 +10,7 @@ repository = "https://github.com/farm-fe/farm" documentation = "https://docs.rs/farmfe_plugin_define" [dependencies] -farmfe_core = { path = "../core", version = "0.4.1" } -farmfe_toolkit = { path = "../toolkit", version = "0.0.2" } -farmfe_utils = { path = "../utils", version = "0.1.3" } -farmfe_testing_helpers = { path = "../testing_helpers", version = "0.0.2" } +farmfe_core = { path = "../core", version = "0.4.2" } +farmfe_toolkit = { path = "../toolkit", version = "0.0.3" } +farmfe_utils = { path = "../utils", version = "0.1.4" } +farmfe_testing_helpers = { path = "../testing_helpers", version = "0.0.3" } diff --git a/crates/testing_helpers/CHANGELOG.md b/crates/testing_helpers/CHANGELOG.md index a734143f57..80c0fe6692 100644 --- a/crates/testing_helpers/CHANGELOG.md +++ b/crates/testing_helpers/CHANGELOG.md @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.0.3](https://github.com/farm-fe/farm/compare/farmfe_testing_helpers-v0.0.2...farmfe_testing_helpers-v0.0.3) - 2024-03-22 + +### Other +- Feat/update readme ([#1028](https://github.com/farm-fe/farm/pull/1028)) + ## [0.0.2](https://github.com/farm-fe/farm/compare/farmfe_testing_helpers-v0.0.1...farmfe_testing_helpers-v0.0.2) - 2024-03-13 ### Other diff --git a/crates/testing_helpers/Cargo.toml b/crates/testing_helpers/Cargo.toml index bdf1da44cf..aa4f8c8994 100644 --- a/crates/testing_helpers/Cargo.toml +++ b/crates/testing_helpers/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "farmfe_testing_helpers" -version = "0.0.2" +version = "0.0.3" edition = "2021" authors = ["brightwu(吴明亮) <1521488775@qq.com>"] license = "MIT" @@ -10,4 +10,4 @@ repository = "https://github.com/farm-fe/farm" documentation = "https://docs.rs/farmfe_plugin_define" [dependencies] -farmfe_core = { path = "../core", version = "0.4.1" } +farmfe_core = { path = "../core", version = "0.4.2" } diff --git a/crates/toolkit/CHANGELOG.md b/crates/toolkit/CHANGELOG.md index b576c70d93..6d9453b30e 100644 --- a/crates/toolkit/CHANGELOG.md +++ b/crates/toolkit/CHANGELOG.md @@ -6,6 +6,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.0.3](https://github.com/farm-fe/farm/compare/farmfe_toolkit-v0.0.2...farmfe_toolkit-v0.0.3) - 2024-03-22 + +### Added +- minify modules instead of resource pots ([#1025](https://github.com/farm-fe/farm/pull/1025)) + +### Other +- Feat/update readme ([#1028](https://github.com/farm-fe/farm/pull/1028)) + ## [0.0.2](https://github.com/farm-fe/farm/compare/farmfe_toolkit-v0.0.1...farmfe_toolkit-v0.0.2) - 2024-03-13 ### Other diff --git a/crates/toolkit/Cargo.toml b/crates/toolkit/Cargo.toml index 61419162ae..3f166d6980 100644 --- a/crates/toolkit/Cargo.toml +++ b/crates/toolkit/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "farmfe_toolkit" -version = "0.0.2" +version = "0.0.3" edition = "2021" authors = ["brightwu(吴明亮) <1521488775@qq.com>"] license = "MIT" @@ -18,10 +18,10 @@ documentation = "https://docs.rs/farmfe_toolkit" # ] [dependencies] -farmfe_core = { path = "../core", version = "0.4.1" } -farmfe_utils = { path = "../utils", version = "0.1.3" } -farmfe_toolkit_plugin_types = { path = "../toolkit_plugin_types", version = "0.0.9" } -farmfe_testing_helpers = { path = "../testing_helpers", version = "0.0.2" } +farmfe_core = { path = "../core", version = "0.4.2" } +farmfe_utils = { path = "../utils", version = "0.1.4" } +farmfe_toolkit_plugin_types = { path = "../toolkit_plugin_types", version = "0.0.10" } +farmfe_testing_helpers = { path = "../testing_helpers", version = "0.0.3" } swc_ecma_parser = { version = "0.142.0" } swc_ecma_visit = { version = "0.97.0" } swc_ecma_codegen = { version = "0.147.0" } diff --git a/crates/toolkit_plugin_types/CHANGELOG.md b/crates/toolkit_plugin_types/CHANGELOG.md index 5e23b3503d..04f70a8df6 100644 --- a/crates/toolkit_plugin_types/CHANGELOG.md +++ b/crates/toolkit_plugin_types/CHANGELOG.md @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.0.10](https://github.com/farm-fe/farm/compare/farmfe_toolkit_plugin_types-v0.0.9...farmfe_toolkit_plugin_types-v0.0.10) - 2024-03-22 + +### Other +- release ([#1015](https://github.com/farm-fe/farm/pull/1015)) + ## [0.0.9](https://github.com/farm-fe/farm/compare/farmfe_toolkit_plugin_types-v0.0.8...farmfe_toolkit_plugin_types-v0.0.9) - 2024-03-12 ### Other diff --git a/crates/toolkit_plugin_types/Cargo.toml b/crates/toolkit_plugin_types/Cargo.toml index dc135c3130..c3464a3586 100644 --- a/crates/toolkit_plugin_types/Cargo.toml +++ b/crates/toolkit_plugin_types/Cargo.toml @@ -1,12 +1,12 @@ [package] name = "farmfe_toolkit_plugin_types" -version = "0.0.9" +version = "0.0.10" edition = "2021" authors = ["brightwu(吴明亮) <1521488775@qq.com>"] license = "MIT" description = "builtin tooltips for farm plugins" [dependencies] -farmfe_core = { version = "0.4.1", path = "../core" } +farmfe_core = { version = "0.4.2", path = "../core" } lazy_static = "1.4.0" libloading = "0.7.0" diff --git a/crates/utils/CHANGELOG.md b/crates/utils/CHANGELOG.md index 4af61d44d7..53accd8d58 100644 --- a/crates/utils/CHANGELOG.md +++ b/crates/utils/CHANGELOG.md @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.1.4](https://github.com/farm-fe/farm/compare/farmfe_utils-v0.1.3...farmfe_utils-v0.1.4) - 2024-03-22 + +### Other +- Feat/update readme ([#1028](https://github.com/farm-fe/farm/pull/1028)) + ## [0.1.3](https://github.com/farm-fe/farm/compare/farmfe_utils-v0.1.2...farmfe_utils-v0.1.3) - 2024-03-13 ### Other diff --git a/crates/utils/Cargo.toml b/crates/utils/Cargo.toml index 6fe5235939..cf73ba6b1e 100644 --- a/crates/utils/Cargo.toml +++ b/crates/utils/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "farmfe_utils" -version = "0.1.3" +version = "0.1.4" edition = "2021" authors = ["brightwwu(吴明亮) <1521488775@qq.com>"] description = "farm utils"