Skip to content

v1.0.0-beta2

Pre-release
Pre-release
Compare
Choose a tag to compare
@ElGigi ElGigi released this 18 Mar 13:41
· 14 commits to main since this 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 and BuilderStream

Changed

  • Improve missing argument exception message

Removed

  • Methods Log::addPage() and Log::addEntry() removed, use builders instead
  • Unnecessary class PhpDoc

Fixed

  • Creation of Cookie with expires parameter whose type is DateTimeInterface
  • Parser::parse() does not throw exception if filename does not exist