Skip to content

Releases: markus-wa/demoinfocs-golang

v0.2.0

16 Apr 19:18
Compare
Choose a tag to compare

Changes

  • Added Parser.Header() method to access the DemoHeader (thanks @micvbang)
  • Return DemoHeader when calling Parser.ParseHeader() (API breaking)
  • New error ErrUnexpectedEndOfDemo for unexpected end of stream
  • New error ErrCancelled to identify cancellation

v0.1.1

10 Apr 01:43
Compare
Choose a tag to compare
  • Fixed #3 (No more panics on incomplete demos)

v0.1.0

09 Apr 15:20
Compare
Choose a tag to compare

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.