Skip to content

Commit

Permalink
Updates in india data
Browse files Browse the repository at this point in the history
  • Loading branch information
pjprasad-secondary committed Aug 10, 2021
1 parent 98328bd commit 5c059a2
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 4 deletions.
1 change: 1 addition & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
.github/
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,19 @@ The data returned by this library in following pattern
]
```
## Whats new

**1.0.3**
***Released on Aug 11, 2021***
* Removed and updated wrong iso codes
1. Telangana TS into TG
2. Sikkim WK into SK
* Merged Dadra and Nagar Haveli and Daman and Diu as single region in India.
* Added Ladakh union territory.
* References
1. https://en.wikipedia.org/wiki/ISO_3166-2:IN
2. https://en.wikipedia.org/wiki/States_and_union_territories_of_India


**1.0.2**

* Removed critical bug of array cloning method that cause break the data object.
Expand Down
6 changes: 3 additions & 3 deletions lib/data.json
Original file line number Diff line number Diff line change
Expand Up @@ -1736,8 +1736,7 @@
{ "name": "Bihar", "code": "BR" },
{ "name": "Chandigarh", "code": "CH" },
{ "name": "Chhattisgarh", "code": "CT" },
{ "name": "Dadra and Nagar Haveli", "code": "DN" },
{ "name": "Daman and Diu", "code": "DD" },
{ "name": "Dadra and Nagar Haveli and Daman and Diu", "code": "DH" },
{ "name": "Delhi", "code": "DL" },
{ "name": "Goa", "code": "GA" },
{ "name": "Gujarat", "code": "GJ" },
Expand All @@ -1747,6 +1746,7 @@
{ "name": "Jharkhand", "code": "JH" },
{ "name": "Karnataka", "code": "KA" },
{ "name": "Kerala", "code": "KL" },
{ "name": "Ladakh", "code": "LA" },
{ "name": "Lakshadweep", "code": "LD" },
{ "name": "Madhya Pradesh", "code": "MP" },
{ "name": "Maharashtra", "code": "MH" },
Expand All @@ -1760,7 +1760,7 @@
{ "name": "Rajasthan", "code": "RJ" },
{ "name": "Sikkim", "code": "SK" },
{ "name": "Tamil Nadu", "code": "TN" },
{ "name": "Telangana", "code": "TS" },
{ "name": "Telangana", "code": "TG" },
{ "name": "Tripura", "code": "TR" },
{ "name": "Uttarakhand", "code": "UT" },
{ "name": "Uttar Pradesh", "code": "UP" },
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "country-data-query",
"version": "1.0.2",
"version": "1.0.3",
"description": "Easy and powerful library for query complex country and regions data in simple and effective way by country code, currency code, dial code in various filters.",
"main": "index.js",
"scripts": {},
Expand Down

0 comments on commit 5c059a2

Please sign in to comment.