Releases: byjg/php-config
Releases · byjg/php-config
Release 5.0.1
What's Changed
Full Changelog: 5.0.0...5.0.1
Release 5.0.0
What's Changed
Full Changelog: 4.9.2...5.0.0
Release 4.9.2
What's Changed
- @byjg in #10
- Fix
!bool
special type - Add
!file
and!unesc
special type - Add
Container::releaseSingletons()
- Change signature (no breaking change)
Definition::withOSEnvironment(array $vars)
Full Changelog: 4.9.1...4.9.2
Release 4.9.1
Release 4.9.0
What's Changed
- Bump PHP Version by @byjg in #6
- Remove the word "Environment" and use "Config" instead
- Fix Param Get on withMethodCall
- Get env explicitly from the config
- Add DI::use()
- add withConstructorNoArgs
- add Global .env
Full Changelog: 4.0.1...4.9.0
Release 4.0.1
Read from .env
files.
Release 4.0.0
- Added Dependency Injection
Release 3.0.2
- Better Error Treatment and Messages
Release 3.0.1
Removed Backward compatibility PHPUnit
Release 3.0.0
getClosure was removed. Now the method get can identify if is a closure and get your result.
If you want the the clousure without run it there is a method "raw" instead.