Skip to content

2.0.0

Choose a tag to compare

@josegonzalez josegonzalez released this 07 Jan 16:10
· 86 commits to master since this release
  • Dropped our parser in favor of the absolutely beautiful parser by @m1 here.

    This change now improves our .env parsing, and also makes parsed output a bit more lax. Please take note of this if you expect php-dotenv .env files to be bash compatible; you may wish to manually check as stated in the readme.

    One notable change is the introduction of a ParseException which is currently not caught by the ->parse() call. We retain the right to change this in a minor release to bring it in line with the rest of the codebase.