Releases: codeigniter4/settings
Releases · codeigniter4/settings
v2.2.0
What's Changed
- Fix rector.yml by @kenjis in #82
- feat: Add docs by @michalsn in #110
- docs: navigation by @michalsn in #115
- feat: Allow current settings to be completely cleared out. by @lonnieezell in #116
New Contributors
- @michalsn made their first contribution in #110
- @lonnieezell made their first contribution in #116
Full Changelog: v2.1.2...v2.2.0
v2.1.2
Version 2.1.1
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
- @galihlasahido made their first contribution in #25
- @daycry made their first contribution in #34
- @datamweb made their first contribution in #51
Full Changelog: v2.1.0...v2.1.1
v2.1.0
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
- DatabaseHandler: Enforce Context Updates by @MGatner in #21
- Array Handler by @MGatner in #23
- Multiple Write Handlers by @MGatner in #22
Full Changelog: v2.0.0...v2.1.0
Settings v2.0.0
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
- Update Toolkit by @MGatner in #12
- Apply coding standard by @MGatner in #13
- Helper Nulls by @MGatner in #14
- Config Injection by @MGatner in #15
- Contexts by @MGatner in #16
- Service Configuration by @MGatner in #17
- Namespace by @MGatner in #18
Full Changelog: v1.0.0...v2.0.0
Version 1.0.0
Initial release.