Skip to content

Releases: its-the-shrimp/yew-fmt

v0.5.1

25 Feb 11:12
Compare
Choose a tag to compare
  • Fixed issue #17
  • Added support for yew-html-exts let bindings

v0.5.0

16 Feb 19:03
Compare
Choose a tag to compare
  • 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

14 Feb 12:30
Compare
Choose a tag to compare
  • fixed issues #12, #13, #14
  • added yew.use_small_heuristics formatting option

v0.3.0

27 Jan 23:10
Compare
Choose a tag to compare
  • 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

12 Jan 19:39
Compare
Choose a tag to compare
  • Fixed issue #5
  • Fixed formatting of the else branch of if nodes in HTML

v0.2.2

19 Dec 14:08
Compare
Choose a tag to compare
  • Removed trailing newlines from formatting/CLI output
  • Fixed issues #1, #2, #3

v0.2.1

05 Dec 13:35
Compare
Choose a tag to compare

Fixed a bug when using yew-fmt with the --check option

v0.2.0

02 Dec 16:59
Compare
Choose a tag to compare
reordered content in README.md

v0.1.0

24 Nov 08:19
Compare
Choose a tag to compare
v0.1.0 Pre-release
Pre-release

The first version