0.6.0
Added
-
A
--check
flag, which makes Alejandra emit an exit code of 2
if any file was changed during formatting.This means you can now use Alejandra in your CI/CD
to ensure your code complies the Alejandra style.
Fixed
-
Multiline strings are handled as utf-8 correctly, preventing panics
on utf-8 whitespace like:'' foo \u{2002}bar ''
-
All inputs and dependencies were updated to their latest version
What's Changed
- test: make input be or default by @kamadorueda in #197
- fix: use utf-8 length instead of byte length by @kamadorueda in #198
- fix: update wasm signatures by @kamadorueda in #200
- feat: exit codes as public api by @kamadorueda in #201
- feat: update dependencies and inputs by @kamadorueda in #202
Full Changelog: 0.5.0...0.6.0