Skip to content

Releases: shellscape/prettier-plugin-package

v1.4.0

11 Jan 04:05
Compare
Choose a tag to compare

Features

  • Support for Prettier v3

v1.2.0

08 Oct 13:53
Compare
Choose a tag to compare

Features

  • feat: add support for exports (#15)

v1.1.0

08 Oct 13:53
Compare
Choose a tag to compare

Features

  • feat: add support for type (#14)

v1.0.0

08 Oct 13:55
Compare
Choose a tag to compare

Updates

  • fix: prettier v2 compat (5c54198)

Features

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

v0.3.1

10 Sep 14:41
Compare
Choose a tag to compare

Updates

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

v0.3.0

10 Sep 14:35
Compare
Choose a tag to compare

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

05 Sep 23:00
Compare
Choose a tag to compare

Features

v0.1.1

05 Sep 14:50
Compare
Choose a tag to compare

This version is a metadata release.

v0.1.0

05 Sep 14:50
Compare
Choose a tag to compare

🎉 Initial Release