Releases: markus-wa/demoinfocs-golang
Releases · markus-wa/demoinfocs-golang
v0.3.0
API Breaking Changes
- Changed bomb-events attribute
Siteto be of typebombsite(eitherevents.BombsiteAorevents.BombsiteB) instead ofrune - Changed name of field
BombBeginDefuseEvent.DefusertoPlayerso as to be in line with the other bomb-events
Changes
- Added build tag
debugdemoinfocsfor debugging game events etc. - Vendoring with
dep - Bitread v0.2.1 (
BitReader.Skip())
Fixes
- Fixed
BombBeginDefuseEventnot being handled byBombEventIfhandlers
Vendoring
We are using a separate repository for dependencies (https://github.com/markus-wa/demoinfocs-golang-vendor). The reason behind that is to avoid cluttering the repo and avoid search results on github returning irrelevant results.
v0.2.0
v0.1.1
v0.1.0
Finally, the first (pre-)release (This should have been done a while ago).
The API is fairly stable and most things should work pretty well at this point.
There are still some bugs and improvements to be made until I feel good about putting a v1.0.0 out there.