Skip to content

Releases: DoctorMcKay/node-tf2

v4.0.0

26 Sep 04:51
d9cf0ff
Compare
Choose a tag to compare
  • BREAKING Now requires Node.js v14 or later (up from v8)
  • Updated and modernized dependencies

Full Changelog: v3.0.3...v4.0.0

v3.0.3

25 Sep 03:36
eda9f05
Compare
Choose a tag to compare
  • Fixed bug in steam-user compatibility version check that prevents tf2 from working with steam-user v5

Full Changelog: v3.0.2...v3.0.3

v3.0.2

09 May 23:59
5615801
Compare
Choose a tag to compare
  • Fixed bug preventing graceful reconnect after app is quit (thanks to @sapphyrus in PR #17)

v3.0.1

05 Sep 09:23
Compare
Choose a tag to compare
  • Fixed crash

v3.0.0

07 Feb 04:14
Compare
Choose a tag to compare
  • BREAKING: Node.js v8 or later is now required
  • BREAKING: steamID arguments in event callbacks are now SteamID objects
    • tradeRequest
    • professorSpeksReceived
  • BREAKING: Protobuf.js v6 is now being used
    • Properties in objects (e.g. registeredServers event and backpack objects) are no longer converted to camelCase (e.g. defIndex) and are now in their original snake_case (e.g. def_index)
  • BREAKING: Dropped support for node-steam; now only node-steam-user v4.2.0 or later is supported
  • steamID arguments to method calls (e.g. trade and deliverGift) can now be SteamID objects

v2.1.2

27 Oct 05:15
Compare
Choose a tag to compare
  • Fixed a problem which could result from using this module along with other modules that depend on protobufjs

v2.1.1

27 Oct 05:14
Compare
Choose a tag to compare
  • Added some debug output

v2.1.0

27 Oct 05:14
Compare
Choose a tag to compare
  • Added HTTP gzip support when downloading item schema
  • Added requestWarStats method

v1.2.0

27 Oct 05:13
Compare
Choose a tag to compare
  • Added requestWarStats method

v2.0.3

27 Oct 05:12
Compare
Choose a tag to compare
  • Fixed a crash resulting from a notification of an item being removed from our backpack when the backpack isn't loaded yet