v2.0.0-alpha1
Pre-release
Pre-release
Added
- Adapter concept
- Config object to manage adapters
- Dependency with
colinodell/json5
library to parse JSON5 syntax - New adapter IniAdapter (INI string and files)
- New adapter ArrayAdapter (PHP array)
Changed
- Refactoring
- Bump compatibility to PHP 8 minimum
- Actions replaced by functions
- Encapsulation of functions
- Functions must be alone in value of configuration key
Removed
- Remove usage of
@extends
spacial key in configuration - Remove merging of configurations, replaced by multiple config objects prioritized