Skip to content

Releases: vlucas/phpdotenv

V2.5.0 (01/07/2018)

01 Jul 10:31
Compare
Choose a tag to compare

We announce the immediate availability V2.5.0.

New Features

  • Added boolean variable validation (#197)
  • Added a way to get a list of defined variables (#199)
  • Added safeLoad method, ignoring missing dotenv files (#242)

Bug Fixes

  • Avoid double instantiation of the loader (#215)
  • Allow nested variables to contain periods (#250)
  • Fixed comments on empty variables (#272)
  • Fix quote processing running out of memory (#275)

V2.4.0 (01/09/2016)

29 Jul 20:40
Compare
Choose a tag to compare

We announce the immediate availability V2.4.0.

Bug Fixes

  • Fixed crashes when putenv is disabled (58633a0)

V2.3.0 (14/06/2016)

29 Jul 20:40
Compare
Choose a tag to compare

We announce the immediate availability V2.3.0.

New Features

  • Added support for overriding apache vars (#176) (00379ab)

Changes

  • Avoid some code duplication (#183)
  • Only look at the left of a string for comments (229475d)

V2.2.1 (15/04/2016)

05 Jan 00:16
Compare
Choose a tag to compare

We announce the immediate availability V2.2.1.

Bug Fixes

  • Fixed the license in composer.json (#159)

Changes

  • Remove CRLF line endings from our source (#150)