dotenv-linter v3.2.0 Release Notes
Release Date: 2022-01-24 // almost 3 years ago-
๐ Added
- โ Add check for new version [#454] (@mgrachev)
- ๐ Support of double-quoted multiline values [#453] (@DDtKey)
- ๐ Support of single-quoted multiline values [#450] (@DDtKey)
๐ง Changed
- โก๏ธ Update
cargo-deny
config [#459] (@mgrachev) - โก๏ธ Update docker build [#456] (@mgrachev)
- โก๏ธ Update dependencies [#455] (@mgrachev)
- 0๏ธโฃ Use derive (default) instead of impl [#452] (@mgrachev)
- Get rid of
Rc<FileEntry>
inLineEntry
[#448] (@mgrachev) - โ Replace
LineEntry
with line number inWarning
[#447] (@mgrachev) - Tidy up imports [#446] (@mgrachev)
- โ Add type alias for
Result
[#445] (@mgrachev) - ๐ Change edition to 2021 [#444] (@mgrachev)
- Display a message on installation error [#443] (@mgrachev)
- ๐ Fix falling on checking multi-line values [#462] (@DDtKey)
- Detect multi-line values if they contain a
=
sign [#463] (@DDtKey)
๐ [#463]: https://github.com/dotenv-linter/dotenv-linter/pull/463 ๐ [#462]: https://github.com/dotenv-linter/dotenv-linter/pull/462 ๐ [#459]: https://github.com/dotenv-linter/dotenv-linter/pull/459 ๐ [#456]: https://github.com/dotenv-linter/dotenv-linter/pull/456 ๐ [#455]: https://github.com/dotenv-linter/dotenv-linter/pull/455 ๐ [#454]: https://github.com/dotenv-linter/dotenv-linter/pull/454 ๐ [#453]: https://github.com/dotenv-linter/dotenv-linter/pull/453 ๐ [#452]: https://github.com/dotenv-linter/dotenv-linter/pull/452 ๐ [#450]: https://github.com/dotenv-linter/dotenv-linter/pull/450 ๐ [#448]: https://github.com/dotenv-linter/dotenv-linter/pull/448 ๐ [#447]: https://github.com/dotenv-linter/dotenv-linter/pull/447 ๐ [#446]: https://github.com/dotenv-linter/dotenv-linter/pull/446 ๐ [#445]: https://github.com/dotenv-linter/dotenv-linter/pull/445 ๐ [#444]: https://github.com/dotenv-linter/dotenv-linter/pull/444 ๐ [#443]: https://github.com/dotenv-linter/dotenv-linter/pull/443
Previous changes from v3.1.1
-
๐ Added
- ๐ง
aarch64
support (mac, linux, win) [#436] (@DDtKey)
๐ง Changed
- ๐ Fix clippy warnings [#437] (@mgrachev)
- ๐ Use enum instead of string for lint's identity [#427] (@fabricio7p)
- ๐ Get rid of the name field in checks and fixes structs [#432] (@mgrachev)
- Replace filter with unwrap on flatten [#434] (@Fcukit)
๐ [#437]: https://github.com/dotenv-linter/dotenv-linter/pull/437 ๐ [#436]: https://github.com/dotenv-linter/dotenv-linter/pull/436 ๐ [#434]: https://github.com/dotenv-linter/dotenv-linter/pull/434 ๐ [#432]: https://github.com/dotenv-linter/dotenv-linter/pull/432 ๐ [#427]: https://github.com/dotenv-linter/dotenv-linter/pull/427
- ๐ง