This repository has been archived by the owner on Mar 20, 2022. It is now read-only.
Releases: BrosSquad/dotenv
Releases · BrosSquad/dotenv
V2.0
v1.6
Adding type casts into parser
DotEnv Parser
Breaking changes
Namespace is changed from Dusan\DotEnv to BrosSquad\DotEnv
DotEnv Parser
Backwards compatibility
Api of the DotEnv parser has not changes, but the namespace is changed from Dusan\PhpMvc\DotEnv to Dusan\DotEnv, and in next release will be changed to BrosSquad\DotEnv
Bugfixes
- Parsing the empty values is now correct
- Handling white space correctly
- Correctly handling single line values (space issues)
Features
- Added better error handling
- Added better error messages (now includes line and column in the file where error has occurred)
- Removed unnecessary checks
DotEnv Parser
v1.1.2 Update composer.json