Skip to content

Releases: 3urobeat/node-steamid-resolver

Version 1.4.0

24 Jan 16:45
2fb54d9
Compare
Choose a tag to compare
  • 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

11 Jan 14:26
f80014d
Compare
Choose a tag to compare
  • Added typescript declaration files

Version 1.3.5

07 Sep 11:34
9f2e5da
Compare
Choose a tag to compare
  • Added jest testing framework and covered all functions
  • Restructured library directories
  • Updated dependencies

Version 1.3.4

19 Aug 16:35
d8b1f24
Compare
Choose a tag to compare
  • Improve README
  • Fixed wrong license in package.json
  • Update every mention of my old username

Version 1.3.3

30 May 12:48
Compare
Choose a tag to compare
  • Removed incomplete types.d.ts as it breaks even the "normal" IntelliSense. Good job.

Version 1.3.2

30 May 12:43
Compare
Choose a tag to compare
  • 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

17 May 13:38
Compare
Choose a tag to compare
  • Fix UnhandledPromiseRejection crashing process when Promise is rejected but callbacks are being used

Version 1.3.0

16 May 17:56
Compare
Choose a tag to compare
  • 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

13 May 21:21
Compare
Choose a tag to compare

Fixed naming of function by renaming customUrlTosteamID64() to customUrlToSteamID64(). Improved code quality.

Version 1.2.2

26 Oct 21:23
Compare
Choose a tag to compare

Fixed trailing slash in URL causing an error and compressed callback checks in test.js.