Skip to content

Releases: shufo/blade-formatter

blade-formatter v1.14.1

03 Nov 11:17
3cca617
Compare
Choose a tag to compare

Fixes

  • 🐛 unexpected behaviour on multiline blade brace. closes #382 (f8a637d)

blade-formatter v1.14.0

24 Oct 05:29
f75930c
Compare
Choose a tag to compare

Features

blade-formatter v1.13.0

10 Oct 06:00
af60dd6
Compare
Choose a tag to compare

Features

  • 🎸 add support for laravel-permission directives (672c3f1)

Miscellaneous

  • doc: change coc extension in README (dd083b8)

Fixes

  • 🐛 empty class attribute with other attributes (#372) (2f2432e)

blade-formatter v1.12.5

06 Sep 01:42
24cc721
Compare
Choose a tag to compare

Miscellaneous

  • 🤖 bump php-parser to 3.0.3 (37e01cb)
  • 🤖 bump prettier/plugin-php to 0.17.4 (ce1b901)

Fixes

  • 🐛 empty class attribute cause unexpected replacement (9acce17)

blade-formatter v1.12.4

30 Aug 18:24
d3e4da4
Compare
Choose a tag to compare

Fixes

  • 🐛 converting class to lowercase on component attributes (6bd840a)

blade-formatter v1.12.3

29 Aug 14:19
2c121ff
Compare
Choose a tag to compare

Fixes

  • 🐛 prevent unexpected indent for braces in class attribute (7207014)

Miscellaneous

  • 🤖 follow formatting behaviour change (8bcba65)

blade-formatter v1.12.2

22 Aug 05:33
827a825
Compare
Choose a tag to compare

Fixes

blade-formatter v1.12.1

17 Aug 02:04
4a44878
Compare
Choose a tag to compare

Fixes

  • prevent indent level going negative (f2fdd5c)

blade-formatter v1.12.0

15 Aug 20:36
45425da
Compare
Choose a tag to compare

Features

  • 🎸 support @overwrite directive (b3f1b9e)

Miscellaneous

  • deps: bump path-parse from 1.0.6 to 1.0.7 (15add05)

blade-formatter v1.11.13

07 Aug 05:13
50e48d1
Compare
Choose a tag to compare

Fixes