All Versions
63
Latest Version
Avg Release Cycle
83 days
Latest Release
155 days ago

Changelog History
Page 1

  • v5.2.0 Changes

    October 28, 2022

    Important changes

    • ⚑️ The Republic of Turkey has officially changed its name to The Republic of TΓΌrkiye, short name TΓΌrkiye. Official name attributes have been updated, as well as several translations. This could be a breaking change if you rely on the old name.

    • πŸ’Ž The sixarm_ruby_unaccent gem was replaced with unaccent. See #767

    πŸ”€ Merged pull requests:

    • Ensure #translated_names is compacted #777 (pmor)
    • πŸ“‡ Rename turkey to TΓΌrkiye #771 (larskuhnt)
    • πŸ›  Fix Upgrade.md route on README.markdown #766 (dmartingarcia)
    • ⚑️ Update french, missing uppercase letters #769 (JulienItard)
    • 🌐 german translations for CI and CV #770 (larskuhnt)
    • πŸ›  Fix Czechia name in LT translation #773 (tomukas)
    • ⚑️ Updated Taiwan unofficial names #772 (Tzenda)
    • πŸ’Ž Replace sixarm_ruby_unaccent with unaccent #767 (jonian)
  • v5.1.2 Changes

    August 11, 2022

    πŸ”€ Merged pull requests:

    • 🌐 Missing unofficial translations, addresses the remaining translations in #580 - #764 (pmor)
  • v5.1.1 Changes

    July 18, 2022

    Important changes

    • 🌐 Subdivision loading now respects the configured locales and will only load subdivision translations for the configured locales instead of loading all translations. This fixes #580

    πŸ”€ Merged pull requests:

    • πŸ”¨ Refactor subdivision loading to respect the configured locales. #762 (pmor)
    • βž• Add an alternative name for USVI lookup #763 (tadejm)
  • v5.1.0 Changes

    June 27, 2022

    Important changes

    • Subdivision now has a type attribute obtained from ISO3166-2 subdivision types. type is a lowercase and snake_cased string.
    • Adds Country#subdivision_types and #humanized_subdivision_types to list a country's subdivision types
    • Adds Country#subdivisions_of_types(types) to allow getting subdivisions of given type(s)
    • πŸ—„ Country#states is now deprecated to avoid confusion (this method was just an alias to #subdivisions and retuns all subdivisions, regarless of type)

    πŸ”€ Merged pull requests:

    • βœ‚ Remove i18n_data dependency #756 (pmor)
    • ⚑️ Update subdivision YAML with codes #757 (pmor)
    • βž• Add subdivision types from ISO3166-2 #758 (pmor)
  • v5.0.2 Changes

    June 02, 2022

    πŸ”€ Merged pull requests:

    • πŸ›  Fix common name for IR #754 (pmor)
    • ⚑️ Update MX subdivisions: Remove DIF and update some unofficial names #755 (pmor)
  • v5.0.1 Changes

    May 02, 2022

    πŸ”€ Merged pull requests:

  • v5.0.0 Changes

    April 03, 2022

    πŸ’₯ Breaking Changes

    πŸ”€ Merged pull requests:

    • ⬇️ Drop support for Ruby 2.5 and 2.6 #708 (pmor)
    • Remove deprecated attributes; Add new #find_by_any_name finder #745 (pmor)
  • v4.2.3 Changes

    March 24, 2022

    πŸš€ IMPORTANT NOTE: This will be be the last release of the 4.x series, and the last one to support Ruby 2.5 and 2.6

  • v4.2.2 Changes

    February 17, 2022

    πŸ”€ Merged pull requests:

    Closed issues:

    • Change on UAE Value.start_of_week #738

    Full Changelog: https://github.com/countries/countries/compare/v4.2.1...v4.2.2

  • v4.2.1 Changes

    January 11, 2022
    • πŸš€ Missing update to cache files on release 4.2.0
    • ⚑️ Update postal code regexes from rake task #734 (cover)