isbn v1.1.0.0 Release Notes

Release Date: 2020-07-28 // over 3 years ago
    • 🔄 Changed exports in Data.ISBN module to not export the constructors of the ISBN data type
      • If constructors are needed, the Data.Types.ISBN module can be imported instead
    • ➕ Added isISBN10 and isISBN13 functions to allow for checking of the opaque ISBN data type without the use of its value constructors