Changelog for currency-codes-1.0.0.0
Changelog
v1.0.0 (2017-08-29)
- Provide 2 types
Currency
andAlpha
- 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)