New
VSCode Extension v0.26.0
What's Changed
- fix(rome_cli): correctly check for organize imports support by @ematipico in https://github.com/rome/tools/pull/4715
- feat: 🎸 allow comments in json file by @ematipico in https://github.com/rome/tools/pull/4714
- fix(rome_js_formatter): properly retain parentheses in body by @SuperchupuDev in https://github.com/rome/tools/pull/4716
- feat(rome_formatter): add support to format comments by @ematipico in https://github.com/rome/tools/pull/4718
- feat(rome_js_analyze): new lint rule:
useImportRestrictionsby @arendjr in https://github.com/rome/tools/pull/4700 - feat(rome_css_parser): CSS lexer number and ident #4682 by @denbezrukov in https://github.com/rome/tools/pull/4712
- chore: test infra for transformations by @ematipico in https://github.com/rome/tools/pull/4719
- feat(rome_js_analyze): relax
useLiteralEnumMembersby @Conaclos in https://github.com/rome/tools/pull/4720 - feat(rome_js_analyze): add options to
noRestrictedGlobalsby @ematipico in https://github.com/rome/tools/pull/4723 - Update Helix Editor manual to include support for lsp-proxy and multi… by @bugeats in https://github.com/rome/tools/pull/4727
- refactor(rome_rowan): rework SyntaxTokenText into TokenText by @Conaclos in https://github.com/rome/tools/pull/4726
- feat(rome_css_parser): CSS parser #4682 by @denbezrukov in https://github.com/rome/tools/pull/4724
- feat(rome_lsp): send message to the client by @ematipico in https://github.com/rome/tools/pull/4730
- refactor(rome_syntax): improve
inner_string_textby @Conaclos in https://github.com/rome/tools/pull/4731 - fix: image urls are broken in meta tags by @paripsky in https://github.com/rome/tools/pull/4735
- feat(rome_js_analyze): noUnsafeDeclarationMerging by @Conaclos in https://github.com/rome/tools/pull/4736
- refactor(rome_js_semantic): deduplicate code by @Conaclos in https://github.com/rome/tools/pull/4738
- chore: update prettier v3 by @nissy-dev in https://github.com/rome/tools/pull/4740
- chore: update node-version and pnpm in CI by @nissy-dev in https://github.com/rome/tools/pull/4741
- feat: add support for
.jsoncfiles by @ematipico in https://github.com/rome/tools/pull/4734 - fix(rome_fs): Fix incorrect detection of infinite symlinks by @arendjr in https://github.com/rome/tools/pull/4732
- refactor(rome_js_analyze): improve
useEnumInitializersby @Conaclos in https://github.com/rome/tools/pull/4733 - Group organized imports by distance by @arendjr in https://github.com/rome/tools/pull/4725
- refactor(rome_js_analyze): handle ambient declarations in noInnerDecl… by @Conaclos in https://github.com/rome/tools/pull/4744
- Generate new lintrule by @Conaclos in https://github.com/rome/tools/pull/4749
- V13 rule promotion by @Conaclos in https://github.com/rome/tools/pull/4752
- feat: enable organize imports by default by @ematipico in https://github.com/rome/tools/pull/4754
- feat(rome_js_parser, rome_js_formatter): support
usingandawait usingdeclaration by @nissy-dev in https://github.com/rome/tools/pull/4737 - feat(rome_js_analyze): update linter logic for using declaration by @nissy-dev in https://github.com/rome/tools/pull/4759
- release: 13.0.0 by @ematipico in https://github.com/rome/tools/pull/4565
New Contributors
- @bugeats made their first contribution in https://github.com/rome/tools/pull/4727
- @paripsky made their first contribution in https://github.com/rome/tools/pull/4735
Full Changelog: https://github.com/rome/tools/compare/cli/v12.1.3-nightly.4c8cf32...lsp/v0.26.0