All Versions
36
Latest Version
Avg Release Cycle
32 days
Latest Release
1291 days ago

Changelog History
Page 1

  • v5.2.0 Changes

    September 14, 2020

    We announce the immediate availability V5.2.0.

    ๐Ÿ†• New Features

    • Support boolean values in $_ENV and $_SERVER (#457)
  • v5.1.0 Changes

    July 14, 2020

    We announce the immediate availability V5.1.0.

    ๐Ÿ†• New Features

    • โž• Added Dotenv::createArrayBacked() and Dotenv::parse() (ad9eb3f)
  • v5.0.1 Changes

    July 14, 2020

    We announce the immediate availability V5.0.1.

    ๐Ÿ› Bug Fixes

    • โž• Added additional type information and fixed edge cases
  • v5.0.0 Changes

    June 07, 2020

    We announce the immediate availability V5.0.0.

    We've made some further improvements to this library, since v4, maintaining the same API where possible.

    ๐Ÿ†• New Features

    • ๐Ÿ‘Œ Support for multibyte values
    • More flexible repositories
    • 0๏ธโƒฃ Disable get/putenv by default
    • Replaced whitelists by allow lists
    • Strict parameter typing

    โฌ†๏ธ Upgrading Notes

    โฌ†๏ธ Please see the upgrading guide.

  • v4.1.8 Changes

    July 14, 2020

    We announce the immediate availability V4.1.8.

    ๐Ÿ› Bug Fixes

    • โฌ†๏ธ Bumped minimum ctype polyfill (e1d57f6)
    • ๐Ÿ›  Fixed preg error lookup for all PHP versions (d4c24c3)
    • โž• Added additional type information and fixed edge cases
  • v4.1.7 Changes

    June 07, 2020

    We announce the immediate availability V4.1.7.

    ๐Ÿ› Bug Fixes

    • โฌ†๏ธ Bumped minimum ctype polyfill (333c21d)
  • v4.1.6 Changes

    May 23, 2020

    We announce the immediate availability V4.1.6.

    ๐Ÿ› Bug Fixes

    • ๐Ÿ“œ Graceful preg error handling when parsing names (8f71e9a)
  • v4.1.5 Changes

    May 02, 2020

    We announce the immediate availability V4.1.5.

    ๐Ÿ› Bug Fixes

    • ๐Ÿ‘ Tentative support for PHP 8.0 (3295f90)
  • v4.1.4 Changes

    April 12, 2020

    We announce the immediate availability V4.1.4.

    ๐Ÿ“š Documentation

    • โšก๏ธ Updated funding information (feb6dad)
  • v4.1.3 Changes

    March 27, 2020

    We announce the immediate availability V4.1.3.

    ๐Ÿ› Bug Fixes

    • Recommend the pcre extension ext-pcre (884ab15)
    • ๐Ÿ›  Fixed allowedValues when not present (#420)