Skip to content

Releases: 100phlecs/tailwind_formatter

Release v0.4.2

02 Jan 20:19
Compare
Choose a tag to compare

0.4.2 (2025-01-02)

  • Handle arbitrary values and properties in sorting

Full Changelog: v0.4.1...v0.4.2

Release v0.4.1

28 Dec 18:25
Compare
Choose a tag to compare

0.4.1 (2024-12-28)

What's Changed

New Contributors

Full Changelog: v0.4.0...v0.4.1

Release v0.4.0

24 Oct 18:59
Compare
Choose a tag to compare

0.4.0 (2023-10-24)

  • Bump Elixir version to 1.15
  • Remove MultiFormatter as Elixir now supports multiple formatters
  • Switch to Phoenix.LiveView.Tokenizer to grab class attributes
  • Supports array class lists
  • Preserves leading & trailing spaces between expression fragments
  • Supports custom TailwindCSS configuration using standalone CLI

Release v0.3.7

13 Aug 03:56
Compare
Choose a tag to compare

Changelog:

  • Allows multiple concatenations (see issue: #16)

Release v0.3.6

13 Jun 01:55
Compare
Choose a tag to compare
  • Adds support for *-950 tailwind classes

v0.3.5

16 Mar 13:47
Compare
Choose a tag to compare
  • Preserves variable-only class attributes

v0.3.4

14 Mar 13:48
Compare
Choose a tag to compare
  • Fix placeholder substitution in classes with new terminator

v0.3.3

10 Mar 20:59
Compare
Choose a tag to compare
  • Fix string replacement by adding terminator
  • Support concatenated strings
  • Handled nested interpolations

v0.3.2

20 Jan 21:36
Compare
Choose a tag to compare
  • Allow dynamic classes i.e. grid-cols-#{@cols}
  • Validate any inline elixir functions with Code.string_to_quoted
  • Sort class lists with hashes # or dots . in them

v0.3.1

26 Nov 19:12
Compare
Choose a tag to compare
  • Move MultiFormatter to TailwindFormatter.MultiFormatter
  • Update README with clearer instructions