Skip to content

Releases: youthfulhps/tailwind-converter

v0.7.6

04 Sep 08:59
Compare
Choose a tag to compare

Documentation

v0.7.5

04 Sep 04:27
Compare
Choose a tag to compare

Miscellaneous Chores

  • Remove unused csstype dependency (2983481)

v0.7.4

04 Sep 04:22
Compare
Choose a tag to compare

Miscellaneous Chores

  • Modify prettier dependency group (000f64c)

v0.7.3

04 Sep 04:12
Compare
Choose a tag to compare

Miscellaneous Chores

  • Add vite rollup options (e537d19)

v0.7.2

04 Sep 01:39
Compare
Choose a tag to compare

Miscellaneous Chores

  • Add git action development flow (4b5afe7)
  • Modify git action development flow (d13eeb8)

v0.7.1

04 Sep 01:31
Compare
Choose a tag to compare

Miscellaneous Chores

  • Modify tailwind convert command (635f8bb)

v0.7.0

01 Sep 07:18
Compare
Choose a tag to compare

Features

  • Implement function to write file containing formatted script (81debb2)
  • Implement logic to write formatted script in same level of directory (3c4895d)

Miscellaneous Chores

  • Modify test component script (691cbd0)

v0.6.1

31 Aug 10:24
Compare
Choose a tag to compare

Miscellaneous Chores

  • Rename parser to leader (2027838)
  • Update TestComponent return jsx element cases (42a55dd)

v0.6.0

25 Aug 06:58
Compare
Choose a tag to compare

Features

  • Add color property arbitrary key (9ab1ca7)
  • Add dimension property arbitrary key (189e4f3)
  • Add spacing property arbitrary key (5f7d4a3)
  • Add tailwind class constants (b5eed8d)
  • Apply color-related preprocessor (a0b748d)
  • Apply dimension-related preprocessor (2825fd6)
  • Apply spacing-related preprocessor (556be05)
  • Apply text-related preprocessor (8a5b267)
  • Implement initial converter that converts defined style into tailwind classes (bf5ca2e)
  • Implement text preprocessor to match style value with defined text-related tailwind classes (5882a9f)
  • Implement unit preprocessor to match unit of style values (9b6ee49)

v0.5.0

21 Aug 04:26
Compare
Choose a tag to compare

Features

  • Add prettier dependency to use parser and printer (189be7d)
  • Add rollup options to import prettier globally (07342ea)
  • Add test component file for development testing (e862969)
  • Implement extractor to extract required ast from preprocessed results of prettier parser (2b51993)
  • Implement incomplete main script (7470209)
  • Implement printer to return results of customized prettier (3c4e876)

Miscellaneous Chores

  • Rename test component file (00ff1b0)