Skip to content
This repository has been archived by the owner on Aug 17, 2021. It is now read-only.

Releases: dylanirlbeck/tailwind-ppx

Release v0.8.4

29 Nov 02:38
Compare
Choose a tag to compare
Releasing v0.8.4

Release v0.8.3

28 Sep 20:00
Compare
Choose a tag to compare

Fixed

  • Fixed issue with postinstall script not checking if _export directory already present (#130)

Release v0.8.2

28 Aug 16:16
Compare
Choose a tag to compare
Releasing v0.8.2

Release v0.8.1

23 Aug 23:25
Compare
Choose a tag to compare

Fixed

  • Fixed issue with /js directory not being included in the NPM package (this affected PurgeCSS users)

Release v0.8.0

20 Aug 06:02
64c467c
Compare
Choose a tag to compare
Restore proper NPM package name (#121)

* Restore proper NPM package name

* Fixing test

Release v0.7.9

19 Jul 18:16
Compare
Choose a tag to compare

Changed

  • [PPX internals] Upgraded OCaml version to 0.4.9 and removed all the CSS parser code in favor of ocaml-css-parser lib #93

Fixed

  • Fixed issue with PurgeCSS extractor not working for odd refmt reformatting #115

Release v0.7.8

06 Jun 14:43
Compare
Choose a tag to compare

Fixed

  • Fixed error with Windows installation (#96)

Release v0.7.7

22 May 18:12
Compare
Choose a tag to compare

Fixed

  • Fixed bug where parser would throw an error for the @-webkit-keyframes at rule (and some other less common at rules) (#91)

Release v0.7.6

16 May 19:49
Compare
Choose a tag to compare

Added

  • Script to quickly integrate tailwind-ppx into an existing project -- transforms all instances of className="..." into className=[%tw "..."] (#83)

Fixed

  • Custom PurgeCSS extractor function to cover cases of multiple HTML tags on the same line (#85)

Release v0.7.0

05 May 20:35
Compare
Choose a tag to compare

Big performance upgrade in this release!

Added

  • Caching of the valid class names in the .tailwind_ppx_cache directory, which greatly speeds up performance. Big thanks to @tatchi for this feature!