Skip to content

Releases: shufo/blade-formatter

blade-formatter v1.21.0

09 Mar 01:52
ba6a048
Compare
Choose a tag to compare

Features

  • 🎸 support for include~ directives (8ada749)
  • 🎸 support for selected, disabled and checked directive (6dfaf46)

blade-formatter v1.20.5

05 Mar 23:33
cacdc49
Compare
Choose a tag to compare

Fixes

  • 🐛 inilne script tag removes previous DOM (22f0029)

blade-formatter v1.20.4

03 Mar 21:10
f4dc04a
Compare
Choose a tag to compare

Fixes

  • 🐛 consider wrapLineLength in include directives (4e4aa5f)

blade-formatter v1.20.3

03 Mar 19:13
c3b9758
Compare
Choose a tag to compare

Fixes

  • 🐛 formatted include directive adds unnecessary comma (3533fee)

blade-formatter v1.20.2

02 Mar 13:14
f60b202
Compare
Choose a tag to compare

Fixes

  • 🐛 include directive does not indent parameters (d0d1022)

blade-formatter v1.20.1

26 Feb 16:33
1e850ba
Compare
Choose a tag to compare

Fixes

  • 🐛 unnecessary line break inserted after classes sorted (7e4b695)

blade-formatter v1.20.0

26 Feb 13:01
802b82f
Compare
Choose a tag to compare

Features

  • 🎸 sort tailwindcss classes automatically (1703092) #497

Miscellaneous

  • 🤖 (deps) add @shufo/tailwindcss-class-sorter (88afbd0)
  • 🤖 bump tailwindcss-class-sorter to 1.0.3 (301140f)

blade-formatter v1.19.0

23 Feb 12:09
e6c5fb3
Compare
Choose a tag to compare

Features

  • 🎸 auto line breaking around else if directives (81a2cd4)

Miscellaneous

  • deps: bump @prettier/plugin-php from 0.18.1 to 0.18.2 (08bdd2c)

Fixes

  • 🐛 auto line break around else directive (62f08a1)
  • 🐛 inlined php doc gets unexpected line break (1f4aa43)
  • 🐛 line break does not occur around html tag (1e23dab)

blade-formatter v1.18.6

21 Feb 12:31
049a9d3
Compare
Choose a tag to compare

Fixes

  • 🐛 switch-case directive formatting error (d719528)
  • endforelse causing formatting error (#486) (9ff3753)

blade-formatter v1.18.5

20 Feb 18:34
24a0540
Compare
Choose a tag to compare

Miscellaneous

  • deps: bump @prettier/plugin-php from 0.18.0 to 0.18.1 (551a86b)

Fixes

  • 🐛 line break around case directives (634ed31)
  • 🐛 nested switch directive gets unexpected format (865cadf)
  • 🐛 unexpected indentation around case-break directive (5be21c8)