Skip to content
This repository has been archived by the owner on Jan 5, 2021. It is now read-only.

Latest commit

 

History

History
166 lines (103 loc) · 10.4 KB

CHANGELOG.md

File metadata and controls

166 lines (103 loc) · 10.4 KB

1.4.3 (2016-07-26)

Bug Fixes

  • geocode-stream: ensure sequential 'current' field (7be819d)
  • geocoder: use correct client ID / private key parameter (2d72860)

1.4.2 (2016-07-14)

Bug Fixes

  • geocode-stream: fix a bug with low QPS limits (48fe3fd)

1.4.1 (2016-07-07)

1.4.0 (2016-07-07)

Features

  • geobatch:
  • geocoder:
    • retry once after running into query limit (d776d830)
    • implement parallel processing to leverage full QPS (bd97c519)

1.3.0 (2016-06-28)

Bug Fixes

  • geocoder:
    • require api key or client id / private key option (6790293d)
    • increase queries per second when authenticated (3acceafe)
    • return correct error messages (90f09bbc)
  • npm-scripts: remove ./node_modules/.bin/ from modules call (bab003df)
  • test: use babel-core as mocha compilers plugin for testing (54063f16)
  • tests: fix rebase bug (d5a58e14)

Features

  • GeoBatch: make geocode accept streams (0a032e74)
  • geobatch: take accessor function for address (7588f2ca)
  • geocode stream: handle stats if input is stream (f2cdbd89)
  • geocoder:
    • allow authentication via api key (c175b492)
    • return full geocoding result (ec20a890)
  • geocodestream: add full input and full result to output stream (9bd0630c)

1.2.0 (2015-10-13)

1.1.1 (2015-10-13)

Bug Fixes

  • npm-scripts: remove ./node_modules/.bin/ from modules call (bab003df)
  • test: use babel-core as mocha compilers plugin for testing (54063f16)
  • tests: fix rebase bug (d5a58e14)

Features

  • GeoBatch: make geocode accept streams (0a032e74)
  • geobatch: take accessor function for address (7588f2ca)
  • geocode stream: handle stats if input is stream (f2cdbd89)
  • geocoder: return full geocoding result (ec20a890)
  • geocodestream: add full input and full result to output stream (9bd0630c)

1.1.0 (2015-10-13)

Bug Fixes

  • npm-scripts: remove ./node_modules/.bin/ from modules call (bab003df)
  • test: use babel-core as mocha compilers plugin for testing (54063f16)
  • tests: fix rebase bug (d5a58e14)

Features

  • GeoBatch: make geocode accept streams (0a032e74)
  • geobatch: take accessor function for address (7588f2ca)
  • geocode stream: handle stats if input is stream (f2cdbd89)
  • geocoder: return full geocoding result (ec20a890)
  • geocodestream: add full input and full result to output stream (9bd0630c)

1.1.0 (2015-03-10)

Bug Fixes

  • geocoder:
    • do not change address (f16f9e4f)
    • do not manipulate original address (e0d1eca0)

Features

  • cache: remove default values for location and address (58c27aa2)
  • geocoder: check cache repeatedly before geocoding requests (35baec7b)
  • index:
    • also return complete Maps API result on geocode (87407bc0)
    • return complete Google Maps geocoding result (4efe2c44)

1.0.2 (2015-03-10)

Bug Fixes

  • all: switch from traceur to babel for ES6 (b882beeb)

1.0.1 (2015-03-09)

1.0.0 (2015-03-09)

Features

  • cache:
  • geocoder:
    • limit API calls according to not run in query limits (924763ca)
    • return error when reaching query limit (6e1f66d8)
    • catch case when no result is returned (dc13cdc7)
    • return error when not using correct clientId or privateKey (2d338606)
    • reject geocode when not correct clientId or privateKey (5050f491)
    • accept a clientId and privateKey (06606a36)
    • catch missing clientId or privateKey (cd498177)
    • use cached geocoded addresses (6958072d)
    • cache geocode requests (adc98fba)
    • geocode an address (e392d6e3)
    • add basic class (99f04f9b)
  • index:
    • return an empty object on error for location (3adab5a2)
    • return an error when geocoding fails (ffc6c23a)
    • return some meta information on each geocode (2362b583)
    • improve and simplify API (c7dcb256)
    • accept and return a stream (3821ba7b)
    • return an object with address and location (e14b773a)
    • return an geocoded object via stream (74dca152)
    • use simpler stream implementation (5aa1fd39)
    • return a stream when calling geocode function (0a80444b)
    • add a function geocode (8d98cb2b)
    • accept clientId and privateKey (a46c16b9)
    • accept cacheFile param (33da3c9d)