- Fixed the return type in
Entry::getCDTrack()
- New documentation on GitHub Pages
- Added the changelog to the documentation
- PHP version has been upgraded to 8.2.
- The namespace
exceptions
has been renamed toExceptions
- The file
bootstrap.php
has been removed. - The
getTypeString()
method of theEntry
class now returns anEntryTypeEnum
. DateTime
has been changed toDateTimeImmutable
.
- DTO classes are now readonly.
- All parser exceptions now inherit from the
ParserException
class. - The Demo class has added a
getDuration()
method that returns the duration of the demo file in seconds. - An
EntryTypeEnum
enum has been added.