Skip to content

Latest commit

 

History

History
146 lines (77 loc) · 3.2 KB

File metadata and controls

146 lines (77 loc) · 3.2 KB

CHANGELOG

Emoji Cheatsheet

  • ✏️ doc updates
  • 🐛 when fixing a bug
  • 🚀 when making general improvements
  • ✅ when adding tests
  • ⬆️ when upgrading dependencies
  • 🎉 when adding new features

Version History

4.6.15

  • 🚀 Update regex for Canada in English and add in regex in French.

4.6.14

  • 🐛 Fix country code for Poland postcode regex.

4.6.13

  • 🚀 Regex for postcode searching with and without space for additional countries.

4.6.12

  • 🚀 Token additions for Ukrainian(UK), Albanian(SQ).

4.6.11

  • 🚀 Regex for postcode searching with and without space.

4.6.10

  • 🚀 Reduced scope of Spanish and French number tokens.

4.6.9

  • 🐛 Fix a regex bug in Sweden(SV).

4.6.8

  • 🚀 Token additions for Greece(EL), Croatia (HR), Bosnia and Herzegovina (BA) and Cyprus (CY).

4.6.6

  • 🚀 Token additions for Bulgaria(BG).

4.6.5

  • 🚀 Token additions for Latvia(LV).

4.6.4

  • 🚀 Add elison support for Canada.

4.6.3

  • 🐛 Fix a regex bug in Romania(RO).

4.6.2

  • 🚀 Token additions for Hungary(HU) and Romania(RO).

4.6.1

  • 🚀 Token additions for Slovak(SK), Slovania(SI), Serbia(RS), Lithuania(LT), Hungary(HU).

4.6.0

  • 🚀 Token additions for Portuguese.

4.5.0

  • 🚀 Token additions for Polish.

4.4.0

  • 🚀 Token additions for Italian, Spanish, and French.

4.3.1

  • 🐛 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.

4.3.0

  • 🎉 Expand testing of token replacements, and update existing replacements to conform to more-comprehensive tests. Also make some further updates to German abbreviations.

v4.2.0

  • 🚀 Add German variations of on the, at the, and in the, along with variations of popular street names ending in str or straße. Add in regex to convert street names ending in strasse or str to end in straße to match OSM network street names.

v4.1.8

  • 🚀 Add add type: determiner to signify meaning 'of' & update tokens for Spanish, French, and Italian.

v4.1.7

  • 🎉 Add Czech tokens

v4.1.6

  • 🚀 Add numbers, ordinals, type: way property to Russian tokens

v4.1.5

  • 🚀 Add optional reduceRelevance property

v4.1.4

  • 🚀 Add Farm-To-Market & Ranch-To-Market

v4.1.3

  • 🚀 Add type: way property to place token in English

v4.1.2

  • 🚀 Add type: way property to road token in English

v4.1.1

  • 🚀 Add Clone, Serialize, and Deserialize traits to TokenType enum

v4.1.0

  • 🚀 Make fields in Token struct public, add TokenType enum

v4.0.0

  • 🎉 Add support for importing abbreviations as Rust structs

v3.1.0

  • Add several new replacements focused on and scoped to US addresses, designed to strip unit numbers from address strings.

v3.0.0

  • Change format of geocoder-abbrevations contents, and add mechanisms for querying data in new format; see current README.md for details

v2.4.0

  • 🎉 Add Russian tokens

v2.3.2

  • Add CHANGELOG.md