Skip to content

v6.0.0

Compare
Choose a tag to compare
@michaelwittig michaelwittig released this 28 May 06:11
· 122 commits to master since this release

Breaking changes

The language files in the langs dir now optionally support an array of strings for the names of a country. see #175

Therefore, the getNames function now returns a struct like this:

{
  "RU": ["Russian Federation", "Russia"],
  "RW": "Rwanda"
}