Skip to content

Latest commit

 

History

History
53 lines (31 loc) · 956 Bytes

CHANGELOG.md

File metadata and controls

53 lines (31 loc) · 956 Bytes

Change Log

0.2.4

✨ New

0.2.3

✨ New

  • Add support for JSONC and YAML files.

0.2.2

✨ New

  • Add support for TSX files.

0.2.1

🐞 Fix

  • Fix JSON and MD file path overrides.

0.2.0

♻️ Update

  • Update trailingComma from "none", to "all".
  • Update printWidth from 180, to 120.
  • Update JSON files to prefer spaces (4) instead of tabs.
  • Update .editorconfig file to align with new configuration.
  • Remove automatic multiline array formatting in favour of manual formatting.

0.1.0

✨ New

  • Add recommended prettier configuration.
  • Add .editorconfig file.