Skip to content

N|Steam Market-Pricing v1.2.0

Compare
Choose a tag to compare
@lenovouser lenovouser released this 05 May 23:21
· 72 commits to master since this release
1.2.0
4c56ee2

Features:

  • Allow replacing options on every request when using the class with constructor
  • Add option to specify a custom timeout for the request
  • Add option to specify the local IP address to send from (keep in mind that the Steam API is currently only IPv4 enabled)

Changes:

  • De-duplicate network request code
  • Enable GZIP compression
  • Add custom user agent to requests
  • Throw custom errors on network timeouts / resets
  • Strengthen request rules (e.g. strict SSL)
  • Replace custom type() function with typeof

Miscellaneous:

  • Add more tests
  • Enhance JSDoc
  • Update dependencies

Diff:

1.1.2...1.2.0