Skip to content

Latest commit

 

History

History
169 lines (91 loc) · 5.54 KB

CHANGELOG.md

File metadata and controls

169 lines (91 loc) · 5.54 KB

Changelog

[Unreleased]

[0.23.1] - 2024-10-21

  • Fix default regex

[0.23.0] - 2024-10-21

[0.22.1] - 2024-10-21

  • Fix regex for parsing css classes, #99, thanks @DanikVitek
  • Update cargo deps

[0.22.0] - 2024-04-12

[0.21.1] - 2024-03-20

  • Switch up std HashMap for faster hasher ahash
  • Update rustls to 0.22
  • Update cargo deps

[0.21.0] - 2023-12-20

  • Prevent writing to file if the contents hasn't changed. Fixes: #88
  • Show UI difference for files that were/will be changed vs ones that won't be touched
  • Upgraded deps

[0.20.0] - 2023-10-15

  • Add new --quiet flag to prevent log messages #86, thanks @azzamsa
  • Updated dependencies

[0.19.0] - 2023-08-13

  • Add new --skip-ssl-verificationflag for use with https in dev for --vite-css #78, thanks @praveenperera

[0.18.0] - 2023-08-11

  • Add expiremental support for getting CSS order from a vite URL #77, thanks @praveenperera

[0.17.0] - 2023-08-01

[0.16.0] - 2023-04-23

  • Updated all dependencies, including aho-corasick #73, thanks @dnaka91
  • Change regex to work with colors with opacity #72, thanks @dnaka91

[0.15.4] - 2023-02-24

  • Update cargo.lock file to new version #70
  • Fix Regex to only match the characters selected (and work with conditionals), thanks @rubas #66

[0.15.3] - 2023-01-03

[0.15.2] - 2023-01-03

[0.15.1] - 2022-09-06

  • Fixed removing \n newline when formatting from STDIN
  • Updated dependencies

[0.15.0] - 2022-04-25

[0.14.0] - 2022-03-14

  • --ignore-files option, thanks @ftonato #55

  • Improve error message on custom regex

Internal

  • Refactored, using Clap3 derive macros to parse args

[0.13.0] - 2022-02-09

Added

Internal

Fixed

  • No longer exit with error if no classes are found, thanks @shackra #50

[0.12.2] - 2021-07-07

[0.12.1] - 2021-06-13

  • Prevent panic if class name same as variant is used

[0.12.0] - 2021-06-13

  • Fix not sorting half classes properly ex: mt-0.5
  • Sort all variant classes

[0.11.0] - 2021-06-11

  • Sorts responsive classes with the same default sorter #28

[0.10.0] - 2021-06-10

  • Run on multiple files or folders
rustywind --write abc.js efg.js

rustywind --write abc/templates efg/templates

[0.9.1] – 2021-06-09

  • Report correct version number

[0.9.0] – 2021-06-02

  • Split classes by all ASCII whitespace characters (will now separate classes by spaces or new lines) - thanks @mklein994

[0.8.1] – 2021-03-26

  • Support for M1 macs

[0.8.0] – 2021-01-09

Added

  • New --stdin flag sort contents in STDIN and print out sorted contents to STDOUT

[0.7.1] – 2021-01-09

Fixed

  • Fixed windows releases not being created

[0.7.0] – 2020-12-06

Changed

  • Changed default sorter to match headwind, now works with Tailwind 2.0 (by @dhrubabasu)

[0.6.7] – 2020-09-05

Changed

  • Changed default sorter to match headwind