Skip to content

v0.3.0

Compare
Choose a tag to compare
@shellscape shellscape released this 10 Sep 14:35
· 23 commits to master since this release

Features

  • Added support for sorting files
  • Added support for sorting engines

Updates

  • Exported plugin rewritten to leverage parser instead of preprocess. 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 several JSON.stringify and JSON.parse calls and would have resulted in a poorer experience in the case of file errors.