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.
0.15.0 - 2019-10-21
- Undeprecate
iter
methods - Library no longer has any dependencies
- Support for variables with a
.
in their name - Support
\n
in double-quoted lines - Support for variable substitution
0.14.1 - 2019-05-14
- Deprecate
iter
methods.
0.14.0 - 2019-05-07
- 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