Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

5 Improve Robustness of Tailwind Class Parsing in Rust #6

Merged
merged 46 commits into from
Oct 11, 2023

Commits on Oct 7, 2023

  1. Configuration menu
    Copy the full SHA
    21b3134 View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2023

  1. Configuration menu
    Copy the full SHA
    a31122c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4b466f0 View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2023

  1. Add colorful classnames

    Oyelowo committed Oct 9, 2023
    Configuration menu
    Copy the full SHA
    0582cf6 View commit details
    Browse the repository at this point in the history
  2. Validate arbitrary hex color

    Oyelowo committed Oct 9, 2023
    Configuration menu
    Copy the full SHA
    9e0e2d4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0964587 View commit details
    Browse the repository at this point in the history
  4. Support arbitrary content

    Oyelowo committed Oct 9, 2023
    Configuration menu
    Copy the full SHA
    496ce9a View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2023

  1. Configuration menu
    Copy the full SHA
    59b83d6 View commit details
    Browse the repository at this point in the history
  2. Support url

    Oyelowo committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    e89ef69 View commit details
    Browse the repository at this point in the history
  3. Support arbitrary css value

    Oyelowo committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    af1f4f6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8a57273 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    408c97d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e35cdc1 View commit details
    Browse the repository at this point in the history
  7. Refactor css value parser

    Oyelowo committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    b0a4214 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    1d31915 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    219a918 View commit details
    Browse the repository at this point in the history
  10. Supports arbitrary @media modifier

    Oyelowo committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    439d591 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    610dddc View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    e1581ba View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    3c35d65 View commit details
    Browse the repository at this point in the history
  14. Support supports arbitrary

    Oyelowo committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    5c2053e View commit details
    Browse the repository at this point in the history
  15. Support aria arbitrary

    Oyelowo committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    2766715 View commit details
    Browse the repository at this point in the history
  16. Support group-aria

    Oyelowo committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    3cbfed2 View commit details
    Browse the repository at this point in the history
  17. Support data arbitrary

    Oyelowo committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    f6cdcc8 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    4c29468 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    00b1830 View commit details
    Browse the repository at this point in the history
  20. Switch to new tw macro parser

    Oyelowo committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    706a386 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    2868f6e View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    f32610c View commit details
    Browse the repository at this point in the history
  23. Allow unitless metric values

    Oyelowo committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    f32d5a5 View commit details
    Browse the repository at this point in the history
  24. Implement custom parser for float and number to disambiguate scientif…

    …ic notation and unit in 45em
    Oyelowo committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    10dc111 View commit details
    Browse the repository at this point in the history
  25. Improve disambiguation

    Oyelowo committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    ec2a2df View commit details
    Browse the repository at this point in the history
  26. Cleanup parsers

    Oyelowo committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    8ddf8b4 View commit details
    Browse the repository at this point in the history
  27. Cleanup debug printing

    Oyelowo committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    836d638 View commit details
    Browse the repository at this point in the history
  28. Handle signable values better

    Oyelowo committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    7f13a25 View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2023

  1. Configuration menu
    Copy the full SHA
    3465f57 View commit details
    Browse the repository at this point in the history
  2. Allow unitless value in test

    Oyelowo committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    c7fac02 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    288c29b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c1754a7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    822b81c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5294497 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    3012b03 View commit details
    Browse the repository at this point in the history
  8. Add more examples

    Oyelowo committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    5f0afba View commit details
    Browse the repository at this point in the history
  9. Fix and format

    Oyelowo committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    9d296a1 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    d63540f View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    6039a52 View commit details
    Browse the repository at this point in the history