Releases: pektezol/sdp.go
Releases · pektezol/sdp.go
v1.3.0
v1.2.0
What's Changed
- feat: TONS of user message parsing by @pektezol in #10
- retouch parser and header messages by @pektezol in #11
- fix writer broken for directory parsing by @pektezol in #12
- add new user messages, fix some writer types by @pektezol in #13
- added game event list detailed parsing by @pektezol in #14
- finish SvcGameEvent while editing SvcGameEventList by @pektezol in #15
- update messages todo by @pektezol in #16
- finish stringtablesentry parsing besides instancebaseline by @pektezol in #18
- convert scoreboardupdate time taken to ticks as well by @pektezol in #19
- decouple main and parsing entrance: this will make it more like a library, where another project can create Parser struct and call ParseDemos to get all relevant information, and if anyone wants to use executable from this project, the main function works exactly the same
- update to go1.22
- change project name to sdp.go
Full Changelog: v1.1.1...v1.2.0