Skip to content

Releases: thiagodp/country-to-currency

v1.1.5

27 Jan 18:00
Compare
Choose a tag to compare

v1.1.4

27 Jan 17:35
Compare
Choose a tag to compare

Fixes #23

v1.1.3

27 Jan 17:27
Compare
Choose a tag to compare

Fixes #22

v1.1.2

27 Jan 17:17
Compare
Choose a tag to compare

Fixes #21

v1.1.1

11 Jan 01:20
Compare
Choose a tag to compare

Fixes #16 and includes #17, #18, #19, and #20 by @jasongitmail

v1.1.0

21 Dec 00:42
Compare
Choose a tag to compare

Adds two union types (TypeScript 3.4+ only):

  • Currencies, that contains all the currencies;
  • Countries, that contains all the countries.

Example - TypeScript on NodeJS:

  import countryToCurrency, { Currencies, Countries } from "country-to-currency";

v1.0.12

21 Dec 00:44
Compare
Choose a tag to compare

Fixes #14 about South Georgia

v1.0.11

11 Aug 23:22
Compare
Choose a tag to compare

Fixes #13 about El Salvador

v1.0.10

29 May 18:22
Compare
Choose a tag to compare
  • Output object's keys are now sorted

v1.0.9

29 May 16:54
Compare
Choose a tag to compare
  • Adds AN (for Netherlands Antilles), that returns the code ANG (for Netherlands Antillean Guilder)