|
1 |
| -### 1.0.3 (Pending Release) |
2 |
| -* Add region search by type with Carmen::RegionCollection#typed (alessandro1997) |
3 |
| -* Freeze regions arrays (j15e) |
4 |
| -* Add Rangpur bibha, Bangladesh (ecbypi) |
5 |
| -* Add Telegana, India (ecbypi) |
6 |
| - |
7 |
| -### 1.0.2 |
| 1 | +### 1.1.0 (unreleased) |
| 2 | +* [#231](https://github.com/carmen-ruby/carmen/pull/231) Base ISO data has been updated for the first time since October 25, 2014 |
| 3 | +* [#233](https://github.com/carmen-ruby/carmen/pull/233) Revert removing Puerto Rico as a country code |
| 4 | +* [#217](https://github.com/carmen-ruby/carmen/pull/217) Add serializer friendly `to_hash` for `Country` and `Region` ([@zarelit](https://github.com/zarelit)) |
| 5 | +* [#137](https://github.com/carmen-ruby/carmen/pull/137) Add country search by numeric code ([@Envek](https://github.com/Envek)) |
| 6 | +* [#200](https://github.com/carmen-ruby/carmen/pull/200) Add municipalities of Mexico ([@jdsampayo](https://github.com/jdsampayo)) |
| 7 | +* [#193](https://github.com/carmen-ruby/carmen/pull/193) Allow filtering subregions by type ([@aldesantis](https://github.com/aldesantis)) |
| 8 | +* [#180](https://github.com/carmen-ruby/carmen/pull/180) `Region#subregions` returns freezed array ([@j15e](https://github.com/j15e)) |
| 9 | +* [#177](https://github.com/carmen-ruby/carmen/pull/177) Always return a `RegionCollection` from `Region#load_subregions` ([@codeodor](https://github.com/codeodor)) |
| 10 | +* Various geographic data updates by [Carmen contributors](https://github.com/carmen-ruby/carmen/graphs/contributors). Thank you! |
| 11 | + |
| 12 | +### 1.0.2 (March 13, 2015) |
8 | 13 | * Replace use of UnicodeUtils with ActiveSupport (eikes)
|
9 | 14 | * Update data from upstream sources.
|
10 | 15 | * Fix spelling errors for French subregions (hugolantaume)
|
|
15 | 20 | * Fixed the name of Vietnam.
|
16 | 21 | * Add local files for Bangla language (tauhidul35)
|
17 | 22 |
|
18 |
| -### 1.0.1 |
| 23 | +### 1.0.1 (March 06, 2014) |
19 | 24 | * Avoid raising an exception when calling Querying#coded with a nil code
|
20 | 25 | * Fix a bug where adding additional data paths caused an error when looking up localized names in the base locale data (seangaffney)
|
21 | 26 | * Add Country#numeric_code (stevenharman)
|
|
0 commit comments