dotenv-linter v3.1.1 Release Notes
Release Date: 2021-08-25 // over 3 years ago-
🚀 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
- 🐧