- [changed]
Connection: keep-aliveheader is no longer passed by default. - [changed] A Stream is now returned by all API methods if no callback is passed.
- [changed] The full
optionsobject is now passed to request. Fixes #3. - [changed] The full response object is passed as the third parameter of the callback.
- [changed]
ladderhas been renamed toarenaLadder. - [added] Achievement endpoint:
achievement - [added] Battle pet endpoints:
battlePetAbility,battlePetSpecies,battlePetStats - [added] Challenge mode endpoints:
challenge,challengeRegion - [added] Item set endpoint:
itemSet - [added] Rated BG endpoint:
rbgLadder - [added] Spell endpoint:
spell - [removed]
auctionData - [removed] Wowhead fallback support
- [fixed]
encodeUrinow performed on path before creating authentication header. Fixes #6. - [fixed] Date header now passed when performing authentication. Fixes #7.