Skip to content

Releases: trunk-rs/trunk

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)

0.21.0-rc.3

28 Aug 15:53
Compare
Choose a tag to compare
0.21.0-rc.3 Pre-release
Pre-release

v0.21.0-rc.3 (2024-08-28)

Features

  • examples: add an example for using hooks (0fcf271)
  • Rework the configuration system (142233a)
  • add a very simple leptos example (c36f733)

Fixes

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

27 Aug 06:19
Compare
Choose a tag to compare
0.21.0-rc.2 Pre-release
Pre-release

v0.21.0-rc.2 (2024-08-27)

Features

  • examples: add an example for using hooks (0fcf271)
  • Rework the configuration system (142233a)
  • add a very simple leptos example (c36f733)

Fixes

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

08 Aug 12:59
Compare
Choose a tag to compare
0.21.0-rc.1 Pre-release
Pre-release

v0.21.0-rc.1 (2024-08-08)

Features

  • examples: add an example for using hooks (0fcf271)
  • Rework the configuration system (142233a)
  • add a very simple leptos example (c36f733)

Fixes

  • #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-alpha.6

07 Aug 12:55
Compare
Choose a tag to compare
0.21.0-alpha.6 Pre-release
Pre-release

v0.21.0-alpha.6 (2024-08-07)

Features

  • examples: add an example for using hooks (0fcf271)
  • Rework the configuration system (142233a)
  • add a very simple leptos example (c36f733)

Fixes

  • 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.20.3

07 Aug 07:26
Compare
Choose a tag to compare

This release only works around issue #842

0.21.0-alpha.5

05 Aug 08:43
Compare
Choose a tag to compare
0.21.0-alpha.5 Pre-release
Pre-release

v0.21.0-alpha.5 (2024-08-05)

Features

  • examples: add an example for using hooks (0fcf271)
  • Rework the configuration system (142233a)
  • add a very simple leptos example (c36f733)

Fixes

  • --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-alpha.4

01 Aug 13:49
Compare
Choose a tag to compare
0.21.0-alpha.4 Pre-release
Pre-release

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

05 Jun 12:50
Compare
Choose a tag to compare

v0.20.2 (2024-06-03)

Features

  • Add a nonce to the script elements. This allows CSP to pick (dc4e1bc)

0.21.0-alpha.3

03 Jun 09:14
Compare
Choose a tag to compare
0.21.0-alpha.3 Pre-release
Pre-release

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)