Skip to content

Releases: johnuphoff/vscode-styled-sort

Updated Documentation

Choose a tag to compare

@johnuphoff johnuphoff released this 18 Aug 04:14
  • updated readme to reflect new rule ordering
  • updated animated gif to reflect changes / support

Support for media queries

Choose a tag to compare

@johnuphoff johnuphoff released this 18 Aug 03:40
2df14aa
  • refactored sort algo now iterates over dictionary of regex.
  • added regex for media queries

Improved Sort

Choose a tag to compare

@johnuphoff johnuphoff released this 14 Aug 23:06
  • Fix template literal sort order
  • Refactor sort to use dictionary of regular expressions
  • Remove localeCompare in favor of simple string comparisons

JSX Support

Choose a tag to compare

@johnuphoff johnuphoff released this 10 Aug 19:15
48b7b1b
Merge pull request #5 from johnuphoff/feature/jsx

[#4] add support for jsx

Language Support

Choose a tag to compare

@johnuphoff johnuphoff released this 10 Aug 19:02
1e96499

Support for Javascript, TypeScript, and TypeScriptReact