Releases: ItalyStrap/config
Releases · ItalyStrap/config
2.10.0
2.9.3
2.9.2
- Fix
Return type of ItalyStrap\Config\Config::offset*
Full Changelog: 2.9.1...2.9.2
2.9.1
Fix undefined codecept_debug
Full Changelog: 2.9.0...2.9.1
2.9.0
2.8.0
What's Changed
- Implements \Jsonserialize interface by @overclokk in #13
Deprecation
// Deprecate method => sobstitution
- Config::toJson() =>
(string)\json_encode(new Config(), JSON_THROW_ON_ERROR | JSON_PRETTY_PRINT | JSON_UNESCAPED_SLASHES);
Full Changelog: 2.7.0...2.8.0