Releases: didslm/php-env
Releases · didslm/php-env
v1.1.0
add cached .env parsing and configurable root/file options to DotEnvLoader
extend Env::populate() with loader injection, scalar casting, attribute defaults, and EnvObj target overrides
introduce Env\Exception\MissingEnvironmentValue for clearer required-variable errors
update attributes (EnvName, EnvObj) to expose metadata for defaults and target classes
expand PHPUnit suite to cover defaults, type casting, custom nested hydration, and missing-variable failures
document advanced usage patterns in the README (defaults, typing, nested objects, custom .env location)
v1.0.5
Full Changelog: v1.0.4...v1.0.5
Fix for loading from the .env file.
v1.0.4 fix for loading from file.
Load variables from .env file support.
v1.0.3 Load vars from .env file.
New release with functional tests
v1.0.2 Fix tests
Add support for objects inside objects
v1.0.1 Update readme
First version reading basic types from env variables.
v1.0.0 Create README.md