diff --git a/Cargo.lock b/Cargo.lock index a142a5487..69d5f5307 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1318,7 +1318,7 @@ checksum = "4443176a9f2c162692bd3d352d745ef9413eec5782a80d8fd6f8a1ac692a07f7" [[package]] name = "farmfe_compiler" -version = "0.0.1" +version = "0.0.2" dependencies = [ "farmfe_core", "farmfe_plugin_css", @@ -1337,13 +1337,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", @@ -1351,7 +1351,7 @@ dependencies = [ "downcast-rs", "enhanced-magic-string", "farmfe_macro_cache_item", - "farmfe_utils 0.1.3", + "farmfe_utils 0.1.4", "heck 0.4.1", "hex", "parking_lot", @@ -1378,7 +1378,7 @@ dependencies = [ [[package]] name = "farmfe_macro_cache_item" -version = "0.1.2" +version = "0.1.3" dependencies = [ "proc-macro2", "quote", @@ -1387,7 +1387,7 @@ dependencies = [ [[package]] name = "farmfe_macro_plugin" -version = "0.0.3" +version = "0.0.4" dependencies = [ "proc-macro2", "quote", @@ -1414,29 +1414,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", @@ -1446,7 +1446,7 @@ dependencies = [ [[package]] name = "farmfe_plugin_json" -version = "0.0.1" +version = "0.0.2" dependencies = [ "farmfe_core", "farmfe_testing_helpers", @@ -1455,17 +1455,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", @@ -1474,7 +1474,7 @@ dependencies = [ [[package]] name = "farmfe_plugin_partial_bundling" -version = "0.0.1" +version = "0.0.2" dependencies = [ "farmfe_core", "farmfe_testing_helpers", @@ -1483,7 +1483,7 @@ dependencies = [ [[package]] name = "farmfe_plugin_polyfill" -version = "0.0.1" +version = "0.0.2" dependencies = [ "farmfe_core", "farmfe_testing_helpers", @@ -1492,7 +1492,7 @@ dependencies = [ [[package]] name = "farmfe_plugin_progress" -version = "0.0.1" +version = "0.0.2" dependencies = [ "console", "farmfe_core", @@ -1515,22 +1515,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]] @@ -1549,13 +1549,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", @@ -1564,53 +1564,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", @@ -1638,7 +1638,7 @@ dependencies = [ [[package]] name = "farmfe_toolkit_plugin_types" -version = "0.0.9" +version = "0.0.10" dependencies = [ "farmfe_core", "lazy_static", @@ -1656,7 +1656,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 2de84a2d2..cb5ff4293 100644 --- a/crates/compiler/CHANGELOG.md +++ b/crates/compiler/CHANGELOG.md @@ -6,6 +6,20 @@ 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-24 + +### 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 +- add remove import meta hot condition ([#1056](https://github.com/farm-fe/farm/pull/1056)) +- 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 b2e765955..e7ce3240c 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 ea4c0ec3a..4a2078f94 100644 --- a/crates/core/CHANGELOG.md +++ b/crates/core/CHANGELOG.md @@ -7,6 +7,19 @@ 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-24 + +### Added +- farm e2e test ([#1041](https://github.com/farm-fe/farm/pull/1041)) ([#1049](https://github.com/farm-fe/farm/pull/1049)) +- minify modules instead of resource pots ([#1025](https://github.com/farm-fe/farm/pull/1025)) + +### Fixed +- vite project migration issues ([#1060](https://github.com/farm-fe/farm/pull/1060)) + +### Other +- support glob brace ([#1055](https://github.com/farm-fe/farm/pull/1055)) +- 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 9870122d2..28e01f709 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 ab58d832a..5670b032e 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-24 + +### 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 4975e1e51..cfbf5df31 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 9feb85fe6..bd6b1a108 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-24 + +### 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 3c667f203..cabb3fbee 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 633418477..1f98f5168 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-24 + +### 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 71ce9511d..1ec15fe4a 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 2f1d42096..81a4e6b92 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-24 + +### 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 dced79fbc..07f0be29e 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 e413a4bb8..7d43f08d1 100644 --- a/crates/plugin_html/CHANGELOG.md +++ b/crates/plugin_html/CHANGELOG.md @@ -6,6 +6,17 @@ 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-24 + +### Added +- minify modules instead of resource pots ([#1025](https://github.com/farm-fe/farm/pull/1025)) + +### Fixed +- vite project migration issues ([#1060](https://github.com/farm-fe/farm/pull/1060)) + +### 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 9ef9f2dc1..82200c676 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,7 +10,7 @@ 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" } rkyv = { version = "0.7.42" } diff --git a/crates/plugin_json/CHANGELOG.md b/crates/plugin_json/CHANGELOG.md index 794672393..200e49a8d 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-24 + +### 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 23008768f..5f5a485b7 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 88955c6c2..fb1cc934a 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-24 + +### 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 1955a025f..b4e16f1f2 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 26fb84cc1..34ebbe983 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-24 + +### 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 7c1885bd7..91c217072 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 cacac1d3f..99b560dcf 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-24 + +### 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 9fee22a53..b54d7ff98 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 efc25de6c..573208914 100644 --- a/crates/plugin_polyfill/CHANGELOG.md +++ b/crates/plugin_polyfill/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_polyfill-v0.0.1...farmfe_plugin_polyfill-v0.0.2) - 2024-03-24 + +### Fixed +- vite project migration issues ([#1060](https://github.com/farm-fe/farm/pull/1060)) + +### 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 6e8865a54..3feed024f 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 2312e48cf..b8cc3b035 100644 --- a/crates/plugin_progress/CHANGELOG.md +++ b/crates/plugin_progress/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_progress-v0.0.1...farmfe_plugin_progress-v0.0.2) - 2024-03-24 + +### Fixed +- vite project migration issues ([#1060](https://github.com/farm-fe/farm/pull/1060)) + +### 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 e99d712f6..e839a1e47 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 020fec605..f76d4ef04 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-24 + +### 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 0065a2bd2..0fa17a37e 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 ec5ad2ac8..c0c0cd46d 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-24 + +### 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 f50f26e82..79f37a366 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 f78fadbd5..6d8c4b74f 100644 --- a/crates/plugin_script/CHANGELOG.md +++ b/crates/plugin_script/CHANGELOG.md @@ -6,6 +6,17 @@ 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-24 + +### Added +- minify modules instead of resource pots ([#1025](https://github.com/farm-fe/farm/pull/1025)) + +### Fixed +- vite project migration issues ([#1060](https://github.com/farm-fe/farm/pull/1060)) + +### 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 6d6d710ec..d2e93b286 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 781c50047..db3c1c48c 100644 --- a/crates/plugin_static_assets/CHANGELOG.md +++ b/crates/plugin_static_assets/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_static_assets-v0.0.1...farmfe_plugin_static_assets-v0.0.2) - 2024-03-24 + +### Fixed +- vite project migration issues ([#1060](https://github.com/farm-fe/farm/pull/1060)) + +### 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 c2fe01506..65a2d830c 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 6e56777cc..d19b23889 100644 --- a/crates/plugin_tree_shake/CHANGELOG.md +++ b/crates/plugin_tree_shake/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_plugin_tree_shake-v0.0.1...farmfe_plugin_tree_shake-v0.0.2) - 2024-03-24 + +### Added +- remove if (import.meta.hot) guard for production ([#1030](https://github.com/farm-fe/farm/pull/1030)) + +### Fixed +- add remove import meta hot condition ([#1056](https://github.com/farm-fe/farm/pull/1056)) +- 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 a719706b0..d68613f92 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 23c969c4c..0cf792fa4 100644 --- a/crates/swc_transformer_import_glob/CHANGELOG.md +++ b/crates/swc_transformer_import_glob/CHANGELOG.md @@ -6,6 +6,15 @@ 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-24 + +### Fixed +- vite project migration issues ([#1060](https://github.com/farm-fe/farm/pull/1060)) + +### Other +- support glob brace ([#1055](https://github.com/farm-fe/farm/pull/1055)) +- 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 b1e902cf0..6192dfa60 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 a734143f5..d1ace301a 100644 --- a/crates/testing_helpers/CHANGELOG.md +++ b/crates/testing_helpers/CHANGELOG.md @@ -6,6 +6,12 @@ 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-24 + +### Other +- support glob brace ([#1055](https://github.com/farm-fe/farm/pull/1055)) +- 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 bdf1da44c..aa4f8c899 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 b576c70d9..94ba8c1a3 100644 --- a/crates/toolkit/CHANGELOG.md +++ b/crates/toolkit/CHANGELOG.md @@ -6,6 +6,17 @@ 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-24 + +### Added +- minify modules instead of resource pots ([#1025](https://github.com/farm-fe/farm/pull/1025)) + +### Fixed +- vite project migration issues ([#1060](https://github.com/farm-fe/farm/pull/1060)) + +### 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 61419162a..3f166d698 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 5e23b3503..15605686c 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-24 + +### 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 dc135c313..c3464a358 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 4af61d44d..8c38138b4 100644 --- a/crates/utils/CHANGELOG.md +++ b/crates/utils/CHANGELOG.md @@ -6,6 +6,14 @@ 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-24 + +### Fixed +- vite project migration issues ([#1060](https://github.com/farm-fe/farm/pull/1060)) + +### 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 6fe523593..cf73ba6b1 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"