Skip to content

Releases: DoctorMcKay/node-steamid

v2.0.0

30 Jul 06:05
59a5df1
Compare
Choose a tag to compare
  • BREAKING Now requires Node.js v12 or later
  • Added support for BigInts
    • Use new SteamID(76561198006409530u) to create a SteamID from a BigInt
    • Use sid.getBigIntID() to get a SteamID in its 64-bit format as a BigInt
  • Removed dependency on cuint
  • Added isValidIndividual() method

v1.1.3

08 Jun 03:36
Compare
Choose a tag to compare
  • Fixed compatibility with Node.js pre-v4 (thanks to @Rusya44 in PR #6)

v1.1.2

24 May 03:25
Compare
Choose a tag to compare
  • Use console.error instead of process.stderr.write for browser compatibility (issue #4)

v1.1.1

24 May 03:25
Compare
Choose a tag to compare
  • Fixed empty string passing NaN check in SteamID.fromIndividualAccountID
  • Added warning to stderr if the argument to SteamID.fromIndividualAccountID is not a number (or string containing an int)

v1.1.0

28 Jun 19:09
Compare
Choose a tag to compare
  • Added isGroupChat method
  • Added isLobby method

v1.0.2

03 Jun 23:26
Compare
Choose a tag to compare
  • Fixed accountids not being converted to numbers when using fromIndividualAccountID

v1.0.1

03 Jun 23:17
Compare
Choose a tag to compare
  • Fixed accountids being treated as signed

v1.0.0

22 Mar 05:18
Compare
Choose a tag to compare
  • Added SteamID.fromIndividualAccountID shortcut
  • Added steam2() and steam3() shorthands for getSteam2RenderedID() and getSteam3RenderedID(), respectively
  • Made "Unknown input format" Error more descriptive
  • Now uses proper semver