2018-10-03
- Replace superagent with node-fetch
2017-11-17
- Add addItem and removeItem endpoints
2017-11-12
- Fix Update/Create endpoints
2017-11-09
- Add missing default param
2017-10-06
- Add Node write methods
2017-10-06
- Move package under @vhx namespace
- Fix bug with when calling collection/items endpoints
2017-06-14
- Update tags
2017-06-14
- Use promises instead of callbacks
- add analytics, browse, and customers-> watching/watchlist endpoints
- generates both browser (client.js) and node (index.js) based builds
- rewritten in ES6
2016-11-15
- Update Babel presets and Babel core for IE10 fix
2016-10-27
- add an
opts
object so we can override the defaults object. - adds custom URL handling for the
me
andwatchlist
endpoints - adds gulpfile.dev to
gitignore
for custom local builds - lots of refactoring
2016-08-19
- Fix default host, protocol, token host
2016-08-18
- Initial Beta Pre-release