- ✏️ doc updates
- 🐛 when fixing a bug
- 🚀 when making general improvements
- ✅ when adding tests
- ⬆️ when upgrading dependencies
- 🎉 when adding new features
- 🚀 Update regex for Canada in English and add in regex in French.
- 🐛 Fix country code for Poland postcode regex.
- 🚀 Regex for postcode searching with and without space for additional countries.
- 🚀 Token additions for Ukrainian(UK), Albanian(SQ).
- 🚀 Regex for postcode searching with and without space.
- 🚀 Reduced scope of Spanish and French number tokens.
- 🐛 Fix a regex bug in Sweden(SV).
- 🚀 Token additions for Greece(EL), Croatia (HR), Bosnia and Herzegovina (BA) and Cyprus (CY).
- 🚀 Token additions for Bulgaria(BG).
- 🚀 Token additions for Latvia(LV).
- 🚀 Add elison support for Canada.
- 🐛 Fix a regex bug in Romania(RO).
- 🚀 Token additions for Hungary(HU) and Romania(RO).
- 🚀 Token additions for Slovak(SK), Slovania(SI), Serbia(RS), Lithuania(LT), Hungary(HU).
- 🚀 Token additions for Portuguese.
- 🚀 Token additions for Polish.
- 🚀 Token additions for Italian, Spanish, and French.
- 🐛 Restricted one Czech replacement,
"sev" => "s", to only apply to addresses, because applying it to all feature types and then combining it with other languages' tokens leads to weird conflations.
- 🎉 Expand testing of token replacements, and update existing replacements to conform to more-comprehensive tests. Also make some further updates to German abbreviations.
- 🚀 Add German variations of
on the,at the, andin the, along with variations of popular street names ending instrorstraße. Add in regex to convert street names ending instrasseorstrto end instraßeto match OSM network street names.
- 🚀 Add add
type: determinerto signify meaning 'of' & update tokens for Spanish, French, and Italian.
- 🎉 Add Czech tokens
- 🚀 Add numbers, ordinals,
type: wayproperty to Russian tokens
- 🚀 Add optional reduceRelevance property
- 🚀 Add
Farm-To-Market&Ranch-To-Market
- 🚀 Add
type: wayproperty toplacetoken in English
- 🚀 Add
type: wayproperty toroadtoken in English
- 🚀 Add
Clone,Serialize, andDeserializetraits toTokenTypeenum
- 🚀 Make fields in
Tokenstruct public, addTokenTypeenum
- 🎉 Add support for importing abbreviations as Rust structs
- Add several new replacements focused on and scoped to US addresses, designed to strip unit numbers from address strings.
- Change format of geocoder-abbrevations contents, and add mechanisms for querying data in new format; see current README.md for details
- 🎉 Add Russian tokens
- Add CHANGELOG.md