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
- 🐧