Skip to content

Latest commit

 

History

History
136 lines (78 loc) · 4.72 KB

File metadata and controls

136 lines (78 loc) · 4.72 KB

Changelog

All notable changes to this project will be documented in this file.

1.10.1

Bug Fixes

  • Resolve the extends option in the config correctly (#214)

1.10.0

Bug Fixes

  • Revert a change to use DocumentUtil.executeInBulk (#208)
  • Fallback to child config when no root config was found in the project (#210)

Features

  • Improve diagnostics message (#209)

1.9.0

Bug Fixes

  • Support project structure with multiple roots (#197)

Features

  • Support the new-style monorepo (#196)

1.8.1

Bug Fixes

  • Resolved compatibility problems for older versions of IntelliJ IDEs (#193)

1.8.0

Bug Fixes

  • Fixed that applying fixes on save can break the code in the editor (#190)

Features

  • Removed a file listener that watches changes to biome.json(c), it is now handled by Biome itself (#183)
  • Improved performance on formatting (#184)

1.7.2

Bug Fixes

  • Fixed a regression where the plugin couldn't find biome.json at the project root (#166)

1.7.1

Bug Fixes

  • Avoid duplicated LSP instances in monorepo (#159)

1.7.0

Bug Fixes

  • Support textDocument/formatting response with granular text edits (#148)
  • Run text edits in a reversed order (#151)
  • Avoid conflicting code actions on save (#149)

Features

  • Monorepo support (#138)
  • Support workspace/configuration request for providing configuration path (#144)

1.6.0

Bug Fixes

  • Improve BiomePackage and LSP startup logic (#129)
  • Support running Biome on WSL Node.js interpreter (#131)
  • Convert WSL path to local path and vice versa (#132)
  • Workaround for IDEA-347138 (#135)

Features

  • Support running custom Biome executable on WSL 2 (#134)
  • Refactor and replace BiomeRunner with BiomeServerService (#124)

1.5.5

Bug Fixes

  • Keep empty end line (#120)

Features

  • Add support for Biome config icons and improve save actions (#119)

1.5.4

Bug Fixes

  • Revert "format on save" (#117)

1.5.3

Bug Fixes

  • Infinite indexing / intellisense blocked (#102)
  • Resolve plugin crash when using nightly biome releases (#112)

1.0.0

Bug Fixes

  • Fix plugin for IntelliJ 2024.1 (#45)
  • Added missing double quotes (#377)
  • Use node interpreter to run commands (#416)
  • Binary resolution on windows (#556)
  • Binary resolution execution sequence (#601)
  • Remove build range (#1093)
  • Auto-save race condition (#26)

Documentation

  • Add contribution guide (#2)

Features

  • IntelliJ Platform LSP (#185)
  • Manual config path specifying (#660)
  • Add onSave actions
  • Improved command line execution mode (node & binary)
  • Use biome check (#28)
  • Validate biome.json path config (#32)