Releases: y3owk1n/tailwind-autosort.nvim
Releases · y3owk1n/tailwind-autosort.nvim
0.4.0
What's Changed
- feat: add css class support by @y3owk1n in #34
- feat: forgot to allow supported filetypes by @y3owk1n in #35
- feat: make auto_write configurable by @y3owk1n in #36
- fix: use bufwritepost instead of pre by @y3owk1n in #37
- chore: update readme with new configurations by @y3owk1n in #38
Full Changelog: 0.3.1...0.4.0
0.3.1
What's Changed
- feat: update missing types by @y3owk1n in #25
- feat: cleanup codes by @y3owk1n in #26
- feat: log total lines instead of each individual lines by @y3owk1n in #28
- feat: cleanup wrong argument for treesitter by @y3owk1n in #30
- feat: update ternary support for both consequence and alternative by @y3owk1n in #31
- feat: add binary expression support by @y3owk1n in #33
Full Changelog: 0.3.0...0.3.1
0.3.0
What's Changed
- feat: add support for monorepo to switch and detect tailwind root client by @y3owk1n in #16
- feat: cleanup unnessecary logs by @y3owk1n in #17
- feat: fix first item typo, silly javascript by @y3owk1n in #18
- feat: get lsp client by buffer by @y3owk1n in #19
- feat: fix infinite loop where cache will cause reset to false for tw plugin by @y3owk1n in #20
- feat: remove tailwind root caching by @y3owk1n in #21
- feat: add ternary support by @y3owk1n in #22
- feat: make treesitter alias consistent with @tailwind by @y3owk1n in #23
- feat: add info for readme about ternary by @y3owk1n in #24
Full Changelog: 0.2.2...0.3.0