v1.0.0-beta2
Pre-release
Pre-release
Added
- New method
Log::getEntry(int $entry, Page|string|null $page = null): ?Entry
- New method
getArrayCopy()
on entities - New interface
EntityInterface
for entities - New builders classes
Builder
andBuilderStream
Changed
- Improve missing argument exception message
Removed
- Methods
Log::addPage()
andLog::addEntry()
removed, use builders instead - Unnecessary class PhpDoc
Fixed
- Creation of
Cookie
with expires parameter whose type isDateTimeInterface
Parser::parse()
does not throw exception if filename does not exist