Releases: vhx/vhx-node
Releases · vhx/vhx-node
v1.8.0
v1.7.0
- Add watching resource (an alias to customers/:id/watching) with the items method.
- Add watchlist resource (an alias to customers/:id/watchlist) with items, addItem, removeItem methods.
- Add proper specs
v1.6.0
Add update method for videos resource.
1.5.1
- Fix bug with multiple callbacks being fired during async calls to resource methods, due to improper construction of request instances (stemming from cached modules).
1.5.0
- Add analytics resources with report method
- Update readme with new node scoped links
1.4.0
Add customers addProduct and removeProduct methods
1.3.1
Update readme for public launch of API
1.3.0
- Add customers
updatemethod for updating customers - For consistency with other libraries, make
listbeall(support forlistwill remain) - Fix bug with using href as param (instead of ID)
- Restore readme to reference
files(videos resource) anditems(collections resource)
1.2.0
- Add customers
delmethod for deleting customers - Add
listItems(collections) andlistFiles(videos) methods - Ensure both IDs and hrefs work
- Fix bug introduced from typo in 1.1.2
1.1.2
- Fix bug with collection items request
- Allow for both id as stand alone param, and id as part of options object