Skip to content

Latest commit

 

History

History
71 lines (58 loc) · 2.44 KB

CHANGELOG.md

File metadata and controls

71 lines (58 loc) · 2.44 KB

1.0.0pre

  • Complete rewrite. New data source and API. Extracting Rails view helpers into seperate gem.

0.2.12

  • Republish the gem with Ruby 1.8.7.

0.2.11

  • Remove Jeweler and release new version.

0.2.10

  • Generate the gem with Ruby 1.8.7 to try to fix YAML library incompatibilities.

0.2.9

  • Preserve order of priority_countries in country_select (castiglione)
  • Add Finnish localization (marjakapyaho)
  • Update a few contru names to match ISO naming (belt)
  • Fall back to default locale if selected locale is missing (twinge)
  • Added Russian country translations (grlm)
  • Added South Sudan as a country (edshadi)
  • Renamed Libyan Arab Jamahiriya to Libya (mdimas)
  • Fixed an issue where trying find a country for a blank string would match everything (smathieu)
  • Added Italian country names (Arkham)
  • Add Polish, slovak and czech translations (Pajk)
  • Various corrections to country names (wolframarnold)
  • Add Chinese counties (liwh)
  • Add Dutch province names (ariejan)
  • Add Saint Barthelemy (BL) and Saint Martin (French Part) (MF) (nengxu)
  • Add Japanese countries localization (bonsaiben)
  • Prevent Carmen::state_name('NO','NO') from crashing (mhourahine)
  • Change "Taiwan, Province of China" to "Taiwan" (camilleroux)
  • Add spanish translation for countries (federomero)

0.2.8

  • Use a shorter name for US Armed Forces States (cgs)
  • Added Gujarat to the list of states in India (swaroopch)
  • Added American Samoa to the list of US States
  • Added Dutch country translations (Arie)
  • Added Kosovo to German Translation (Christopher Thorpe)
  • Added the ability to list countries at the top of the list (jjthrash)
  • Added country names in Hindi (sukeerthiadiga)

0.2.7

  • Fix a gemspec disaster.

0.2.6 (pulled)

  • Suppress a deprecation warning in Rails 3 (anupamc)
  • Remove init.rb altogether and use requires under Rails
  • Added Indian states and union territories (orthodoc)

0.2.5

  • Data corrections (mikepinde)

0.2.4

  • Fixed autoloading under Rails 3

0.2.2

  • Added state and country exclusion (kalafut)

0.2.1

  • Added regions for New Zealand (yehezkielbs)

0.2.0

  • Merge in Maximilian Schulz's locale fork, refactor internals to better support locales, and update documentation.
  • Remove Carmen::STATES and Carmen::COUNTRIES constants in favor of module instance variables and proper accessors.
  • Add a test_helper and remove dependency on RubyGems.

0.1.3

  • DEPRECATE Carmen::COUNTRIES in favor of Carmen.countries