Skip to content
This repository has been archived by the owner on Jun 10, 2018. It is now read-only.

Commit

Permalink
GlobalPhone 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sstephenson committed May 29, 2013
1 parent fb041bc commit ca0e315
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,12 @@ GlobalPhone is heavily inspired by Andreas Gal's [PhoneNumber.js](https://github

### Version History

**1.0.1** (May 29, 2013)

* GlobalPhone::Number#to_s returns the E.164 international string.
* Ensure GlobalPhone::Number always returns strings for #national_format, #international_format, and #international_string, regardless of validity.
* Relax format restrictions to more loosely match available national number patterns.

**1.0.0** (May 28, 2013)

* Initial public release.
Expand Down
2 changes: 1 addition & 1 deletion lib/global_phone.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
require 'global_phone/context'

module GlobalPhone
VERSION = '1.0.0'
VERSION = '1.0.1'

class Error < ::StandardError; end
class NoDatabaseError < Error; end
Expand Down

0 comments on commit ca0e315

Please sign in to comment.