This repository has been archived by the owner on Aug 31, 2023. It is now read-only.
Releases: rome/tools
Releases · rome/tools
VSCode Extension v0.25.20230614
What's Changed
- fix(rome_js_analyze): suppress false positive when returning call expressions of a hook for useHookAtTopLevel by @nissy-dev in #4538
- refactor(rome_analyze): deserialize options early by @ematipico in #4541
- feat(rome_cli, rome_service): ignore unknown files by @ematipico in #4547
- fix(rome_js_analyzer): Big pack of js/ts files that crashes rome #4323 by @denbezrukov in #4560
- feat(rome_js_formatter) support prettier-style jsx quotes #4486 by @denbezrukov in #4555
- fix(rome_js_analyze): noRedeclare accepts index signatures by @unvalley in #4519
- feat(rome_js_analyze): Implement
noStaticOnlyClass
by @nikeee in #4514 - chore: update to rust 1.70.0 by @ematipico in #4563
- Accept an environment variable to specify which binary to use by @framp in #4539
- docs: document how configuration is resolved by @ematipico in #4566
New Contributors
Full Changelog: cli/v12.1.3...lsp/v0.25.20230614
CLI v12.1.3-nightly.3de5a1a
What's Changed
- fix(rome_js_analyze): suppress false positive when returning call expressions of a hook for useHookAtTopLevel by @nissy-dev in #4538
- refactor(rome_analyze): deserialize options early by @ematipico in #4541
- feat(rome_cli, rome_service): ignore unknown files by @ematipico in #4547
- fix(rome_js_analyzer): Big pack of js/ts files that crashes rome #4323 by @denbezrukov in #4560
- feat(rome_js_formatter) support prettier-style jsx quotes #4486 by @denbezrukov in #4555
- fix(rome_js_analyze): noRedeclare accepts index signatures by @unvalley in #4519
- feat(rome_js_analyze): Implement
noStaticOnlyClass
by @nikeee in #4514 - chore: update to rust 1.70.0 by @ematipico in #4563
- Accept an environment variable to specify which binary to use by @framp in #4539
- docs: document how configuration is resolved by @ematipico in #4566
New Contributors
Full Changelog: cli/v12.1.3...cli/v12.1.3-nightly.3de5a1a
VSCode Extension v0.24.3
What's Changed
- chore: Bump
pnpm/action-setup
andjetli/wasm-pack-action
to latest by @nikeee in #4506 - chore: update snapshot by @ematipico in #4509
- feat: Add
noUselessTypeConstraint
by @nikeee in #4484 - chore: Resolve
set-output
deprecations by @nikeee in #4507 - fix(rome_service): treat nursery rules differently by @ematipico in #4511
- chore: upgrade
bpaf
by @ematipico in #4522 - Dockerised benchmark tool by @connorjburton in #4494
- Workspace internal deps by @gautamprikshit1 in #4525
- fix(website): update codemirror packages by @nissy-dev in #4537
- chore(ci): Fix new lines in github output by @nikeee in #4542
- Revert "feat(rome_js_parser, rome_js_formatter): import attribute (#4359)" by @ematipico in #4496
- release: 12.1.3 by @ematipico in #4544
New Contributors
- @nikeee made their first contribution in #4506
- @gautamprikshit1 made their first contribution in #4525
Full Changelog: cli/v12.1.2...lsp/v0.24.3
CLI v12.1.3
What's Changed
- chore: Bump
pnpm/action-setup
andjetli/wasm-pack-action
to latest by @nikeee in #4506 - chore: update snapshot by @ematipico in #4509
- feat: Add
noUselessTypeConstraint
by @nikeee in #4484 - chore: Resolve
set-output
deprecations by @nikeee in #4507 - fix(rome_service): treat nursery rules differently by @ematipico in #4511
- chore: upgrade
bpaf
by @ematipico in #4522 - Dockerised benchmark tool by @connorjburton in #4494
- Workspace internal deps by @gautamprikshit1 in #4525
- fix(website): update codemirror packages by @nissy-dev in #4537
- chore(ci): Fix new lines in github output by @nikeee in #4542
- Revert "feat(rome_js_parser, rome_js_formatter): import attribute (#4359)" by @ematipico in #4496
- release: 12.1.3 by @ematipico in #4544
New Contributors
- @nikeee made their first contribution in #4506
- @gautamprikshit1 made their first contribution in #4525
Full Changelog: cli/v12.1.2...cli/v12.1.3
VSCode Extension v0.24.2
What's Changed
- fix(rome_js_analyze): allow nested func declarations in esm by @Conaclos in #4500
- fix(rome_js_analyze): noInvalidConstructorSuper recognize extends mod… by @Conaclos in #4501
- fix(rome_service): rules to disable and enable by @ematipico in #4503
- release: 12.1.2 by @ematipico in #4508
Full Changelog: cli/v12.1.1...lsp/v0.24.2
CLI v12.1.2
What's Changed
- fix(rome_js_analyze): allow nested func declarations in esm by @Conaclos in #4500
- fix(rome_js_analyze): noInvalidConstructorSuper recognize extends mod… by @Conaclos in #4501
- fix(rome_service): rules to disable and enable by @ematipico in #4503
- release: 12.1.2 by @ematipico in #4508
Full Changelog: cli/v12.1.1...cli/v12.1.2
VSCode Extension v0.24.1
What's Changed
- perf: improve rome benchmark performance in formatting by removing di… by @connorjburton in #4475
- fix: benchmark tooling failing calling node modules bin dir directly by @connorjburton in #4474
- fix(rome_js_analyze): Files with fn(() => (aborted = true)); cause -entered unreachable code - when --apply-unsafe #4464 by @denbezrukov in #4473
- perf: improve clone speed of benchmark tool with sparse-checkout by @connorjburton in #4476
- fix(rome_js_semantic): correct the export determination when a variable and an
interface
had the same name by @unvalley in #4468 - fix(rome_cli): fix regression for
rome lsp-proxy
command by @ematipico in #4491 - fix(rome_service): correctly load recommended rules by @ematipico in #4490
- release: v12.1.1 by @ematipico in #4497
New Contributors
- @connorjburton made their first contribution in #4475
Full Changelog: cli/v12.1.0...lsp/v0.24.1
CLI v12.1.1
What's Changed
- perf: improve rome benchmark performance in formatting by removing di… by @connorjburton in #4475
- fix: benchmark tooling failing calling node modules bin dir directly by @connorjburton in #4474
- fix(rome_js_analyze): Files with fn(() => (aborted = true)); cause -entered unreachable code - when --apply-unsafe #4464 by @denbezrukov in #4473
- perf: improve clone speed of benchmark tool with sparse-checkout by @connorjburton in #4476
- fix(rome_js_semantic): correct the export determination when a variable and an
interface
had the same name by @unvalley in #4468 - fix(rome_cli): fix regression for
rome lsp-proxy
command by @ematipico in #4491 - fix(rome_service): correctly load recommended rules by @ematipico in #4490
- release: v12.1.1 by @ematipico in #4497
New Contributors
- @connorjburton made their first contribution in #4475
Full Changelog: cli/v12.1.0...cli/v12.1.1
VSCode Extension v0.24.0
What's Changed
- fix(rome_js_analyze): useSimpleNumberKeys #4457 handle shortand/spread object props by @Conaclos in #4459
- ci: fix error on pull-request by @Conaclos in #4465
- fix(rome_service): correctly send file source to workspace by @ematipico in #4466
- fix(rome_js_analyze): Fix false positive diagnostics that
useHookAtTopLevel
caused toas
orsatisfies
expressions. by @nissy-dev in #4467 - release: 12.1.0 by @ematipico in #4344
Full Changelog: cli/v12.0.0-nightly.b77547d...lsp/v0.24.0
CLI v12.1.0
What's Changed
- fix(rome_js_analyze): useSimpleNumberKeys #4457 handle shortand/spread object props by @Conaclos in #4459
- ci: fix error on pull-request by @Conaclos in #4465
- fix(rome_service): correctly send file source to workspace by @ematipico in #4466
- fix(rome_js_analyze): Fix false positive diagnostics that
useHookAtTopLevel
caused toas
orsatisfies
expressions. by @nissy-dev in #4467 - release: 12.1.0 by @ematipico in #4344
Full Changelog: cli/v12.0.0-nightly.b77547d...cli/v12.1.0