Skip to content

Releases: mjk/uber-rush

v0.4.4

11 Apr 01:38
@mjk mjk

Choose a tag to compare

Cancelling a simulated delivery now halts the simulation.

Correct error response handling

30 Mar 22:53
@mjk mjk

Choose a tag to compare

Up til now, API request logs were not being sent properly. True errors were being routed via console.error inappropriately, and the wrong fields were included in the human-readable exception.

Fixed end_time

22 Feb 06:20
@mjk mjk

Choose a tag to compare

  • Updated README with complete examples
  • Fixed quote.end_time

Minor error logging improvement

19 Feb 17:11
@mjk mjk

Choose a tag to compare

v0.4.1

Avoiding circular structure problems. (#18)

Updated simulation capabilities

13 Dec 00:54
@mjk mjk

Choose a tag to compare

v0.3.1

Updated changelog for v0.4

v0.1.11

24 Oct 22:41
@mjk mjk

Choose a tag to compare

Preliminary support for courier ratings.

v0.1.10

04 Oct 01:45
@mjk mjk

Choose a tag to compare

  • Upgraded phone number parsing library to google-libphonenumber to ensure coverage of all area codes
  • Handling null responses from Uber API gracefully

v0.1.8

17 Aug 15:51
@mjk mjk

Choose a tag to compare

Closed issues:

  • removeAllListeners after clearInterval #3

Merged pull requests:

  • Fix a couple of bugs and bad references in the Delivery class #7 (beum)
  • Expose ability to retrieve delivery info once rather than as a polling request #6 (beum)
  • Add exponential backoff on polling failure #5 (beum)
  • Fixes for bugs found during simulation #2 (beum)
  • Fix typos, make logging optional #1 (beum)