All Versions
62
Latest Version
Avg Release Cycle
8 days
Latest Release
1274 days ago

Changelog History
Page 7

  • v0.3.0 Changes

    October 19, 2016

    ๐Ÿ”€ Merged

    • โž• Add query autocomplete and fix places auto complete. Closes #44. #48
    • โšก๏ธ Updated query.type doc for autocomplete in places.js #47
    • ๐Ÿ›  Fix placesNearby rankby parameter #45
    • Properly cancel timers #41

    ๐Ÿ›  Fixed

    • โž• Add query autocomplete and fix places auto complete. Closes #44. (#48) #44
    • Cancel timeouts when a task is cancelled. #40

    Commits

    • โž• Adds Task.race() d031bf7
    • Do proper cancelling of the delays in the throttled queue. 5224e78
    • โฑ Use Task.race() to race the timeout and the request. 56a47dc
  • v0.2.1 Changes

    September 16, 2016

    ๐Ÿ”€ Merged

    • ๐Ÿ›  Fix timestamp conversion to accept Unix time #39
    • Missing apis #37
    • ๐Ÿ›  Fix "socket hang up" error #34
    • โž• Add channel parameter to URL #25
    • โšก๏ธ Update README.md - add places API #29
    • โšก๏ธ Updates the API key instructions #28
    • Retry responses with status === 'OVER_QUERY_LIMIT' #27
    • โž• Add User-Agent header. #24
    • Distinguish between cancellation and error, add .finally() method #21
    • โž• Add a real timeout option. #20
    • Enable cancelling in-flight requests #19
    • ๐Ÿ“„ More links in docs home page; better TOC. #18
    • ๐Ÿ”€ Validation errors should throw an exception synchronously... #17
    • ๐Ÿ‘‰ Use jsdoc #15
    • ๐Ÿ›  Fix unit tests: rename utils -> convert #13
    • โž• Add more declarative validator logic; remove all logic from the API functions. #9
    • โž• Add validation logic. #8
    • โž• Add throttling (rate-limiting) of requests. #5
    • โœ‚ Remove devDependency on node-fetch #6
    • โž• Add an implementation of exponential backoff #4

    Commits

    • ๐Ÿšง WIP: convert task to use resolve, reject, finally d5c2bdf
    • โž• Add copyright and licence to all source files. 2ea0bca
    • Converts each of the API modules from boilerplate methods into config structures. 576e6a6