-
BREAKING CHANGES: the
format
command doesn't write on disk by default. Now the command prints on terminal.Migration: add the
--write
argument when callingrome format
rome format --write
-
Added a new option called
--quote-style
to the formatter. This option is also available on VSCode.
Rome has been rewritten in Rust!
The great majority of the previous functionality won't work anymore, as we rewrote the whole software from scratch.
Rome, for now, exposes a new formatter that has been revisited and, is way faster compared to its former version!
To install it, use the next
tag on npm
:
npm i rome@next
Or follow our getting started section for more details.