Releases: trivago/prettier-plugin-sort-imports
Releases · trivago/prettier-plugin-sort-imports
v1.1.0
Features
- Add
importOrderSeparation
API to create a separation between the import declarations based on the importOrder
Chores
- Make Readme more readable.
v1.0.1
- Fixes package JSON metadata on npmjs.org
v1.0.0
- Replace string order with RegExp order in
importOrder
API.