Skip to content

Releases: vhx/vhx-node

v1.8.0

01 Mar 22:47
Compare
Choose a tag to compare

Add support for padding custom headers with each request.

v1.7.0

01 Mar 22:46
Compare
Choose a tag to compare
  • 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

01 Feb 18:05
Compare
Choose a tag to compare

Add update method for videos resource.

1.5.1

25 Aug 16:38
Compare
Choose a tag to compare
  • 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

19 Aug 16:37
Compare
Choose a tag to compare
  • Add analytics resources with report method
  • Update readme with new node scoped links

1.4.0

19 Feb 02:48
Compare
Choose a tag to compare

Add customers addProduct and removeProduct methods

1.3.1

18 Feb 16:03
Compare
Choose a tag to compare

Update readme for public launch of API

1.3.0

16 Feb 16:53
Compare
Choose a tag to compare
  • Add customers update method for updating customers
  • For consistency with other libraries, make list be all (support for list will remain)
  • Fix bug with using href as param (instead of ID)
  • Restore readme to reference files (videos resource) and items (collections resource)

1.2.0

08 Jan 08:01
Compare
Choose a tag to compare
  • Add customers del method for deleting customers
  • Add listItems (collections) and listFiles (videos) methods
  • Ensure both IDs and hrefs work
  • Fix bug introduced from typo in 1.1.2

1.1.2

07 Jan 16:42
Compare
Choose a tag to compare
  • Fix bug with collection items request
  • Allow for both id as stand alone param, and id as part of options object