Releases: itsjfx/node-dota2-user
Releases · itsjfx/node-dota2-user
v2.0.3
v2.0.2
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
- Some base tests
sendRaw
is nowsendPartial
-- which supports sending a deeply partial messageset-env
script which is helpful for running examples locallypackageName
andpackageVersion
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
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 vianpm
v2.0.0-beta.0
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
v1.0.1-beta.1
- Base project code
- Base connection and messaging to GC