Releases: vlucas/phpdotenv
Releases · vlucas/phpdotenv
V4.1.1 (02/03/2020)
V4.1 (14/12/2019)
V4.0.1 (08/12/2019)
V4.0 (30/11/2019)
We announce the immediate availability V4.0.0.
We've made some further improvements to this library, since v3, maintaining the same API where possible.
New Features
- Match single quote semantics with bash (#380)
- Support escaping dollars in unquoted and double quoted strings (#380)
- Right to left processing of environment variable interpolation (#380)
- More flexible design with support for separate readers and writers (#387)
Upgrading Notes
Please see the upgrading guide.
V3.6.0 (10/09/2019)
We announce the immediate availability V3.6.0.
New Features
- Support for validation using regular expressions (#371)
V3.5.0 (27/08/2019)
V3.4.0 (15/06/2019)
We announce the immediate availability V3.4.0.
Bug Fixes
- Fixed handling multiple occurrences of a variable (5084b23)
V3.3.3 (06/03/2019)
V3.3.2 (30/01/2019)
We announce the immediate availability V3.3.2.
Bug Fixes
- Fixed detection of closing multiline-quotes (#342)