Releases: 3urobeat/node-steamid-resolver
Releases · 3urobeat/node-steamid-resolver
Version 1.4.0
- Added functions
steamID64ToProfileName()
&customUrlToProfileName()
to get the profile name of a user - Added tests for private & invalid profiles/groups
- Added resolving of customURL of private profile by following redirect
- Fixed attempting to read customURL of private profiles causing unhandled error #4
- Fixed profile not found error message being in an array
- Changed internal references of customID to customURL to match with README
- Updated dependencies & TS types
Version 1.3.6
- Added typescript declaration files
Version 1.3.5
- Added jest testing framework and covered all functions
- Restructured library directories
- Updated dependencies
Version 1.3.4
- Improve README
- Fixed wrong license in package.json
- Update every mention of my old username
Version 1.3.3
- Removed incomplete
types.d.ts
as it breaks even the "normal" IntelliSense. Good job.
Version 1.3.2
- Added typedefs for profile & group fullInfo objects
- Properly documented returned Promises in JsDocs
- Added (limited) typescript declarations. Even after quite a bit of trial and error I was sadly unable to convert the fullInfo object typedefs using
tsd-jsdoc
.
Version 1.3.1
- Fix
UnhandledPromiseRejection
crashing process when Promise is rejected but callbacks are being used
Version 1.3.0
- Added
isValidSharedfileID()
function to add support for validating Screenshot, Artwork & Guide IDs! - Added Promises support to all functions
- Added and enforced eslint styling rules
Version 1.2.3
Fixed naming of function by renaming customUrlTosteamID64()
to customUrlToSteamID64()
. Improved code quality.
Version 1.2.2
Fixed trailing slash in URL causing an error and compressed callback checks in test.js.