v0.3.0
Features
- Added support for sorting
files
- Added support for sorting
engines
Updates
- Exported plugin rewritten to leverage
parser
instead ofpreprocess
. This should yield a tiny speed boost, as well as letting Prettier parse and manage errors for the targeted file.preprocess
was having to do severalJSON.stringify
andJSON.parse
calls and would have resulted in a poorer experience in the case of file errors.