Skip to content

Releases: omkartapale/iso3166-lookup

v1.1.0

25 Jun 18:57
e9992cd
Compare
Choose a tag to compare

New features

  • Added more functions to get list of specified details from country list
    • getAllCountryNames()
    • getAllAlpha2()
    • getAllAlpha3()
  • Added OutputType enum to specify return type

Changed features

  • Specify Return/Output types for find functions

    To specify the desired output format, you can optionally pass the second param to find functions (viz. - findCountry, findAlpha2, findAlpha3, findNum3). These functions will default return a country object if the parameter is not supplied.
    You can specify any value from the following: "obj", "name", "alpha2", "alpha3", "num3".

What's Changed

Full Changelog: v1.0.0...v1.1.0

Initial Release v1.0.0

22 Jun 16:38
aa487c6
Compare
Choose a tag to compare

Initial Release v.1.0.0

We're excited to announce the first version of the ISO 3166-1:2020 Country Codes lookup package.