Skip to content

Latest commit

 

History

History
36 lines (25 loc) · 1.06 KB

CHANGELOG.md

File metadata and controls

36 lines (25 loc) · 1.06 KB

Changelog

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

Changed

  • Undeprecate iter methods
  • Library no longer has any dependencies

Added

  • Support for variables with a . in their name
  • Support \n in double-quoted lines
  • Support for variable substitution

0.14.1 - 2019-05-14

Changed

  • Deprecate iter methods.

0.14.0 - 2019-05-07

Changed

  • 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