Releases: OPSkins/node-opskins-api
Releases · OPSkins/node-opskins-api
v1.5.1
- Fixed
depositInventoryexpecting a json string input instead of a proper object (thanks @rosshadden in PR #17)
v1.5.0
- Added many new methods
v1.4.2
- Fixed crashes caused by network errors
v1.4.1
- Added
updateTradeURL - Fixed API key being sent with
getLowestPriceswhen it's more efficient to omit it
v1.4.0
- Added
bumpItemsmethod - Updated
ErrorCode
v1.3.1
- Fixed non-200 HTTP responses preventing Node.js from exiting
v1.3.0
- Added
getBotList(thanks @StevePavlin in PR #3) - Updated
getPriceListto use API method v2 (it's been made backwards-compatible in this module) - Added
returnItems - Added support for supplying a custom HTTPS Agent (defaults to using a
keepAliveagent) - Added
queryLimitevent
v1.2.0
- Added
getInventory - Added
withdrawInventoryItems - Added
editPrices - Added
search - Added
buyItems
v1.1.0
- Added
getActiveTradeOffers
v1.0.0
- Initial release