Releases: trunk-rs/trunk
Releases · trunk-rs/trunk
0.18.4
0.18.3
0.18.2
0.18.1
0.18.0
v0.18.0 (2023-12-12)
Features
- allow accessing exported Rust functions in JavaScript (0e9981e)
- add the ability to show tools information (7e91411)
- structure --help output a bit more (952ced7)
- also generate integrity attributes for snippets (3c11f00)
- add SRI for more resource types (a466773)
- add
--no-spa
flag (461696f) - add integrity attribute for wasm and loader script (32fc30a)
- allow setting the
crossorigin
attribute (ed320fb) - improve build error output a bit (0b80072)
- add
--locked
and--frozen
(1be3de6) - when using --offline, pass that on to cargo (98ffce4)
- add build failure screen (b0c7f9c)
- bring back the fix for queuing up of change events (283e589)
- show version on startup (2586627)
- use request host for hot-reload instead of
window.location.host
(0f0abaf) - enable TLS for websocket proxies (4c09af5)
- allow using --verbose multiple times (6b1aa04)
- allow disabling the cooldown (dbdbe8c)
- add polling mode for filesystem watcher (11f879e)
Fixes
- don't use "/" as suffix if public-url starts with ./ (c2be116)
- drop additional whitespace when emojis are disabled (9424f88)
- improve build error screen (3bea614)
- drop the type attribute of the style element (ccf2c3b)
- #9 always provide a replacement for TRUNK_ADDRESS (0fa8897)
- #11 Treat errors as errors when detecting a cargo project (785e460)
- extend certificate until 2033, add instructions generating it (9838f7f)
- don't canonicalize tls paths (a0ab041)
- extend certificate until 2033, add instructions generating it (c5b378c)
- don't canonicalize tls paths (fedd47c)
- try fix windows notify issue (a9395f4)
- take account tailwindcss variable config tools value (7b997d0)
- allow cdylib targets (9bed785)
- report as trunk-ng, or whatever was in the cargo project (5426bd9)
- don't discard events from poll (f1763f3)
v0.17.5
This release is the same as 0.17.4, but addresses an upstream breaking change in Homebrew core (formula sharding PR).
v0.17.4
v0.17.3
v0.17.2
fixed
- Add missing
tools.tailwindcss
setting to configure the version of the Tailwindcss CLI to download.
added
- A few site updates.
- Some additional tests.
v0.17.1
changed
- Updated the default tool versions for wasm-bindgen, tailwind, sass, and wasm-opt.
- Update Trunk deps (should not have any functional implications).
- Update deps of all example projects.
- When resolving tools, do not abort if entries in the tool's extra paths list do not exist. This will happen naturally as part of the development of tools. Instead, we just log a warning.