- 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
- Use
- Removed dependency on cuint
- Added
isValidIndividual()
method