Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 940 Bytes

CHANGELOG.md

File metadata and controls

32 lines (21 loc) · 940 Bytes

Linna DotEnv 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.

v1.1.0 - 2020-03-28

Added

  • backslash in front of native functions
  • PHP 7.3 support
  • PHP 7.4 support
  • Linna\DotEnv\DotEnv->get() return type void

Fixed

  • the = char inside the value cause a wrong interpretation of the key = value pair
  • testParticularKeyValue now use correct @dataProvider

Removed

  • PHP 7.1 support

v1.0.1 - 2018-11-19

Fixed

  • Declare in .env using key = value instead of key=value not work

v1.0.0 - 2018-11-19

Added

  • Linna\DotEnv\DotEnv class