Releases: its-the-shrimp/yew-fmt
Releases · its-the-shrimp/yew-fmt
v0.5.3
Bugfix: the contents of empty HTML macro invocations (i.e. comments) are now left intact
v0.5.2
Fixed formatting of match arms in yew-html-ext match nodes
v0.5.1
- Fixed issue #17
- Added support for
yew-html-ext
s let
bindings
v0.5.0
- Added support for
yew-html-ext
- Added
yew.html_flavor
option to opt into the formatting of the yew-html-ext syntax
- Fixed issue #16
v0.4.0
- fixed issues #12, #13, #14
- added
yew.use_small_heuristics
formatting option
v0.3.0
- Fixed issues #6, #7, #8, #9, #10
if
nodes are now always broken up into multiple lines to mimic rustfmt
's formatting of if
statements
- An HTML node is now broken up if any of its children nodes are broken up
- Fixed a bug wherein an HTML macro wouldn't be formatted in an expression statement
v0.2.3
- Fixed issue #5
- Fixed formatting of the
else
branch of if
nodes in HTML
v0.2.2
- Removed trailing newlines from formatting/CLI output
- Fixed issues #1, #2, #3
v0.2.1
Fixed a bug when using yew-fmt
with the --check
option
v0.2.0
reordered content in README.md