Releases: VitalyArt/hltv-demo-parser
Releases · VitalyArt/hltv-demo-parser
v3.0.1
v3.0.0
Compatibility-breaking changes:
- 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
.
Non-compatibility-breaking changes:
- 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.
Full Changelog: v2.2.2...v3.0.0