Skip to content

Releases: itsjfx/node-dota2-user

v2.0.3

13 Dec 01:59
a1d0731
Compare
Choose a tag to compare
  • Support dota_gcmessages_client_watch protobuf to allow querying data for live matches

Full Changelog: v2.0.2...v2.0.3

v2.0.2

27 Nov 06:46
2012817
Compare
Choose a tag to compare

I'm releasing a non-beta version of the package.

Significant changes:

  • update dependencies
  • update protobufs
  • refactors to make the code easier to understand
  • instead of relying on utility types and hacks, output types and objects in a more static way, which will hopefully fix IDE performance issues (see #9 )

Full Changelog: v2.0.1-beta.0...v2.0.2

v2.0.1-beta.0

19 Aug 15:30
Compare
Choose a tag to compare
  • Some base tests
  • sendRaw is now sendPartial -- which supports sending a deeply partial message
  • set-env script which is helpful for running examples locally
  • packageName and packageVersion are removed as they cause issues when bundling
  • Patches to help publishing

Full Changelog: v2.0.0-beta.1...v2.0.1-beta.0

v2.0.0-beta.1

29 Jun 14:20
Compare
Choose a tag to compare

v2.0.0-beta.1

  • Add a publish script, which does a lot of pre-build
  • Fix issue where relative importing protobufs/ was not possible via npm

v2.0.0-beta.0

29 Jun 13:47
Compare
Choose a tag to compare

v2.0.0-beta.0

  • Move to TypeScript
  • Use ts-proto to auto generate protobufs
  • Introduce genny to auto-generate type mappings
  • Router for handling messages
  • Base functional structure and layout

v1.0.1-beta.1

07 Oct 06:47
Compare
Choose a tag to compare

v1.0.1-beta.1

  • Base project code
  • Base connection and messaging to GC