All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
4.4.0 (2021-11-29)
- update npm dependencies (a22b9ef)
4.3.0 (2021-11-15)
- update npm dependencies (ae82fb7)
4.2.1 (2021-10-15)
4.2.0 (2021-05-12)
- update npm dependencies (fce4674)
4.1.0 (2021-04-11)
- provider distance: add google distance api (7be4463)
- command: an empty response should throw an InvalidServerResponseException (48fb804)
- provider: google transformer cannot read property 'long_name' of undefined (ae5f8d5)
4.0.1 (2021-03-12)
- geocode query stateCode can be more than 2 characters long (550c338)
4.0.0 (2020-03-23)
- lint: Drop support for Node.js 8. Require 10.18.0 instead which is the oldest supported version.
- package: update world-countries to version 3.0.0 (ba12af3)
- lint: move from tslint to eslint (a827fc1)
3.0.4 (2019-11-22)
- provider place-details: restrict google place details query fields (be5dde9)
3.0.3 (2019-11-14)
3.0.1 (2019-11-13)
- world-country-state-util: fix match method (a0df1fa)
3.0.0 (2019-11-04)
- google location-bilder: fix raw data transformer (adc07bd)
- transformer: add a separate provider data transformation layer (f72dd77)
-
transformer: -
LocationInterface
.country
andLocationInterface
.countryCode
may beundefined
. -
remove
LocationBuilder
andSuggestionBuilder
. UseAbstractLocationTransformer
andAbstractSuggestionTransformer
instead.
2.2.4 (2019-11-02)
- google location: fix getting a city name (10b9c22)
2.2.3 (2019-10-22)
- place-details: return NotFoundException if more then one result (53dd4f4)
2.2.2 (2019-10-18)
2.2.1 (2019-10-16)
- geocode: query address max length from 100 to 150 (d08076d)
2.2.0 (2019-09-05)
- google suggest: allow
premise
type as HOUSE_NUMBER accuracy (9eaab20)
- suggest: add suggestion accuracy for
arcgis
andhere
providers (6e898e3)
2.1.0 (2019-09-02)
- google suggest: add suggest accuracy (027691e)
2.0.0 (2019-08-27)
- dependencies: fix dependencies (600e2b7)
- dependencies: axios, class-transformer and class-validator removed from dependencies and moved to peerDependencies
1.0.6 (2019-07-22)
1.0.5 (2019-07-20)
1.0.4 (2019-07-15)
1.0.3 (2019-06-21)
1.0.2 (2019-06-10)
1.0.1 (2019-05-08)
- placeDetails: fix PlaceDetailsQuery interface (9ad6ec7)
1.0.0 (2019-05-03)
- test: fix google integration test (21aa9b3)
0.10.0 (2019-04-12)
- geocoder: add placeDetails method (10ef077)
- provider here: add suggest method (1c05fe9)
- provider map-quest: add suggest method (cff7600)
0.9.1 (2019-03-25)
- command geocode: cannot read property 'countryCode' of undefined (ecd79f4)
0.9.0 (2019-03-25)
0.8.1 (2019-03-25)
- provider arcgis: wrong reverse url (e0e3a6d)
0.8.0 (2019-03-20)
- query: no raw data is returned by default (6f708cd)
- query: in the previous version, the raw data was returned by default
0.7.1 (2019-03-19)
- location-builder: fix types (bc4cb43)
0.7.0 (2019-03-19)
- provider: abstract logic for provider's actions (d705119)
- provider: add raw data to the Location object (e65e652)
0.6.0 (2019-03-13)
- provider: add ArcgisProvider (4d7cbba)
0.5.0 (2019-03-06)
- changelog: fix changelog for v0.3.0 and v0.4.0 (ab1b826)
- chagne class name from Adress to Location (7225728)
- chagne class name from Adress to Location and AddressBuilder to LocationBuilder
0.4.0 (2019-03-05)
- decider: rm CircularDecider, add StatefulDecider, StatelessDecider (46c8455)
- decider: ProviderAggregator by default works with StatefulDecider (before was CircularDecider)
0.3.0 (2019-03-05)
- provider: add StatefulChainProvider (d038545)
0.2.0 (2019-03-04)
- provider: contains a breaking change for MapQuestProvider and for general business logic
0.1.1 (2019-03-02)
- add *.d.ts to npm (7d37146)
- initial version (d9c2391)