All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Add support for GraphQL by @ematipico in #252
- Use statically linked builds on Linux by @Zaczero in #296
- V3 by @nhedger in #200
- Reduce
@ts-expect-error
and more type safe by @unvalley in #250
- @Zaczero made their first contribution in #296
- Enable extension for CSS files by @ematipico in #222
- Musl libc detection by @nhedger in #224
- Handle ldd outputing to both stdout and stderr by @nhedger
- Tsconfig strict true by @unvalley in #198
- Workspace-relative paths in
biome.lspBin
by @nhedger in #163
- Add Yarn PnP support by @roblillack in #134
- Search for
biome
in PATH by @nhedger in #129 - Add
astro
,vue
, andsvelte
support by @nhedger in #141 - Publish nightlies as pre-releases by @nhedger in #145
- Support enabling and disabling the extension from configuration by @nhedger
- Add activation events for
vue
,svelte
andastro
by @nhedger
- Only watch lock files in workspace root by @ChiefORZ in #91
- Activation failure without a workspace by @nhedger in #98
- Scan workspace folders until biome is found by @nhedger in #108
- Ensure biome binary exists at path by @nhedger in #128
- Rollback
undici
andvscode-languageclient
updates by @nhedger
- Filter out unhandled schemes by @nhedger in #69
- Stop requiring a configuration file by @nhedger in #30
- Allow formatting and linting of in-memory files by @nhedger in #63
- Skip updates checks when offline by @nhedger in #29
- EPERM error on windows installation by @MakakWasTaken in #7
- Account for undefined destination by @nhedger
- Nightly versions in selector by @nhedger in #64
- Handle versions list fetch failures by @nhedger in #65
- @MakakWasTaken made their first contribution in #7
noMisleadingInstantiator
by @unvalley- Add rule by @Conaclos
- Implement downloader by @nhedger in #2
- Drop bundled configuration schema by @nhedger in #3
- Indicate when using nightly in status bar by @nhedger in #14
- Handle stable and nightly version installed together by @nhedger in #13
- Schema and formatter language application by @ematipico
- Correctly apply import sorting on --apply by @ematipico