Skip to content

Releases: trunk-rs/trunk

0.21.0-alpha.2

24 May 17:54
Compare
Choose a tag to compare
0.21.0-alpha.2 Pre-release
Pre-release

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

24 May 15:25
Compare
Choose a tag to compare
0.21.0-alpha.1 Pre-release
Pre-release

v0.21.0-alpha.1 (2024-05-24)

Features

  • Rework the configuration system (142233a)
  • add a very simple leptos example (c36f733)

Fixes

  • #791 handle absent body and rust-link as an error (7a484b3)
  • typo in command heading (c85a94b)

0.20.1

10 May 12:27
Compare
Choose a tag to compare

v0.20.1 (2024-05-10)

Fixes

  • #791 handle absent body and rust-link as an error (85291f3)

0.20.0

03 May 07:06
Compare
Choose a tag to compare

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

  • retain the insertion order of SRI resources (ce2ec22)
  • replace console.debug with console.log in initializer example. (5198f33)
  • make manually inserted HTML, spec compliant. (d6234ef)
  • append content inside the element, not after it (357f3c0)

0.20.0-rc.2

02 May 09:46
Compare
Choose a tag to compare
0.20.0-rc.2 Pre-release
Pre-release

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

  • retain the insertion order of SRI resources (ce2ec22)
  • replace console.debug with console.log in initializer example. (5198f33)
  • make manually inserted HTML, spec compliant. (d6234ef)
  • append content inside the element, not after it (357f3c0)

0.20.0-rc.1

26 Apr 10:07
Compare
Choose a tag to compare
0.20.0-rc.1 Pre-release
Pre-release

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)

Fixes

  • retain the insertion order of SRI resources (ce2ec22)
  • replace console.debug with console.log in initializer example. (5198f33)
  • make manually inserted HTML, spec compliant. (d6234ef)
  • append content inside the element, not after it (357f3c0)

0.19.3

26 Apr 09:02
Compare
Choose a tag to compare

v0.19.3 (2024-04-26)

Fixes

  • retain the insertion order of SRI resources (893cf7a)

0.20.0-alpha.2

18 Apr 15:10
Compare
Choose a tag to compare
0.20.0-alpha.2 Pre-release
Pre-release

v0.20.0-alpha.2 (2024-04-18)

⚠️ 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

  • 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

  • replace console.debug with console.log in initializer example. (5198f33)
  • make manually inserted HTML, spec compliant. (d6234ef)
  • append content inside the element, not after it (357f3c0)

0.20.0-alpha.1

18 Apr 12:47
Compare
Choose a tag to compare
0.20.0-alpha.1 Pre-release
Pre-release

v0.20.0-alpha.1 (2024-04-18)

⚠️ 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

  • #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

  • replace console.debug with console.log in initializer example. (5198f33)
  • make manually inserted HTML, spec compliant. (d6234ef)
  • append content inside the element, not after it (357f3c0)

0.19.2

11 Apr 16:03
Compare
Choose a tag to compare

v0.19.2 (2024-04-11)

Fixes

  • Use base64 standard alphabet for integrity hashes (closes #765) (9258429)