Skip to content

Releases: ItalyStrap/config

2.11.0

29 Dec 20:15
1165d2a

Choose a tag to compare

What's Changed

Full Changelog: 2.10.2...2.11.0

2.10.2

10 Feb 12:26
29c6389

Choose a tag to compare

  • Fix merge with multiple Config instances

Full Changelog: 2.10.1...2.10.2

2.10.1

27 Jan 05:49
3b91b7c

Choose a tag to compare

  • Rector fix

Full Changelog: 2.10.0...2.10.1

2.10.0

04 Dec 17:28
76380fb

Choose a tag to compare

What's Changed

Full Changelog: 2.9.3...2.10

2.9.3

08 Oct 15:45
01324c1

Choose a tag to compare

  • Fix: #15
  • Introduces .gitattributes

Full Changelog: 2.9.2...2.9.3

2.9.2

23 Sep 13:40
8d1e438

Choose a tag to compare

  • Fix Return type of ItalyStrap\Config\Config::offset*

Full Changelog: 2.9.1...2.9.2

2.9.1

30 Jul 17:42
1e6243b

Choose a tag to compare

Fix undefined codecept_debug

Full Changelog: 2.9.0...2.9.1

2.9.0

29 Jul 16:06
7cdb48b

Choose a tag to compare

What's Changed

Full Changelog: 2.8.0...2.9.0

2.8.0

07 Jul 13:51
e8cd673

Choose a tag to compare

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
9c3aa12

Choose a tag to compare

New release

  • Implement StoreInterface

Deprecation

// Deprecate method => sobstitution

  • Config::push() => Config::set()
  • Config::add() => Config::set()
  • Config::remove() => Config::delete()
  • Config::all() => Config::toArray()
  • ConfigThemeMods::class