All Notable changes to nette-dotenv
will be documented in this file.
Updates should follow the Keep a CHANGELOG principles.
- Complete rewrite of extension because of issue #2
- Changed installation instructions
- Syntax changed from
%ENV.KEY%
to@env::get('key', 'default')
- Changed source from
$_SERVER
variable togetenv()
function
- Support for default value
- Support for
local_only
env variables (PHP 7 only, see getenv().)
- No-longer regenerates container on each request