Skip to content

Releases: trunk-rs/trunk

0.21.4

07 Nov 09:22
Compare
Choose a tag to compare

v0.21.4 (2024-11-07)

Fixes

  • use new API to avoid deprecation warning for wasm-bindgen >= 0.2.93 (de09225)

0.21.3

06 Nov 11:42
Compare
Choose a tag to compare

v0.21.3 (2024-11-06)

Features

  • add data-wasm-opt-params (ce872ce)

0.21.2

30 Oct 10:00
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.21.1...v0.21.2

0.21.1

15 Oct 15:39
Compare
Choose a tag to compare

This is mainly a re-release of 0.21.0, having an updated dependency of the debouncer, fixing issue #870 for people using cargo install.

0.21.0

14 Oct 12:07
Compare
Choose a tag to compare

v0.21.0 (2024-10-14)

Features

  • Added OS-specific hook overrides. (5f1911c)
  • resolve serve addresses with DNS (0d0cbd3)
  • add -p as short option to --port (e3cd078)
  • serve alias (18213c8)
  • resolve ~ paths (4842f82)
  • Initial support for cargo profiles (b585670)
  • #875 resolve ~ paths (#875) (2352cde)
  • examples: add an example for using hooks (0fcf271)
  • Rework the configuration system (142233a)
  • add a very simple leptos example (c36f733)

Fixes

  • use the correct HTTP method (GET) for WS connections (5e9c178)
  • replace host header by default (c793b91)
  • emoji (3abc9ec)
  • multiline imports (af68b84)
  • #845 create parent dirs for dist folder if don't exist (#845) (fff0072)
  • with the unspecified address, show all interface addresses (1dc4dff)
  • ensure that the base directory is applied as "current" (0cd0f50)
  • --no-sri flag removes integrity hash but keeps "modulepreload" links for the assets (ca229e4)
  • switch default to native-tls (30f73d9)
  • #836 properly handle just accepting a config file, without directory (ba7dc84)
  • 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.21.0-rc.8

11 Oct 13:42
Compare
Choose a tag to compare
0.21.0-rc.8 Pre-release
Pre-release

v0.21.0-rc.8 (2024-10-11)

Features

  • Added OS-specific hook overrides. (5f1911c)
  • resolve serve addresses with DNS (0d0cbd3)
  • add -p as short option to --port (e3cd078)
  • serve alias (18213c8)
  • resolve ~ paths (4842f82)
  • Initial support for cargo profiles (b585670)
  • #875 resolve ~ paths (#875) (2352cde)
  • examples: add an example for using hooks (0fcf271)
  • Rework the configuration system (142233a)
  • add a very simple leptos example (c36f733)

Fixes

  • use the correct HTTP method (GET) for WS connections (5e9c178)
  • replace host header by default (c793b91)
  • emoji (3abc9ec)
  • multiline imports (af68b84)
  • #845 create parent dirs for dist folder if don't exist (#845) (fff0072)
  • with the unspecified address, show all interface addresses (1dc4dff)
  • ensure that the base directory is applied as "current" (0cd0f50)
  • --no-sri flag removes integrity hash but keeps "modulepreload" links for the assets (ca229e4)
  • switch default to native-tls (30f73d9)
  • #836 properly handle just accepting a config file, without directory (ba7dc84)
  • 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.21.0-rc.7

09 Oct 08:03
Compare
Choose a tag to compare
0.21.0-rc.7 Pre-release
Pre-release

v0.21.0-rc.7 (2024-10-09)

Features

  • Added OS-specific hook overrides. (5f1911c)
  • resolve serve addresses with DNS (0d0cbd3)
  • add -p as short option to --port (e3cd078)
  • serve alias (18213c8)
  • resolve ~ paths (4842f82)
  • Initial support for cargo profiles (b585670)
  • #875 resolve ~ paths (#875) (2352cde)
  • examples: add an example for using hooks (0fcf271)
  • Rework the configuration system (142233a)
  • add a very simple leptos example (c36f733)

Fixes

  • use the correct HTTP method (GET) for WS connections (5e9c178)
  • replace host header by default (c793b91)
  • emoji (3abc9ec)
  • multiline imports (af68b84)
  • #845 create parent dirs for dist folder if don't exist (#845) (fff0072)
  • with the unspecified address, show all interface addresses (1dc4dff)
  • ensure that the base directory is applied as "current" (0cd0f50)
  • --no-sri flag removes integrity hash but keeps "modulepreload" links for the assets (ca229e4)
  • switch default to native-tls (30f73d9)
  • #836 properly handle just accepting a config file, without directory (ba7dc84)
  • 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.21.0-rc.6

07 Oct 08:29
Compare
Choose a tag to compare
0.21.0-rc.6 Pre-release
Pre-release

v0.21.0-rc.6 (2024-10-07)

Features

  • Added OS-specific hook overrides. (5f1911c)
  • resolve serve addresses with DNS (0d0cbd3)
  • add -p as short option to --port (e3cd078)
  • serve alias (18213c8)
  • resolve ~ paths (4842f82)
  • Initial support for cargo profiles (b585670)
  • #875 resolve ~ paths (#875) (2352cde)
  • examples: add an example for using hooks (0fcf271)
  • Rework the configuration system (142233a)
  • add a very simple leptos example (c36f733)

Fixes

  • use the correct HTTP method (GET) for WS connections (5e9c178)
  • replace host header by default (c793b91)
  • emoji (3abc9ec)
  • multiline imports (af68b84)
  • #845 create parent dirs for dist folder if don't exist (#845) (fff0072)
  • with the unspecified address, show all interface addresses (1dc4dff)
  • ensure that the base directory is applied as "current" (0cd0f50)
  • --no-sri flag removes integrity hash but keeps "modulepreload" links for the assets (ca229e4)
  • switch default to native-tls (30f73d9)
  • #836 properly handle just accepting a config file, without directory (ba7dc84)
  • 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.21.0-rc.5

04 Oct 12:47
Compare
Choose a tag to compare
0.21.0-rc.5 Pre-release
Pre-release

v0.21.0-rc.5 (2024-10-04)

Features

  • Added OS-specific hook overrides. (5f1911c)
  • resolve serve addresses with DNS (0d0cbd3)
  • add -p as short option to --port (e3cd078)
  • serve alias (18213c8)
  • resolve ~ paths (4842f82)
  • Initial support for cargo profiles (b585670)
  • #875 resolve ~ paths (#875) (2352cde)
  • examples: add an example for using hooks (0fcf271)
  • Rework the configuration system (142233a)
  • add a very simple leptos example (c36f733)

Fixes

  • replace host header by default (c793b91)
  • emoji (3abc9ec)
  • multiline imports (af68b84)
  • #845 create parent dirs for dist folder if don't exist (#845) (fff0072)
  • with the unspecified address, show all interface addresses (1dc4dff)
  • ensure that the base directory is applied as "current" (0cd0f50)
  • --no-sri flag removes integrity hash but keeps "modulepreload" links for the assets (ca229e4)
  • switch default to native-tls (30f73d9)
  • #836 properly handle just accepting a config file, without directory (ba7dc84)
  • 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.21.0-rc.4

19 Sep 15:16
Compare
Choose a tag to compare
0.21.0-rc.4 Pre-release
Pre-release

v0.21.0-rc.4 (2024-09-19)

Features

  • Added OS-specific hook overrides. (5f1911c)
  • resolve serve addresses with DNS (0d0cbd3)
  • add -p as short option to --port (e3cd078)
  • serve alias (18213c8)
  • resolve ~ paths (4842f82)
  • Initial support for cargo profiles (b585670)
  • #875 resolve ~ paths (#875) (2352cde)
  • examples: add an example for using hooks (0fcf271)
  • Rework the configuration system (142233a)
  • add a very simple leptos example (c36f733)

Fixes

  • emoji (3abc9ec)
  • multiline imports (af68b84)
  • #845 create parent dirs for dist folder if don't exist (#845) (fff0072)
  • with the unspecified address, show all interface addresses (1dc4dff)
  • ensure that the base directory is applied as "current" (0cd0f50)
  • --no-sri flag removes integrity hash but keeps "modulepreload" links for the assets (ca229e4)
  • switch default to native-tls (30f73d9)
  • #836 properly handle just accepting a config file, without directory (ba7dc84)
  • 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)