Skip to content

Releases: codeigniter4/settings

v2.2.0

09 Jan 04:26
2748f2b
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.1.2...v2.2.0

v2.1.2

02 Jun 07:16
854224b
Compare
Choose a tag to compare

What's Changed

  • docs: fix PHPDoc types in setting() by @kenjis in #78

Full Changelog: v2.1.1...v2.1.2

Version 2.1.1

11 May 13:46
1fc133b
Compare
Choose a tag to compare

What's Changed

  • chore: drop PHP 7.3 support by @kenjis in #30
  • feat: Allow adding another database group by @daycry in #34
  • style: update coding style by @kenjis in #39

New Contributors

Full Changelog: v2.1.0...v2.1.1

v2.1.0

22 Nov 19:57
0c3fbd5
Compare
Choose a tag to compare

New Features

  • A new bundled handler ArrayHandler makes for faster and easier testing as well as enabling memory storage for extended classes.
  • Now supports writing to any writeable handlers instead of just the first.

Change Log

Full Changelog: v2.0.0...v2.1.0

Settings v2.0.0

16 Nov 14:27
7e6eb7e
Compare
Choose a tag to compare

This release switches the namespace from Sparks\Settings to CodeIgniter\Settings, and introduces $contexts that allow you to store more customized settings.

What's Changed

Full Changelog: v1.0.0...v2.0.0

Version 1.0.0

09 Nov 04:57
01a38cf
Compare
Choose a tag to compare

Initial release.