Skip to content

Latest commit

 

History

History
37 lines (28 loc) · 967 Bytes

File metadata and controls

37 lines (28 loc) · 967 Bytes

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.

[Unreleased]

Changed

  • Massive overhaul with harsh clippy lints
  • Set the correct MSRV (1.63.0)
  • Updated tempfile
  • Removed unused deps
  • Removed codegen stuff
  • Cleaned up tests

[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