-
Notifications
You must be signed in to change notification settings - Fork 31
/
CHANGELOG
35 lines (26 loc) · 1010 Bytes
/
CHANGELOG
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
1.2.2
- Fixes getCountryCode returning undefined
1.2.1
- Fixes documentation
1.2.0
- Adds support for CommonJS standard (thanks @seanhealy)
- Country names are now capitalized (thanks @mrhenry)
- Adds array of country codes
1.1.1
- Fixes possible directive exception (thanks @sullivanpt)
- Adds reverse lookup: from country name to its code (thanks @dgdavid)
1.1.0
- Adds the possibility to manipulate country names (thanks @davestone)
1.0.4
- Allows one to use non uppercase country codes in some methods (thanks @ItsLeeOwen)
1.0.3 (Broken version, use 1.0.4)
- Removes last comma from country list (fixes IE problem)
- Adds getCountryNames method to get several country names at once
- Bower main file points to the minified version
1.0.2
- Library has been given to the public domain (no copyright on this code)
- Filter renames isoCountry instead of the too generic country
1.0.1
- Fixes service dependencies after minification
1.0.0
- First version of the library