CHANGELOG.md in phony_rails-0.14.9 vs CHANGELOG.md in phony_rails-0.14.10

- old
+ new

@@ -1,7 +1,41 @@ # Change Log +## [v0.14.10](https://github.com/joost/phony_rails/tree/v0.14.10) (2018-10-11) +[Full Changelog](https://github.com/joost/phony_rails/compare/v0.14.9...v0.14.10) + +**Closed issues:** + +- PhonyRails.default\_country\_code too intrusive in plausible\_number? method [\#179](https://github.com/joost/phony_rails/issues/179) +- default\_country\_code overrides 00-prefix country code [\#175](https://github.com/joost/phony_rails/issues/175) +- Valid 260 area code number is reported as invalid [\#168](https://github.com/joost/phony_rails/issues/168) +- Croatian number not validating as plausible. [\#165](https://github.com/joost/phony_rails/issues/165) +- phony\_formatted not returning original String for non-digit only strings [\#163](https://github.com/joost/phony_rails/issues/163) +- should all normalized numbers be valid? [\#162](https://github.com/joost/phony_rails/issues/162) +- Extensions not working out of the box for validator [\#160](https://github.com/joost/phony_rails/issues/160) + +**Merged pull requests:** + +- Remove errant `puts` [\#188](https://github.com/joost/phony_rails/pull/188) ([stevenharman](https://github.com/stevenharman)) +- Close issues [\#185](https://github.com/joost/phony_rails/pull/185) ([joost](https://github.com/joost)) +- Better PhonyRails.plausible\_number? method. Closes \#179. [\#184](https://github.com/joost/phony_rails/pull/184) ([joost](https://github.com/joost)) +- Allow numbers starting with 00 country codes. Closes \#175. [\#183](https://github.com/joost/phony_rails/pull/183) ([joost](https://github.com/joost)) + +## [v0.14.9](https://github.com/joost/phony_rails/tree/v0.14.9) (2018-09-05) +[Full Changelog](https://github.com/joost/phony_rails/compare/v0.14.7...v0.14.9) + +**Closed issues:** + +- Cut new release 0.14.7 to include new extension removal logic [\#177](https://github.com/joost/phony_rails/issues/177) +- default\_country\_code based on relation [\#174](https://github.com/joost/phony_rails/issues/174) + +**Merged pull requests:** + +- Allow brackets. Closes \#170. [\#182](https://github.com/joost/phony_rails/pull/182) ([joost](https://github.com/joost)) +- add lambda support for default country code [\#181](https://github.com/joost/phony_rails/pull/181) ([kimyu92](https://github.com/kimyu92)) +- Add Spanish translation for validation error [\#178](https://github.com/joost/phony_rails/pull/178) ([r-sierra](https://github.com/r-sierra)) + ## [v0.14.7](https://github.com/joost/phony_rails/tree/v0.14.7) (2018-05-25) [Full Changelog](https://github.com/joost/phony_rails/compare/v0.14.6...v0.14.7) **Closed issues:** @@ -125,10 +159,10 @@ - Phony is out of date [\#102](https://github.com/joost/phony_rails/issues/102) **Merged pull requests:** - Update readme [\#117](https://github.com/joost/phony_rails/pull/117) ([toydestroyer](https://github.com/toydestroyer)) -- Add uk, ru error message translations [\#114](https://github.com/joost/phony_rails/pull/114) ([shhavel](https://github.com/shhavel)) +- Add uk, ru error message translations [\#114](https://github.com/joost/phony_rails/pull/114) ([sanavy](https://github.com/sanavy)) - Update phony\_rails.gemspec [\#112](https://github.com/joost/phony_rails/pull/112) ([Agsiegert](https://github.com/Agsiegert)) - Don't re-parse country codes YAML file every time it's needed. [\#111](https://github.com/joost/phony_rails/pull/111) ([jcoleman](https://github.com/jcoleman)) - Replace countries dependency with YAML file [\#109](https://github.com/joost/phony_rails/pull/109) ([monfresh](https://github.com/monfresh)) ## [v0.12.9](https://github.com/joost/phony_rails/tree/v0.12.9) (2015-07-13) \ No newline at end of file