Releases: pelias/whosonfirst
Releases · pelias/whosonfirst
v5.5.0
5.5.0 (2021-09-29)
Features
- names: Remove variant names from index (690919e)
v5.4.0
5.4.0 (2021-09-23)
Features
- download: Allow downloading combined files from any mirror (fa43ca3)
v5.3.0
5.3.0 (2021-08-17)
Features
- concordances: display concordances in addendum (#527) (52c577f)
v5.2.0
5.2.0 (2021-06-01)
Features
- popularity_bands: update pelias/model to include popularity_bands PR (4b5789a)
This release adds improved postalcode support: all postalcodes will be given a popularity
score, helping them appear higher in results.
v5.1.0
5.1.0 (2020-09-11)
Features
- deps: Upgrade to pelias-model 8.0.0 (1dd0a9a)
v5.0.3
5.0.3 (2020-08-13)
Bug Fixes
- doc: Do not allow duplicate names to be created (a6c80a2)
v5.0.2
5.0.2 (2020-06-10)
Bug Fixes
- deps: Upgrade pelias-model to 7.2.1 (8ffb457)
v5.0.1
5.0.1 (2020-06-10)
Bug Fixes
- package: update better-sqlite3 to version 7.0.0 (24e175d)
v5.0.0
5.0.0 (2020-06-09)
Features
- venues: Deprecate
importVenues
(68a3f52)
BREAKING CHANGES
- venues: Because we do not expect Who's on First to update venue data, and we
will likely never publish that data to the new data host from Geocode
Earth, the importVenues
option is now deprecated.
Connects #94
v4.2.0
4.2.0 (2020-04-28)
Features
- download: replace
console.log
by pelias-logger
(de9e18d), closes #265