v5.0.0
Go Get
go get -u github.com/markus-wa/demoinfocs-golang/v5/pkg/demoinfocs@v5.0.0
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/...togithub.com/markus-wa/demoinfocs-golang/v5/...sed -i 's/demoinfocs-golang\/v4/demoinfocs-golang\/v5/' **/*.gomay be useful to upgrade, use at your own risk
 - Removed CS:GO demo support, use 
v3for CS:GO (this can be used alongside v5 in the same project without conflict - Removed 
Parser.ParseHeader&common.DemoHeader- usemsg.CDemoFileHeader&msg.CSVCMsg_ServerInfoinstead - Removed code marked as deprecated in v4 and code related to CS:GO