GitPedia
carmen-ruby

carmen-ruby/carmen

A repository of geographic regions for Ruby

3 Releases
Latest: 7y ago
v1.1.2Latest
swcraigswcraig·7y ago·May 3, 2019
GitHub

📦 1.1.2 (May 2, 2019)

  • [#270](https://github.com/carmen-ruby/carmen/pull/270) Update name of FYR of Macedonia to North Macedonia ([@szajbus](https://github.com/szajbus))
  • [#267](https://github.com/carmen-ruby/carmen/pull/267) Update Moroccan regions and subregions to match the new standard (after 2015), because of the absence of the new iso codes, I used the last two digit of the non-official [HASC](http://www.statoids.com/ihasc.html) codes.
  • ([@kainio](https://github.com/kainio))
  • [#268](https://github.com/carmen-ruby/carmen/pull/268) Remove UK overlays for Middlesex and Wiltshire ([@manewitz](https://github.com/manewitz))
v1.1.1
swcraigswcraig·8y ago·May 8, 2018
GitHub

📦 Carmen 1.1.1 (May 7, 2018)

  • [#250](https://github.com/carmen-ruby/carmen/pull/250) Add better fuzzy searching when using `Querying#named`. Calling this method with `fuzzy: true` does better with dashes, apostrophes, and spaces ([@raj](https://github.com/raj))
  • [#256](https://github.com/carmen-ruby/carmen/pull/256) Fix Brazilian regions - remove `Fernando de Noronha` ([@guicruzzs](https://github.com/guicruzzs))
  • [#252](https://github.com/carmen-ruby/carmen/pull/252) Update Kenya subregions to match ISO standard ([@gyarra](https://github.com/gyarra))
  • [#249](https://github.com/carmen-ruby/carmen/pull/249) Rename Mexico's Distrito Federal and make it a state ([@jtapia](https://github.com/jtapia))
  • [#247](https://github.com/carmen-ruby/carmen/pull/247) Fix New Zealand regions to match 2015-11-27 ISO correction ([@louim](https://github.com/louim))
v1.1.0
swcraigswcraig·8y ago·November 8, 2017
GitHub

📦 Carmen 1.1.0 (November 7, 2017)

  • [#231](https://github.com/carmen-ruby/carmen/pull/231) Base ISO data has been updated for the first time since October 25, 2014
  • [#233](https://github.com/carmen-ruby/carmen/pull/233) Revert removing Puerto Rico as a country code
  • [#217](https://github.com/carmen-ruby/carmen/pull/217) Add serializer friendly `to_hash` for `Country` and `Region` ([@zarelit](https://github.com/zarelit))
  • [#137](https://github.com/carmen-ruby/carmen/pull/137) Add country search by numeric code ([@Envek](https://github.com/Envek))
  • [#200](https://github.com/carmen-ruby/carmen/pull/200) Add municipalities of Mexico ([@jdsampayo](https://github.com/jdsampayo))
  • [#193](https://github.com/carmen-ruby/carmen/pull/193) Allow filtering subregions by type ([@aldesantis](https://github.com/aldesantis))
  • [#180](https://github.com/carmen-ruby/carmen/pull/180) `Region#subregions` returns freezed array ([@j15e](https://github.com/j15e))
  • [#177](https://github.com/carmen-ruby/carmen/pull/177) Always return a `RegionCollection` from `Region#load_subregions` ([@codeodor](https://github.com/codeodor))
  • + 1 more