Releases: Shopify/worldwide
Releases · Shopify/worldwide
v0.6.3
- Use correct continents #60
0.6.1
- Allow building number in address2 for DK #53
- Avoid .present? and .blank? so we don't require Rails #57
- (bugfix) Zone lookup by name #58
0.6.0
- Add localized concern messages for address1 + 2 warnings and address may not exist message #54
- Change gem description #51
0.5.1
- Fix for building_number_required to default to false [#48]
0.5.0
- Add support for
Region#associated_continent
to return the containing continent of the region #43
- Add more postal code prefixes for KR #44
- Add name alternates for the zones of South Korea #45
- Add support for Hangul and Arabic script detection, update Latn regexp #46
0.4.1
- Add support for deprecated timezone Australia/Canberra #35
- Add alternate codes for territories #39
- Allow building numbers on address2 field for Austrian addresses #40
- Add zone name alternates for Italy #42
0.4.0
- Add region name alternates #32
- Cache
Region#parent_name
#33
- Use hash tables to look up regions by code #36
0.3.0
- Add code alternates for Japan #23
- Add code alternates for Puerto Rico #24
- Record multiple parents per region #27
- Add region.building_number_may_be_in_address2 #28
- Lookup by parent-child ISO and CLDR codes for dual-status territories
#29
- Handle ISO_CODE only zones lookup #26