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)