Unclaimed project
Are you a maintainer of tools? Claim this project to take control of your public changelog and roadmap.
Claim this projectChangelog
tools
Unified developer tools for JavaScript, TypeScript, and the web
formatterjavascriptlintertoolchaintypescript
Last updated almost 3 years ago
Back to changelogNew
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:
useImportRestrictions by @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
useLiteralEnumMembers by @Conaclos in https://github.com/rome/tools/pull/4720
- feat(rome_js_analyze): add options to
noRestrictedGlobals by @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/4726feat(rome_css_parser): CSS parser #4682 by @denbezrukov in https://github.com/rome/tools/pull/4724feat(rome_lsp): send message to the client by @ematipico in https://github.com/rome/tools/pull/4730refactor(rome_syntax): improve inner_string_text by @Conaclos in https://github.com/rome/tools/pull/4731fix: image urls are broken in meta tags by @paripsky in https://github.com/rome/tools/pull/4735feat(rome_js_analyze): noUnsafeDeclarationMerging by @Conaclos in https://github.com/rome/tools/pull/4736refactor(rome_js_semantic): deduplicate code by @Conaclos in https://github.com/rome/tools/pull/4738chore: update prettier v3 by @nissy-dev in https://github.com/rome/tools/pull/4740chore: update node-version and pnpm in CI by @nissy-dev in https://github.com/rome/tools/pull/4741feat: add support for .jsonc files by @ematipico in https://github.com/rome/tools/pull/4734fix(rome_fs): Fix incorrect detection of infinite symlinks by @arendjr in https://github.com/rome/tools/pull/4732refactor(rome_js_analyze): improve useEnumInitializers by @Conaclos in https://github.com/rome/tools/pull/4733Group organized imports by distance by @arendjr in https://github.com/rome/tools/pull/4725refactor(rome_js_analyze): handle ambient declarations in noInnerDecl… by @Conaclos in https://github.com/rome/tools/pull/4744Generate new lintrule by @Conaclos in https://github.com/rome/tools/pull/4749V13 rule promotion by @Conaclos in https://github.com/rome/tools/pull/4752feat: enable organize imports by default by @ematipico in https://github.com/rome/tools/pull/4754feat(rome_js_parser, rome_js_formatter): support using and await using declaration by @nissy-dev in https://github.com/rome/tools/pull/4737feat(rome_js_analyze): update linter logic for using declaration by @nissy-dev in https://github.com/rome/tools/pull/4759release: 13.0.0 by @ematipico in https://github.com/rome/tools/pull/4565New 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