Skip to content

Releases: ItalyStrap/config

2.10.0

04 Dec 17:28
76380fb
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.9.3...2.10

2.9.3

08 Oct 15:45
01324c1
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.8.0...2.9.0

2.8.0

07 Jul 13:51
e8cd673
Compare
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
Compare
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

2.6.1

05 Feb 16:33
57f7bc5
Compare
Choose a tag to compare

New Release

  • Fixed merging of a Traversable object

2.6.0

07 Sep 20:35
Compare
Choose a tag to compare

New Release

  • PHP 7.4
  • Psalm support
  • Mutation tests support by Infection
  • Bench support

2.5.0

04 Oct 19:54
Compare
Choose a tag to compare

New Release

  • This adds casting for stdClass obj in search method.