Skip to content

Releases: VitalyArt/hltv-demo-parser

v3.0.1

18 Feb 21:46
93d3c54
Compare
Choose a tag to compare

What's Changed

  • Fixed the return type in Entry::getCDTrack()
  • New documentation on GitHub Pages
  • Added the changelog to the documentation

Full Changelog: v3.0.0...v3.0.1

v3.0.0

06 Nov 16:49
5877cec
Compare
Choose a tag to compare

Compatibility-breaking changes:

  • PHP version has been upgraded to 8.2.
  • The namespace exceptions has been renamed to Exceptions
  • The file bootstrap.php has been removed.
  • The getTypeString() method of the Entry class now returns an EntryTypeEnum.
  • DateTime has been changed to DateTimeImmutable.

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

v2.2.2

05 Dec 22:43
c434271
Compare
Choose a tag to compare

What's Changed

  • License agreement added into composer.json

v2.2.1

05 Dec 22:38
71075d0
Compare
Choose a tag to compare

What's Changed

  • CI/CD was moved from Travis to GitHub Actions by @VitalyArt in #9
  • License agreement added

v2.2.0

05 Dec 21:22
c7f7844
Compare
Choose a tag to compare

What's Changed

v2.1.0

02 Jun 21:40
Compare
Choose a tag to compare

Added a type hint

v2.0.1

28 Jul 19:25
Compare
Choose a tag to compare

Updated code and added to composer:

composer require vitalyart/hltv-demo-parser