Skip to content

Releases: trunk-rs/trunk

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)

0.19.1

13 Mar 08:29
Compare
Choose a tag to compare

v0.19.1 (2024-03-13)

Features

  • embed sass source-maps in non-release builds (245eb54)

0.19.0

08 Mar 16:47
Compare
Choose a tag to compare

v0.19.0 (2024-03-08)

Features

  • implement data-target-path for rust (a90a264)
  • implement data-target-path for tailwind (ca2c48c)
  • implement data-target-path for sass (1550f0d)
  • add data-target-path to the script asset (9b8df94)
  • add data-target-path to the icon step (c1b6c66)
  • add data-target-path to the css step (106863c)
  • add data-target-path to the copy-file action (51098c9)
  • also release musl linux target (5fe208d)
  • #668 #626 allow more control over the different base URLs (391be74)
  • add required trunk version, and update version check (761f503)
  • add configuration 'no-sys-proxy' to bypass the system proxy. (9e6ac82)
  • allow using IPv6 with serve (0619061)
  • allow tracking progress when loading the application (e3a0c35)

Fixes

  • convert paths to hrefs in way that works on all platforms (80f42f9)
  • if data-target-path ends with a slash, remove it (e97d7d3)
  • remove the data-target-path attribute from the output (73d967a)
  • ensure that the target-path is applied to hrefs (07cc1ed)
  • handle case where one bind fails (1d12d25)
  • handle errors while spawning the server (ce499a5)
  • handle initializer relative to html_dir (5a9130f)
  • race condition when creating the dist directory (6f4bdc5)
  • accept older "address" field as before (383f249)
  • #705 if there's not required version, we accept any (0d380e2)
  • run servers in parallel, improve output of binds (6cdb74c)
  • #659 use original artifact name when generating intermediate files (121361d)

0.19.0-rc.2

06 Mar 19:07
Compare
Choose a tag to compare
0.19.0-rc.2 Pre-release
Pre-release

v0.19.0-rc.2 (2024-03-06)

Features

  • implement data-target-path for rust (a90a264)
  • implement data-target-path for tailwind (ca2c48c)
  • implement data-target-path for sass (1550f0d)
  • add data-target-path to the script asset (9b8df94)
  • add data-target-path to the icon step (c1b6c66)
  • add data-target-path to the css step (106863c)
  • add data-target-path to the copy-file action (51098c9)
  • also release musl linux target (5fe208d)
  • #668 #626 allow more control over the different base URLs (391be74)
  • add required trunk version, and update version check (761f503)
  • add configuration 'no-sys-proxy' to bypass the system proxy. (9e6ac82)
  • allow using IPv6 with serve (0619061)
  • allow tracking progress when loading the application (e3a0c35)

Fixes

  • convert paths to hrefs in way that works on all platforms (80f42f9)
  • if data-target-path ends with a slash, remove it (e97d7d3)
  • remove the data-target-path attribute from the output (73d967a)
  • ensure that the target-path is applied to hrefs (07cc1ed)
  • handle case where one bind fails (1d12d25)
  • handle errors while spawning the server (ce499a5)
  • handle initializer relative to html_dir (5a9130f)
  • race condition when creating the dist directory (6f4bdc5)
  • accept older "address" field as before (383f249)
  • #705 if there's not required version, we accept any (0d380e2)
  • run servers in parallel, improve output of binds (6cdb74c)
  • #659 use original artifact name when generating intermediate files (121361d)