Skip to content
This repository has been archived by the owner on Sep 12, 2023. It is now read-only.

Releases: fvdm/nodejs-bolcom

v2.1.1

24 Oct 11:20
v2.1.1
4d9f80c
Compare
Choose a tag to compare
  • Fixed: _catalogTalk: Parameters incorrectly nested
  • Fixed: _catalogTalk: Bad endpoint
  • Fixed: catalogSearch: Wrong lists endpoint
  • Fixed: some attributeGroups have no key
  • Fixed: Bad parameters reference
  • Optimizations and minor edits

v2.1.0

06 Oct 19:04
v2.1.0
64ae75e
Compare
Choose a tag to compare
  • New method searchSuggestions()
  • Code optimizations

v2.0.0 - Rewrite

16 Sep 17:55
v2.0.0
97a5e29
Compare
Choose a tag to compare

Breaking interface

  • Changed to a class
  • Renamed methods to camelCase
  • Removed account methods
  • Function arguments are wrapped in an object
  • Functions return a Promise
  • Removed callbacks
  • Simplified response parsing

Other changes

  • Fixed API response changes
  • Updated docs and meta
  • Aligned tests to new interface
  • Misc code and style clean up

v1.1.0

18 Jul 17:14
Compare
Choose a tag to compare
  • Error: removed request timeout
  • Error: removed request dropped
  • Dependency: added httpreq
  • Rewrite HTTP bits to httpreq module
  • Improved testing
  • Clean up and minor edits