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
- backslash in front of native functions
- PHP 7.3 support
- PHP 7.4 support
Linna\DotEnv\DotEnv->get()
return typevoid
- the
=
char inside thevalue
cause a wrong interpretation of thekey = value
pair testParticularKeyValue
now use correct@dataProvider
- PHP 7.1 support
v1.0.1 - 2018-11-19
- Declare in
.env
usingkey = value
instead ofkey=value
not work
v1.0.0 - 2018-11-19
Linna\DotEnv\DotEnv
class