Skip to content

Latest commit

 

History

History
103 lines (41 loc) · 4.04 KB

CHANGELOG.md

File metadata and controls

103 lines (41 loc) · 4.04 KB

Changelog

All notable changes to this project will be documented in this file. See commit-and-tag-version for commit guidelines.

1.4.5 (2023-10-15)

Bug Fixes

  • dependencies should be bundled into output (d72446a)

1.4.3 (2023-10-10)

Bug Fixes

  • correct the description of trailingBlankLines and set its default value to false in all packages (b6d4157)
  • vscode: fix an error that cause configurations not taking effect (1df9531)

1.4.1 (2023-10-10)

Bug Fixes

  • vscode: fix an error due to the api change (b645334)

1.4.0 (2023-10-10)

Bug Fixes

Features

  • core: change the default value of indentStyle to space (19ef14f)
  • core: export formatContent to format the content string (da80889)
  • vscode: offer a few options for users (3861651)

1.3.0 (2023-10-10)

Features

  • core: trim empty lines after { or before } (fa109d7)

1.2.0 (2023-10-09)

Bug Fixes

  • vscode: do not externalize dependencies (fdcde8f)

Features

  • vscode: add language configuration for auto wrapping etc (b818b01)

1.1.1 (2023-10-09)

Bug Fixes

1.1.0 (2023-10-09)

Bug Fixes

  • core: use dynamic import for globby to support commonjs (bfe1fea)

Features

  • create vscode package (34b3251)
  • vscode: nginx config formatter as a vscode extension (2eb1807)

1.0.0 (2023-09-07)

Features

  • export an API for the formatter (1586e8b)
  • provide CLI to format files (7ec85f3)