Releases: shellscape/prettier-plugin-package
Releases · shellscape/prettier-plugin-package
Release list
v1.4.0
v1.2.0
Features
- feat: add support for exports (#15)
v1.1.0
Features
- feat: add support for
type(#14)
v1.0.0
v0.3.1
Updates
- This is a metadata version to clarify documentation around the
filessorting.
v0.3.0
Features
- Added support for sorting
files - Added support for sorting
engines
Updates
- Exported plugin rewritten to leverage
parserinstead ofpreprocess. This should yield a tiny speed boost, as well as letting Prettier parse and manage errors for the targeted file.preprocesswas having to do severalJSON.stringifyandJSON.parsecalls and would have resulted in a poorer experience in the case of file errors.