Release v3.0.0
Published on January 11, 2021 by Mikhail Grachev
🚀 Added
- Add compare-command #282 (@mstruebing)
- Add colored output feature and --no-color flag to disable colors #307 (@Nikhil0487)
- Display linted files when run #311 (@Anthuang)
- Add export prefix support #340 (@skonik)
- Add colored output for compare command #356 (@mgrachev)
🔧 Changed
- Refactoring to get rid of unnecessary heap allocations and some improvements in API ergonomics #350 (@vbrandl)
- Add benchmark to README #351 (@mgrachev)
- Fix QuoteCharacterChecker to not raise warning when quote characters are used for values with whitespaces #349 (@sebastiantoh)
- Find all problems on the first run for KeyWithoutValue #348 (@vbrandl)
- Add commitlint action #347 (@mgrachev)
- Add cargo-deny action #346 (@mgrachev)
- Remade flags to subcommands #342 (@mgrachev)
- Changed behavior of QuoteCharacterChecker for multiline values support #341 (@artem-russkikh)
- Make an output on-the-fly #336 (@DDtKey)