Skip to content

v1.1.0

Latest

Choose a tag to compare

@didslm didslm released this 28 Oct 23:14

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)