Skip to content

Latest commit

 

History

History
324 lines (166 loc) · 10.8 KB

CHANGELOG.md

File metadata and controls

324 lines (166 loc) · 10.8 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

4.4.0 (2021-11-29)

Features

  • update npm dependencies (a22b9ef)

4.3.0 (2021-11-15)

Features

  • update npm dependencies (ae82fb7)

4.2.1 (2021-10-15)

Bug Fixes

  • provider: cannot find type definition file for heremaps (eeacc3a), closes #109

4.2.0 (2021-05-12)

Features

  • update npm dependencies (fce4674)

4.1.0 (2021-04-11)

Features

  • provider distance: add google distance api (7be4463)

Bug Fixes

  • 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)

Bug Fixes

  • geocode query stateCode can be more than 2 characters long (550c338)

4.0.0 (2020-03-23)

⚠ BREAKING CHANGES

  • lint: Drop support for Node.js 8. Require 10.18.0 instead which is the oldest supported version.

Bug Fixes

  • package: update world-countries to version 3.0.0 (ba12af3)

Chore

  • lint: move from tslint to eslint (a827fc1)

3.0.4 (2019-11-22)

Bug Fixes

  • provider place-details: restrict google place details query fields (be5dde9)

3.0.3 (2019-11-14)

3.0.1 (2019-11-13)

Bug Fixes

  • world-country-state-util: fix match method (a0df1fa)

3.0.0 (2019-11-04)

Bug Fixes

  • google location-bilder: fix raw data transformer (adc07bd)

Features

  • transformer: add a separate provider data transformation layer (f72dd77)

BREAKING CHANGES

  • transformer: - LocationInterface.country and LocationInterface.countryCode may be undefined.

  • remove LocationBuilder and SuggestionBuilder. Use AbstractLocationTransformer and AbstractSuggestionTransformer instead.

2.2.4 (2019-11-02)

Bug Fixes

  • google location: fix getting a city name (10b9c22)

2.2.3 (2019-10-22)

Bug Fixes

  • place-details: return NotFoundException if more then one result (53dd4f4)

2.2.2 (2019-10-18)

2.2.1 (2019-10-16)

Bug Fixes

  • geocode: query address max length from 100 to 150 (d08076d)

2.2.0 (2019-09-05)

Bug Fixes

  • google suggest: allow premise type as HOUSE_NUMBER accuracy (9eaab20)

Features

  • suggest: add suggestion accuracy for arcgis and here providers (6e898e3)

2.1.0 (2019-09-02)

Features

  • google suggest: add suggest accuracy (027691e)

2.0.0 (2019-08-27)

Bug Fixes

  • dependencies: fix dependencies (600e2b7)

BREAKING CHANGES

  • 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)

Bug Fixes

  • placeDetails: fix PlaceDetailsQuery interface (9ad6ec7)

1.0.0 (2019-05-03)

Bug Fixes

  • test: fix google integration test (21aa9b3)

0.10.0 (2019-04-12)

Features

  • geocoder: add placeDetails method (10ef077)
  • provider here: add suggest method (1c05fe9)
  • provider map-quest: add suggest method (cff7600)

0.9.1 (2019-03-25)

Bug Fixes

  • command geocode: cannot read property 'countryCode' of undefined (ecd79f4)

0.9.0 (2019-03-25)

Features

  • geocode query: add exactMatch option (9480892)
  • geocoder suggest: add suggest method (d4cb26c)

0.8.1 (2019-03-25)

Bug Fixes

  • provider arcgis: wrong reverse url (e0e3a6d)

0.8.0 (2019-03-20)

Features

  • query: no raw data is returned by default (6f708cd)

BREAKING CHANGES

  • query: in the previous version, the raw data was returned by default

0.7.1 (2019-03-19)

Bug Fixes

  • location-builder: fix types (bc4cb43)

0.7.0 (2019-03-19)

Features

  • provider: abstract logic for provider's actions (d705119)
  • provider: add raw data to the Location object (e65e652)

0.6.0 (2019-03-13)

Features

  • provider: add ArcgisProvider (4d7cbba)

0.5.0 (2019-03-06)

Bug Fixes

  • changelog: fix changelog for v0.3.0 and v0.4.0 (ab1b826)

Code Refactoring

  • chagne class name from Adress to Location (7225728)

BREAKING CHANGES

  • chagne class name from Adress to Location and AddressBuilder to LocationBuilder

0.4.0 (2019-03-05)

Features

  • decider: rm CircularDecider, add StatefulDecider, StatelessDecider (46c8455)

BREAKING CHANGES

  • decider: ProviderAggregator by default works with StatefulDecider (before was CircularDecider)

0.3.0 (2019-03-05)

Features

  • provider: add StatefulChainProvider (d038545)

0.2.0 (2019-03-04)

Features

  • provider: add provider.maxAccuracy (2516ab4), closes #3

BREAKING CHANGES

  • provider: contains a breaking change for MapQuestProvider and for general business logic

0.1.1 (2019-03-02)

Bug Fixes

Features