Releases: trunk-rs/trunk
Releases · trunk-rs/trunk
0.21.0-alpha.4
v0.21.0-alpha.4 (2024-08-01)
Features
- examples: add an example for using hooks (0fcf271)
- Rework the configuration system (142233a)
- add a very simple leptos example (c36f733)
Fixes
- also accept "proxy" for proxies, to support legacy config (434087c)
- ensure the watch/ignore directories are relative to the base (4af4d87)
- enable the auto-loader when required (5f8291e)
- ensure the dist directory is relative to the base dir (b5ea64c)
- hooks should be started in the working directory (3779928)
- #791 handle absent body and rust-link as an error (7a484b3)
- typo in command heading (c85a94b)
0.20.2
0.21.0-alpha.3
v0.21.0-alpha.3 (2024-06-03)
Features
- examples: add an example for using hooks (0fcf271)
- Rework the configuration system (142233a)
- add a very simple leptos example (c36f733)
Fixes
- ensure the watch/ignore directories are relative to the base (4af4d87)
- enable the auto-loader when required (5f8291e)
- ensure the dist directory is relative to the base dir (b5ea64c)
- hooks should be started in the working directory (3779928)
- #791 handle absent body and rust-link as an error (7a484b3)
- typo in command heading (c85a94b)
0.21.0-alpha.2
v0.21.0-alpha.2 (2024-05-24)
Features
- examples: add an example for using hooks (0fcf271)
- Rework the configuration system (142233a)
- add a very simple leptos example (c36f733)
Fixes
- ensure the watch/ignore directories are relative to the base (4af4d87)
- enable the auto-loader when required (5f8291e)
- ensure the dist directory is relative to the base dir (b5ea64c)
- hooks should be started in the working directory (3779928)
- #791 handle absent body and rust-link as an error (7a484b3)
- typo in command heading (c85a94b)
0.21.0-alpha.1
0.20.1
0.20.0
v0.20.0 (2024-05-03)
⚠️ BREAKING-CHANGE
- This changes the default behavior of minification to always off. It also drops the --no-minification argument in favor of a
--minify <value>
option.
Features
- #788 add a startup event to ensure the WebAssembly binding can be used (9678faa)
- add --color arg to clap struct (c8eb288)
- provide total wasm size to the initializer (228b198)
- #774 allow better control over minification, default to off (b5a234c)
- raise error for self closing script tags. (f7ff300)
- Allow compatability with non UTF-8 encodings. (ca081d3)
Fixes
0.20.0-rc.2
v0.20.0-rc.2 (2024-05-02)
⚠️ BREAKING-CHANGE
- This changes the default behavior of minification toalways off. It also drops the --no-minification argument in favor of a
--minify <value>
option.
Features
- #788 add a startup event to ensure the WebAssembly binding can be used (9678faa)
- add --color arg to clap struct (c8eb288)
- provide total wasm size to the initializer (228b198)
- #774 allow better control over minification, default to off (b5a234c)
- raise error for self closing script tags. (f7ff300)
- Allow compatability with non UTF-8 encodings. (ca081d3)
Fixes
0.20.0-rc.1
v0.20.0-rc.1 (2024-04-26)
⚠️ BREAKING-CHANGE
- This changes the default behavior of minification toalways off. It also drops the --no-minification argument in favor of a
--minify <value>
option.
Features
- add --color arg to clap struct (c8eb288)
- provide total wasm size to the initializer (228b198)
- #774 allow better control over minification, default to off (b5a234c)
- raise error for self closing script tags. (f7ff300)
- Allow compatability with non UTF-8 encodings. (ca081d3)