Releases: ItalyStrap/config
Releases · ItalyStrap/config
2.11.0
29 Dec 20:15
Compare
Sorry, something went wrong.
No results found
2.10.2
10 Feb 12:26
Compare
Sorry, something went wrong.
No results found
2.10.1
27 Jan 05:49
Compare
Sorry, something went wrong.
No results found
2.10.0
04 Dec 17:28
Compare
Sorry, something went wrong.
No results found
2.9.3
08 Oct 15:45
Compare
Sorry, something went wrong.
No results found
2.9.2
23 Sep 13:40
Compare
Sorry, something went wrong.
No results found
Fix Return type of ItalyStrap\Config\Config::offset*
Full Changelog : 2.9.1...2.9.2
2.9.1
30 Jul 17:42
Compare
Sorry, something went wrong.
No results found
2.9.0
29 Jul 16:06
Compare
Sorry, something went wrong.
No results found
2.8.0
07 Jul 13:51
Compare
Sorry, something went wrong.
No results found
What's Changed
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
2.7.0
15 Aug 16:52
Compare
Sorry, something went wrong.
No results found
New release
Deprecation
// Deprecate method => sobstitution
Config::push() => Config::set()
Config::add() => Config::set()
Config::remove() => Config::delete()
Config::all() => Config::toArray()
ConfigThemeMods::class