- typo in README
- TravisCI
sendAmount()
, already had_shiftFixed
which did the same thing.quote()
- using
yarn
instead ofnpm
- upgraded
standard
- bug fix: browser version #2
- added method
isDown()
- added
marketInfo()
See: #1 - moved testing from mocha to ava
- added
__version
- renamed
depositStatus()
tostatus()
- merged
shift()
andshiftFixed()
into justshift()
- changed github repo from
jprichardson/shapeshift.js
tojprichardson/shapeshift.io
- added
transactions()
- default to
cors
beingtrue
i.e. usingcors.shapeshift.io
by default... it may be slower, please test - built-in browser support
- remove converting to
Date
inrecent()
- added
shiftFixed()
- added
emailReceipt()
- added
depositStatus()
- added
shift()
- added
depositLimit()
- renamed
rate()
toexchangeRate()
- added
recent()
- intercept http methods
- added cors support
- initial commit