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