Skip to content

Latest commit

 

History

History
96 lines (60 loc) · 3.63 KB

CHANGELOG.md

File metadata and controls

96 lines (60 loc) · 3.63 KB

Changelog

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

2.3.0 - 2024-06-04

🚀 New features

  • Enable extension for CSS files (#222)

2.2.3 - 2024-05-25

🐛 Bug fixes

  • Musl libc detection (#224)

2.2.2 - 2024-03-07

🐛 Bug fixes

  • Workspace-relative paths in biome.lspBin (#163)

2.2.1 - 2024-03-06

🚀 New features

  • Add Yarn PnP support (#134)
  • Search for biome in PATH (#129)
  • Add astro, vue, and svelte support (#141)
  • Publish nightlies as pre-releases (#145)
  • Support enabling and disabling the extension from configuration

🐛 Bug fixes

  • Activation failure without a workspace (#98)
  • Scan workspace folders until biome is found (#108)
  • Ensure biome binary exists at path (#128)
  • Rollback undici and vscode-languageclientupdates

2.2.0 (yanked) - 2024-03-05

🚀 New features

  • Add Yarn PnP support (#134)
  • Search for biome in PATH (#129)
  • Add astro, vue, and svelte support (#141)
  • Publish nightlies as pre-releases (#145)
  • Support enabling and disabling the extension from configuration

🐛 Bug fixes

  • Activation failure without a workspace (#98)
  • Scan workspace folders until biome is found (#108)
  • Ensure biome binary exists at path (#128)
  • Rollback undici and vscode-languageclientupdates

2.1.2 - 2024-01-24

Bug Fixes

  • Only watch lock files in workspace root (#91)

2.1.1 - 2024-01-05

Bug Fixes

  • Filter out unhandled schemes (#69)

2.1.0 - 2024-01-04

Bug Fixes

  • Skip updates checks when offline
  • EPERM error on windows installation (#7)
  • Account for undefined destination
  • Nightly versions in selector (#64)
  • Handle versions list fetch failures (#65)

Features

  • Stop requiring a configuration file (#30)
  • Allow formatting and linting of in-memory files (#63)

2.0.0 - 2023-11-25

Documentation

  • Refresh README (#4)
  • Add instructions to release versions

Features

  • Implement downloader (#2)
  • Drop bundled configuration schema (#3)
  • Indicate when using nightly in status bar (#14)
  • Handle stable and nightly version installed together (#13)