This repository has been archived by the owner on Aug 31, 2023. It is now read-only.
VSCode Extension v0.26.0
github-actions
released this
09 Aug 13:53
·
11 commits
to main
since this release
What's Changed
- fix(rome_cli): correctly check for organize imports support by @ematipico in #4715
- feat: 🎸 allow comments in json file by @ematipico in #4714
- fix(rome_js_formatter): properly retain parentheses in body by @SuperchupuDev in #4716
- feat(rome_formatter): add support to format comments by @ematipico in #4718
- feat(rome_js_analyze): new lint rule:
useImportRestrictions
by @arendjr in #4700 - feat(rome_css_parser): CSS lexer number and ident #4682 by @denbezrukov in #4712
- chore: test infra for transformations by @ematipico in #4719
- feat(rome_js_analyze): relax
useLiteralEnumMembers
by @Conaclos in #4720 - feat(rome_js_analyze): add options to
noRestrictedGlobals
by @ematipico in #4723 - Update Helix Editor manual to include support for lsp-proxy and multi… by @bugeats in #4727
- refactor(rome_rowan): rework SyntaxTokenText into TokenText by @Conaclos in #4726
- feat(rome_css_parser): CSS parser #4682 by @denbezrukov in #4724
- feat(rome_lsp): send message to the client by @ematipico in #4730
- refactor(rome_syntax): improve
inner_string_text
by @Conaclos in #4731 - fix: image urls are broken in meta tags by @paripsky in #4735
- feat(rome_js_analyze): noUnsafeDeclarationMerging by @Conaclos in #4736
- refactor(rome_js_semantic): deduplicate code by @Conaclos in #4738
- chore: update prettier v3 by @nissy-dev in #4740
- chore: update node-version and pnpm in CI by @nissy-dev in #4741
- feat: add support for
.jsonc
files by @ematipico in #4734 - fix(rome_fs): Fix incorrect detection of infinite symlinks by @arendjr in #4732
- refactor(rome_js_analyze): improve
useEnumInitializers
by @Conaclos in #4733 - Group organized imports by distance by @arendjr in #4725
- refactor(rome_js_analyze): handle ambient declarations in noInnerDecl… by @Conaclos in #4744
- Generate new lintrule by @Conaclos in #4749
- V13 rule promotion by @Conaclos in #4752
- feat: enable organize imports by default by @ematipico in #4754
- feat(rome_js_parser, rome_js_formatter): support
using
andawait using
declaration by @nissy-dev in #4737 - feat(rome_js_analyze): update linter logic for using declaration by @nissy-dev in #4759
- release: 13.0.0 by @ematipico in #4565
New Contributors
Full Changelog: cli/v12.1.3-nightly.4c8cf32...lsp/v0.26.0