1.4.3 (2016-07-26)
- geocode-stream: ensure sequential 'current' field (7be819d)
- geocoder: use correct client ID / private key parameter (2d72860)
1.4.2 (2016-07-14)
- geocode-stream: fix a bug with low QPS limits (48fe3fd)
- geobatch:
- geocoder:
- geocoder:
- 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)
- GeoBatch: make geocode accept streams (0a032e74)
- geobatch: take accessor function for address (7588f2ca)
- geocode stream: handle stats if input is stream (f2cdbd89)
- geocoder:
- geocodestream: add full input and full result to output stream (9bd0630c)
- 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)
- 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)
- 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)
- 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)
- cache: remove default values for location and address (58c27aa2)
- geocoder: check cache repeatedly before geocoding requests (35baec7b)
- index:
- all: switch from traceur to babel for ES6 (b882beeb)
- 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)