Added
-
Different levels of --quiet by repeating the
-q
flag,
which makes Vim users have a better formatting experience by using:%!alejandra -qq
to format the current buffer,
specially when the file has syntax errors. -
The possibility for companies to promote their business
by placing an add at the end of Alejandra's terminal output, and thank you messages for the sponsors of the project.You can obtain this benefits in @kamadorueda's sponsor page.
-
Thank you messages for the different people
who have helped improving Alejandra.
Changed
- Now big files are formatted first,
making faster the formatting process
when using many threads and
when formatting a big file is slower
than formatting all the other smaller files in the repository.
For instance in Nixpkgs. - The CLI was simplified,
removing the elements that people find less useful
and polishing those that people use the most.
The screen is not cleared anymore. - Upgraded dependencies to its latest version.
Fixed
- The name displayed in the CLI application used to be
alejandra_cli
,
now it isAlejandra
. - Typos here and there.
Pull Requests
- feat: release 2.0.0 by @kamadorueda in #328
- feat: upgrade front dependencies by @kamadorueda in #330
- refactor: apply formatter by @kamadorueda in #332
- docs: update benchmarks by @kamadorueda in #333
- fix: name in the cli by @kamadorueda in #334
- perf: format big files first by @kamadorueda in #335
- feat: minimalist cli by @kamadorueda in #336
- feat: add some random ads at the end by @kamadorueda in #337
- refactor: rename changed to formatted by @kamadorueda in #338
- docs: update timings after last perf improvement by @kamadorueda in #339
- feat: put ads in stderr and respect --quiet by @kamadorueda in #340
- typo by @mkenigs in #342
- feat: more levels of --quiet by @kamadorueda in #341
- feat: sponsor benefits by @kamadorueda in #343
- feat: thank sponsors by @kamadorueda in #345
New Contributors
Full Changelog: 2.0.0...3.0.0