Download Latest Version Countries v5.1.0 source code.tar.gz (5.9 MB)
Email in envelope

Get an email when there's a new version of World Countries

Home / v4.0.0
Name Modified Size InfoDownloads / Week
Parent folder
Countries v4.0.0.tar.gz 2020-03-30 5.7 MB
Countries v4.0.0.zip 2020-03-30 5.8 MB
README.md 2020-03-30 1.1 kB
Totals: 3 Items   11.6 MB 0

Breaking changes

Before

:::json
"demonym": "Irish",
...
"demonyms": {
    "fra": {
        "f": "Irlandaise",
        "m": "Irlandais"
    }
}

After

:::json
"demonyms": {
    "eng": {
        "f": "Irish",
        "m": "Irish"
    },
    "fra": {
        "f": "Irlandaise",
        "m": "Irlandais"
    }
}

Additions

Changes

  • update TypeScript types to v3 (#376)

Fixes

Source: README.md, updated 2020-03-30