google-libphonenumber 1.0.26 → 1.1.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.npmignore +8 -0
- package/CHANGELOG.md +30 -0
- package/dist/browser/libphonenumber.js +183 -171
- package/dist/browser/libphonenumber.min.js +9 -9
- package/dist/libphonenumber.js +183 -171
- package/package.json +8 -12
- package/.eslintignore +0 -2
- package/.eslintrc.yml +0 -11
- package/.gitattributes +0 -1
- package/.jscsrc +0 -4
- package/.travis.yml +0 -10
- package/patch.diff +0 -410
- package/patch1.diff +0 -129
- package/patch2.diff +0 -411
- package/src/asyoutypeformatter.js +0 -1113
- package/src/asyoutypeformatter_test.html +0 -38
- package/src/asyoutypeformatter_test.js +0 -1207
- package/src/demo-compiled.html +0 -53
- package/src/demo-compiled.js +0 -456
- package/src/demo.html +0 -62
- package/src/demo.js +0 -161
- package/src/index.js +0 -14
- package/src/metadata.js +0 -5226
- package/src/metadatafortesting.js +0 -630
- package/src/metadatalite.js +0 -5226
- package/src/phonemetadata.pb.js +0 -2443
- package/src/phonenumber.pb.js +0 -536
- package/src/phonenumberutil.js +0 -4223
- package/src/phonenumberutil_test.html +0 -37
- package/src/phonenumberutil_test.js +0 -3330
- package/src/regioncodefortesting.js +0 -66
- package/test/as-you-type-formatter_test.js +0 -33
- package/test/browser.html +0 -17
- package/test/exports_test.js +0 -35
- package/test/phone-util_test.js +0 -101
- package/v1.4.6.tar.gz +0 -0
package/.npmignore
CHANGED
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,35 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [v1.1.2](https://github.com/seegno/google-libphonenumber/tree/v1.1.2) (2016-09-16)
|
|
4
|
+
[Full Changelog](https://github.com/seegno/google-libphonenumber/compare/v1.1.1...v1.1.2)
|
|
5
|
+
|
|
6
|
+
**Merged pull requests:**
|
|
7
|
+
|
|
8
|
+
- Update libphonenumber@7.6.1 [\#81](https://github.com/seegno/google-libphonenumber/pull/81) ([ruimarinho](https://github.com/ruimarinho))
|
|
9
|
+
|
|
10
|
+
## [v1.1.1](https://github.com/seegno/google-libphonenumber/tree/v1.1.1) (2016-09-16)
|
|
11
|
+
[Full Changelog](https://github.com/seegno/google-libphonenumber/compare/v1.1.0...v1.1.1)
|
|
12
|
+
|
|
13
|
+
**Merged pull requests:**
|
|
14
|
+
|
|
15
|
+
- Update libphonenumber@7.6.0 [\#80](https://github.com/seegno/google-libphonenumber/pull/80) ([ruimarinho](https://github.com/ruimarinho))
|
|
16
|
+
|
|
17
|
+
## [v1.1.0](https://github.com/seegno/google-libphonenumber/tree/v1.1.0) (2016-08-15)
|
|
18
|
+
[Full Changelog](https://github.com/seegno/google-libphonenumber/compare/v1.0.27...v1.1.0)
|
|
19
|
+
|
|
20
|
+
**Merged pull requests:**
|
|
21
|
+
|
|
22
|
+
- Remove jscs in favour of eslint [\#76](https://github.com/seegno/google-libphonenumber/pull/76) ([ruimarinho](https://github.com/ruimarinho))
|
|
23
|
+
- Remove non-essential files from npm package [\#75](https://github.com/seegno/google-libphonenumber/pull/75) ([ruimarinho](https://github.com/ruimarinho))
|
|
24
|
+
- Update libphonenumber@7.5.2 [\#74](https://github.com/seegno/google-libphonenumber/pull/74) ([ruimarinho](https://github.com/ruimarinho))
|
|
25
|
+
|
|
26
|
+
## [v1.0.27](https://github.com/seegno/google-libphonenumber/tree/v1.0.27) (2016-07-31)
|
|
27
|
+
[Full Changelog](https://github.com/seegno/google-libphonenumber/compare/v1.0.26...v1.0.27)
|
|
28
|
+
|
|
29
|
+
**Merged pull requests:**
|
|
30
|
+
|
|
31
|
+
- Update libphonenumber@7.5.1 [\#72](https://github.com/seegno/google-libphonenumber/pull/72) ([ruimarinho](https://github.com/ruimarinho))
|
|
32
|
+
|
|
3
33
|
## [v1.0.26](https://github.com/seegno/google-libphonenumber/tree/v1.0.26) (2016-07-31)
|
|
4
34
|
[Full Changelog](https://github.com/seegno/google-libphonenumber/compare/v1.0.25...v1.0.26)
|
|
5
35
|
|