All Versions
9
Latest Version
Avg Release Cycle
12 days
Latest Release
-

Changelog History

  • v1.0.0 Changes

    • Inception
  • v0.5.0 Changes

    • Let runPut and company return the result of the PutM operation
  • v0.4.0 Changes

    • โž• Add module Data.Binary.IO.Lifted module which contains versions of all functions and types for the use in functors other than IO
    • ๐Ÿ‘‰ Make all functions and types in Data.Binary.IO aliases of the ones in the Lifted module
    • โฌ‡๏ธ Reduce allocations for Await-Notify pairs
  • v0.3.0 Changes

    June 22, 2020
    • โž• Add isEmpty function to check if a read source has no more input available
    • โœจ Enhance newPipe to produce a Reader that detects when its paired Writer went out-of-scope
  • v0.2.0 Changes

    May 31, 2020
    • โž• Add newPipe function that can create a connected Reader and Writer
    • ๐Ÿ‘‰ Make Reader more resilient against exceptions that may happen in the provided Get operation
  • v0.1.1 Changes

    May 18, 2020
    • โž• Add functions to create a Reader, Writer or Duplex without a Handle
  • v0.1.0 Changes

    May 17, 2020
    • โœ‚ Remove continuation parameter to 'runGet' and 'readWith'
  • v0.0.2 Changes

    • โœ‚ Remove continuation parameter to 'runGet' and 'readWith'
  • v0.0.1 Changes

    April 18, 2020
    • Inception