npm i18n-iso-countries 3.0.0
v3.0.0

latest releases: 7.11.1, 7.11.0, 7.10.1...
6 years ago

Breaking changes

  • Using this library now requires an environment that supports String.prototype.padStart available (can be polyfilled).
  • Using this library in the browser now requires the developer to manually register the locale(s) they want to support:
var countries = require("i18n-iso-countries");
// Support french & english languages.
countries.registerLocale(require("i18n-iso-countries/langs/en.json"));
countries.registerLocale(require("i18n-iso-countries/langs/fr.json"));

details #64

Don't miss a new i18n-iso-countries release

NewReleases is sending notifications on new releases.