Releases: 3urobeat/node-steamid-resolver
Version 1.2.1
Added check for non existent group to provide correct error message.
Version 1.2.0
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
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
Added steam64idToFullInfo(), customUrlToFullInfo() function, slightly tweaked JSDoc of above functions, added documentation for both new functions and added test.js.
Version 0.2.0
Added customUrlToSteam64id() function to get the steam64id from a custom url.
Version 0.1.1
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
Initial commit containing steam64idToCustomUrl() functionality