Skip to content

Releases: 3urobeat/node-steamid-resolver

Version 1.2.1

01 Jul 13:28
Compare
Choose a tag to compare

Added check for non existent group to provide correct error message.

Version 1.2.0

01 Jul 11:19
Compare
Choose a tag to compare

Added support for full urls as parameter for all functions, updated tests to include checks for full url as parameter and updated docs to include mention of full URL support.

Version 1.1.0

24 Jun 22:12
Compare
Choose a tag to compare

Added groupUrlToGroupID64(), groupUrlToFullInfo() function, renamed steam64id to steamID64, updated documentation for both new functions and updated test.js to include both new functions.

Version 1.0.0

22 Jun 22:44
Compare
Choose a tag to compare

Added steam64idToFullInfo(), customUrlToFullInfo() function, slightly tweaked JSDoc of above functions, added documentation for both new functions and added test.js.

Version 0.2.0

22 Jun 22:12
Compare
Choose a tag to compare

Added customUrlToSteam64id() function to get the steam64id from a custom url.

Version 0.1.1

22 Jun 21:33
Compare
Choose a tag to compare
Version 0.1.1 Pre-release
Pre-release

Changed getXMLinfo() from callbacks to promises, improved error handling, fixed trying to get non existent profile resulting in crash and added a few debug messages.

Version 0.1.0

22 Jun 20:31
Compare
Choose a tag to compare
Version 0.1.0 Pre-release
Pre-release

Initial commit containing steam64idToCustomUrl() functionality