Skip to content

Releases: Dominique92/ol-geocoder

v2.0.2

13 Jun 19:05
Compare
Choose a tag to compare

See #46

v2.0.1

30 Apr 17:04
Compare
Choose a tag to compare

See PR #33

v2.0.0

22 Apr 20:21
Compare
Choose a tag to compare

This is a complete rewrite! It's now ES6 compiled to ES5 with Rollup + Bublé.

All CSS is written in Sass.

v1.7.0

01 Apr 11:41
Compare
Choose a tag to compare

No features, just change to ESlint and add Travis CI.

v1.6.0

28 Mar 13:07
Compare
Choose a tag to compare

Add a new search parameter — countrycode. Limit search results to a specific country (or a list of countries). Valid for either osm or mapquest.

v1.5.2

15 Mar 11:17
Compare
Choose a tag to compare

See #20

v1.5.1

22 Jan 17:53
Compare
Choose a tag to compare

This PR includes:
#11
#12
#14
#15

v1.5.0

03 Dec 20:44
Compare
Choose a tag to compare
  • #10 Added Mapzen Search/Pelias provider

v1.4.1

18 Nov 18:29
Compare
Choose a tag to compare
  • The geocoder listener is now called 'addresschosen'.
  • A new (no more changes) build process make build;
  • Added some API docs in README.md;

v1.3.0

26 Sep 19:54
Compare
Choose a tag to compare
  • Now geocoder returns complete address from provider;
  • A new build process with npm;