google-maps-services-js v0.2.1 Release Notes

Release Date: 2016-09-16 // over 7 years ago
  • ๐Ÿ”€ 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