All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Massive overhaul with harsh clippy lints
- Set the correct MSRV (1.63.0)
- Updated
tempfile - Removed unused deps
- Removed codegen stuff
- Cleaned up tests
- Undeprecate
itermethods - Library no longer has any dependencies
- Support for variables with a
.in their name - Support
\nin double-quoted lines - Support for variable substitution
- Deprecate
itermethods.
- Switched repo to use cargo workspaces.
- Renamed dotenv_codegen_impl to dotenv_codegen_implementation since we no longer own the original crate.
- Update code to 2018 edition