Skip to content

Releases: vlucas/phpdotenv

V4.1.1 (02/03/2020)

02 Mar 00:10
Compare
Choose a tag to compare

We announce the immediate availability V4.1.1.

Bug Fixes

V4.1 (14/12/2019)

14 Dec 14:07
Compare
Choose a tag to compare

We announce the immediate availability V4.1.0.

New Features

  • More flexible file finding using stores (#394, #395, #397)
  • Optional variable name whitelist within the loader (#398)

Changes

V4.0.1 (08/12/2019)

08 Dec 15:09
55dc901
Compare
Choose a tag to compare

We announce the immediate availability V4.0.1.

Bug Fixes

V4.0 (30/11/2019)

30 Nov 20:41
Compare
Choose a tag to compare

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)

10 Sep 21:51
1bdf24f
Compare
Choose a tag to compare

We announce the immediate availability V3.6.0.

New Features

  • Support for validation using regular expressions (#371)

V3.5.0 (27/08/2019)

27 Aug 17:06
95cb0fa
Compare
Choose a tag to compare

We announce the immediate availability V3.5.0.

New Features

  • Support for validation of optional variables (#367)
  • Support for additional quoted escape sequences such as "\n" (#368)

V3.4.0 (15/06/2019)

15 Jun 22:46
Compare
Choose a tag to compare

We announce the immediate availability V3.4.0.

Bug Fixes

  • Fixed handling multiple occurrences of a variable (5084b23)

V3.3.3 (06/03/2019)

06 Mar 09:47
dbcc609
Compare
Choose a tag to compare

We announce the immediate availability V3.3.3.

Bug Fixes

  • Add some extra type checks on names (#351)

V3.3.2 (30/01/2019)

30 Jan 10:46
1ee9369
Compare
Choose a tag to compare

We announce the immediate availability V3.3.2.

Bug Fixes

  • Fixed detection of closing multiline-quotes (#342)

V3.3.1 (29/01/2019)

29 Jan 11:15
22165d0
Compare
Choose a tag to compare

We announce the immediate availability V3.3.1.

Bug Fixes

  • Fixed parsing regressions (#339)