v0.8
Pre-release
Pre-release
This release contains some major changes:
- Upgraded to PHPUnit 9.
- Totally revamped DI container initialization.
- Introduced own mapping providers.
- Created own autowiring DI container which shortens the wiring config significantly.
- Renamed and reorganized the file structure, "Generic" and "Core" subfolders are used now.
- Page building switched to <h1..6> tags instead of paragraphs.
Collections:
- Added
NumericCollectionfor numbers.sum()andmax()functions are moved to it. - Added
StringCollection, which is recommended to use instead ofstring[]. - Added
collect()method that gathers elements into a collection. - Added
removeFirst(),tail(),shuffle(),join()andcleanMap()functions. - Added
stringize()andnumerize()functions to extract/convert to string/numeric collections. trimEnd()renamed totrimTail().
Other changes and enhancements:
- Settings revamp.
- Further container eradication.