Changelog of @hackage/ascii 1.1.1.0

1.0.0.0 - 2020-05-05 - Initial release

1.0.0.2 - 2020-05-18 - Support GHC 8.10

1.0.1.0 - 2021-01-27

New functions:
    - byteStringToUnicodeStringMaybe
    - unicodeStringToByteStringMaybe
    - byteListToUnicodeStringMaybe
    - unicodeStringToByteListMaybe
    - convertCharMaybe
    - convertCharOrFail
    - convertStringMaybe
    - convertStringOrFail

1.0.1.2 - 2021-02-09 - Support bytestring-0.11

1.0.1.4 - 2021-02-10 - Support GHC 9.0

1.0.1.6 - 2021-09-26

- Add a test suite
- Raise 'text' lower bound to 1.2.3

1.1.0.0 - 2021-09-26

The dependency on the 'data-ascii' package is removed,
and the following modules are no longer re-exported:
  - Data.Ascii
  - Data.Ascii.Blaze
  - Data.Ascii.ByteString
  - Data.Ascii.Word8

1.1.1.0 - 2021-09-26

New functions:
    - isAlphaNum
    - isLetter
    - isDigit
    - isOctDigit
    - isHexDigit
    - isSpace
    - isPunctuation
    - isSymbol