Skip to content

Latest commit

 

History

History
36 lines (19 loc) · 682 Bytes

CHANGELOG.md

File metadata and controls

36 lines (19 loc) · 682 Bytes

v0.8.2

  • formatIfElseBlock: Added support for try/catch/finally blocks, fixed bug for allman style

v0.8.0

  • allowElseAfterBlock: If set to true won't insert a blank line after block statement if next line is an else
  • formatIfElseBlock: Defines if and how to format if-else blocks

v0.5.1

  • fix: insertLineAfterBlock ignores closing tags (like </script>, useful for Vue)

v0.2.0

  • feature: restored insertLineAfterBlock and added removeBlockPadding

v0.1.1

  • feature: apply only to selected text (fixes #2)

v0.1.0

  • add: react support (updated default configuration)

v0.1.0

  • fix: performance issues

v0.0.2

  • Minor bug fix.

v0.0.1

  • Initial version