- useless watchCoin method (redundant with addPosition)
- Simplify callbacks & error handling
- Full code coverage
- Rate limitation to avoid API issues
- getPositions now taking an optional pair in first param like described in README
- _validateTokenPair now valides with the full coins list
- pauseAlert, startAlert, pauseAllAlerts, startAllAlerts
- How to downgrade Blockfolio to get your DEVICE_TOKEN
- reordering tests
- documentation for v1.0.0
- getAlerts, addAlert, removeAlert
- Some checks for arguments on other methods
- getPortfolioSummary
- more examples in the README
- enhanced coverage
- Promises everywhere
- Every asynchronous method now returns a promise, callbacks are optional
- removePosition
- Callbacks are now optional
- Promisified methods now takes fewer arguments, and use an option object for optional settings
- sell mode for addPosition
- token check displaying an hint if the used token is a disposable one
- getCurrencies, getStatus
- Updated README
- Added Signal API URL
- Code coverage
- getDisposableDeviceToken... THANK YOU BLOCKFOLIO !
- Warning on README : Token shown in the app are not useable since now
- getAnnouncements, getVersion
- You must now call BlockfolioAPI.init(DEVICE_TOKEN, (blockfolio) => { ... }); and wrap your code inside to make it work (initialize available tokens & exchanges)
- Every method that calls the API with a token pair now checks the validity and can return new errors
- getCoinsList, _validateTokenPair
- BlockfolioAPI.createNew / _register for new accounts
- Disclaimer
- getMarketDetails, getHoldings
- Update getPositions with token pair as first argument, returning only the concerned positions
- Complete test coverage
- _parsePair
- Doc for every method
- Some doc in README
- BTC Badge for donations
- Restore APIClient user-agent
- Add correct extension for this file
- getPrice, getExchanges
- addPosition, getPositions, watchCoin, removeCoin
- New tests
- Renamed to blockfolio-api-client
- Useless _post (everything is called with GETs...)
- Base package & module struct
- First tests
- Coverage