[go: nahoru, domu]

Skip to content

v2.0.0

Latest
Compare
Choose a tag to compare
@DoctorMcKay DoctorMcKay released this 30 Jul 06:05
· 3 commits to master since this release
59a5df1
  • 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