Skip to content

Releases: shellscape/prettier-plugin-package

v1.4.0

Choose a tag to compare

@shellscape shellscape released this 11 Jan 04:05

Features

  • Support for Prettier v3

v1.2.0

Choose a tag to compare

@shellscape shellscape released this 08 Oct 13:53

Features

  • feat: add support for exports (#15)

v1.1.0

Choose a tag to compare

@shellscape shellscape released this 08 Oct 13:53

Features

  • feat: add support for type (#14)

v1.0.0

Choose a tag to compare

@shellscape shellscape released this 08 Oct 13:55

Updates

  • fix: prettier v2 compat (5c54198)

Features

  • feat: add module and typings entry items (#3)

v0.3.1

Choose a tag to compare

@shellscape shellscape released this 10 Sep 14:41

Updates

  • This is a metadata version to clarify documentation around the files sorting.

v0.3.0

Choose a tag to compare

@shellscape shellscape released this 10 Sep 14:35

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.

v0.2.0

Choose a tag to compare

@shellscape shellscape released this 05 Sep 23:00

Features

v0.1.1

Choose a tag to compare

@shellscape shellscape released this 05 Sep 14:50

This version is a metadata release.

v0.1.0

Choose a tag to compare

@shellscape shellscape released this 05 Sep 14:50

🎉 Initial Release