Skip to content

Latest commit

 

History

History
327 lines (163 loc) · 14.9 KB

CHANGELOG.md

File metadata and controls

327 lines (163 loc) · 14.9 KB

Change Log

v0.12.9 (2015-07-13)

Full Changelog

Closed issues:

  • Countries 0.11.5 introduces a breaking change #103

Merged pull requests:

v0.12.8 (2015-06-22)

Full Changelog

Closed issues:

  • activerecord dependency #99

  • Using a number different from the country #97

  • UK 0203 numbers not handled correctly #95

  • Consider keeping a Changelog for changes in each version. #91

  • Phone numbers with extensions #78

Merged pull requests:

  • remove active_record dependency #100 (sbounmy)

  • Add enforce_record_country option to phony_normalize method #98 (phillipp)

v0.12.7 (2015-06-18)

Full Changelog

Closed issues:

  • inconsistent normalization #93

Merged pull requests:

  • Adding default error translation for the Hebrew language #96 (pazaricha)

v0.12.6 (2015-05-11)

Full Changelog

Closed issues:

  • Nil return values for normalize cause validations to pass #92

Merged pull requests:

  • pass all options from String#phony_normalized to PhonyRails.normalize_number #94 (krukgit)

v0.12.5 (2015-04-30)

Full Changelog

Closed issues:

  • phony_normalize strips parentheses from NDC part #89

  • Does not normalize when validations are skipped #88

v0.12.4 (2015-04-05)

Full Changelog

v0.12.2 (2015-04-05)

Full Changelog

Closed issues:

  • Some numbers not normalizing properly as of 0.12.1 #87

  • Something wrong with normalization of NO phones #85

v0.12.1 (2015-04-01)

Full Changelog

Closed issues:

  • Validate a phone number format, but don't require the presence #84

  • Simple question about creating a record #83

v0.12.0 (2015-03-26)

Full Changelog

Closed issues:

  • Allow validating against multiple countries #81

Merged pull requests:

  • allow all valid options #82 (zzma)

v0.11.0 (2015-03-04)

Full Changelog

Closed issues:

  • Method phony_formatted return "undefined method `split' for 1:Fixnum" #79

Merged pull requests:

  • Fix incorrect Japanese translation #80 (ykzts)

v0.10.1 (2015-01-21)

Full Changelog

Closed issues:

  • PhonyRails.normalize_number is removing unexpected zero #77

  • support for arrays in postgres #59

  • Phone extension support #57

v0.10.0 (2015-01-21)

Full Changelog

Closed issues:

  • Already normalized numbers have default country code prepended #76

v0.9.0 (2015-01-13)

Full Changelog

Merged pull requests:

v0.8.2 (2014-12-18)

Full Changelog

Closed issues:

  • uninitialized constant Listen::Turnstile #69

  • Issue with brazilian numbers #68

  • Phony is now at 2.8.x #67

  • Update to latest phony version? #65

Merged pull requests:

  • Remove depreciation warnings while running tests. #71 (jmera)

  • Update guard to handle change in listen dependency #70 (JonMidhir)

v0.8.0 (2014-11-07)

Full Changelog

Closed issues:

  • Update README #66

v0.7.3 (2014-10-23)

Full Changelog

Merged pull requests:

  • Ability to validate against the normalized input #64 (dimroc)

v0.7.2 (2014-10-15)

Full Changelog

Merged pull requests:

v0.7.1 (2014-10-01)

Full Changelog

v0.7.0 (2014-09-30)

Full Changelog

Closed issues:

  • TAG on release #62

  • Unable to run migrations if "as" attribute added #60

  • Rails not recognizing phony_rails method #58

  • Validation fails if record country code does not match code in phone number #55

  • Phony 2.2.3 breaks test #51

  • Country code not set when first two digits eq country code #50

  • Phony 2.1 incompatibility related to country codes/numbers #48

  • Clarify Indended Functionality and Require a Default Country Code #43

  • Use Phony 2.0 #28

Merged pull requests:

  • Raise runtime errors not argument errors when :as attr undefined #61 (chelsea)

  • Fixes #55 - Validation fails if record country code does not match code ... #56 (juanpaco)

  • Add turkish locale file. #54 (onurozgurozkan)

  • Translate german #53 (toxix)

  • Fix country code being incorrectly passed to phony #49 (pjg)

v0.6.0 (2014-01-28)

Closed issues:

  • French normalized number isn't good #42

  • Invalid numbers should not be formatted #41

  • Error when formatting invalid numbers #40

  • License missing from gemspec #38

  • Expose Country objects, and allow national-to-international conversion #34

  • default_country_code forces country code #33

  • "translation missing" when using validator on non-activerecord backed models #30

  • Error when normalizing long telephone numbers with default country code #29

  • Fix default_country_number appending repeatedly #25

  • Detect if phone number has country code specified and use that #22

  • problem with v 0.2.1 #21

  • Error with phony_normalize on migration #19

  • Mongoid Error Message #18

  • Make dependency on newer version of phony #11

  • add a wiki #7

  • validator not included #4

  • Country Number out of Country gem #3

Merged pull requests:

  • Add support for phony version ~> 2.1 #45 (pjg)

  • In the validator: add country code & number handling #44 (robink)

  • PhonyRails.country_number_for should accept case agnostic country code #39 (ahegyi)

  • option for country code validation in helper #37 (fareastside)

  • Fix phone number formatting method call in README #36 (pjg)

  • Better attribute accessor pattern + Japanese translation #35 (johnnyshields)

  • Cleanup for better Mongoid support #32 (johnnyshields)

  • add activemodel validation translation #31 (ghiculescu)

  • use default_country_code when normalizing #27 (espen)

  • update Gemfile.lock with lastest version #26 (espen)

  • Raise only an exception at validation for non-existing attributes (#19) #20 (k4nar)

  • Do not normalize an implausible phone #16 (Jell)

  • Override the default loading of the "countries" gem so that the Country class isn't unqualified. #15 (jcoleman)

  • Mongoid support. #14 (siong1987)

  • Do not pollute the global namespace with a Country class #13 (Jell)

  • Address issue #11 - need to use a newer version of phony for additional countries #12 (rjhaveri)

  • Compatibility with Ruby 1.8.7 #10 (henning-koch)

  • remove cause for warning: already initialized constant VERSION #9 (henning-koch)

  • validator translation #8 (ddidier)

  • refactored tests and added options to validates_plausible_phone #6 (ddidier)

  • some tests and a helper method #5 (ddidier)

  • Bumped Phony dependency to the latest #2 (Rodeoclash)

  • Changed the remaining references to phony_number to phony_rails. #1 (floere)

* This Change Log was automatically generated by github_changelog_generator