Go Get
go get -u github.com/markus-wa/demoinfocs-golang/v5/pkg/[email protected]
New Features
- Added support for CSTV Broadcast parsing, enabling live match analysis - see example
Breaking Changes
- Upgraded version from v4 to v5, changing import paths from
github.com/markus-wa/demoinfocs-golang/v4/... to github.com/markus-wa/demoinfocs-golang/v5/...
sed -i 's/demoinfocs-golang\/v4/demoinfocs-golang\/v5/' **/*.go may be useful to upgrade, use at your own risk
- Removed CS:GO demo support, use
v3 for CS:GO (this can be used alongside v5 in the same project without conflict
- Removed
Parser.ParseHeader & common.DemoHeader - use msg.CDemoFileHeader & msg.CSVCMsg_ServerInfo instead
- Removed code marked as deprecated in v4 and code related to CS:GO
Discussions / Chat / Announcements
