Releases: trunk-rs/trunk
Releases · trunk-rs/trunk
0.19.0-alpha.1
0.18.7
0.18.6
0.18.5
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).