dotenv-linter v3.2.0 Release Notes
Release Date: 2022-01-24 // 4 months 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)
- 👕 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)
Previous changes from v3.1.1
-
🚀 Added
🔧 Changed