Skip to content

Releases: serverless-guru/prettier-import-order

v0.4.1

23 Jan 02:25
Compare
Choose a tag to compare
  • Adds types declarations to package.json

v0.4.0

22 Jan 16:53
Compare
Choose a tag to compare
  • Added types for type checking prettier config file

v0.3.0

24 Dec 19:16
Compare
Choose a tag to compare

Features

  • Added support for sorting type imports to bottom #4

Fixes

  • Moved Vue as optional peer dependency #3

0.2.0

23 Oct 06:10
Compare
Choose a tag to compare

0.1.0

20 Oct 05:34
Compare
Choose a tag to compare

Features

  • Add support for moving all the type imports to the top of the file when re-ordering imports.
  • If present in any sorted group, move all the relative imports to the bottom of that group.