Skip to content

Releases: shernshiou/node-uber

Release v2

14 Sep 23:07
Compare
Choose a tag to compare

V1.0.0

26 Feb 01:15
Compare
Choose a tag to compare

node-uber v1 finally released with great support from @PaulMaly, @kp96, and @shernshiou

  • Surge handling #35
  • ES6 support #30
  • Multi-user support #39
  • Scope checking #40
  • Geocoding added #24
  • Improved testing architecture #41
  • Dropping support for deprecated methods #42
  • Added promises through bluebird #33

Important Bugfix for Sandbox Mode

25 May 16:39
Compare
Choose a tag to compare
  • #32: Fixing endpoint URL for Sandbox methods

Authorization refactoring & Sandbox enhancement

22 May 11:14
Compare
Choose a tag to compare
  • #28 Allow PUT on /products/{product_id}
  • Refactor access_token and server_token handling
  • #31 Header-based authorization for GET reqeusts
  • 100% code coverage

Bugfixes for latitude & longitude checks

17 May 18:53
Compare
Choose a tag to compare

Critical Update to ensure usability:

  • Removing Uber.validateCoordinates(): Due to unreliable/unhelpful latitude & longitude checks, the lat & lon values will not be checked anymore. The Uber API provides reliable checks and helpful error responses as well.