dotenv-linter v3.1.1 Release Notes
Release Date: 2021-08-25 // about 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
- ๐ง