Changelog of @hackage/currency-codes 1.0.0.3

Changelog

v1.0.0.0 (2017-08-29)

  • Provide 2 types Currency and Alpha
  • Provide constructors for each currency and Alpha code listed in the standard
  • Provide a list of all Currency
  • Provide instances for:
    • Show
    • Eq
    • Read
    • Generic
    • Data
    • Typeable
    • FromJSON (aeson)
    • ToJSON (aeson)
    • ToSchema (swagger2)
    • Val (bson)
    • Random (random)
    • Ord (Alpha only)
    • Enum (Alpha only
    • Bounded (Alpha only)