All Versions
4
Latest Version
Avg Release Cycle
46 days
Latest Release
2610 days ago

Changelog History

  • v0.2.1 Changes

    March 20, 2018
    • 👍 Allow newer versions of aeson, conduit, conduit-combinators, conduit-extra, and lzma-conduit.
  • v0.2.0 Changes

    November 27, 2017
    • ➕ Added lots of test cases.
    • ➕ Add support for compressed content stores. This requires lzma-conduit.
    • 🛠 Fix a file creation bug in fetchFile. If you attempted to fetch an object that did not exist, the output file would still be created. This no longer happens.
    • 🛠 Fix fetchByteString and fetchLazyByteString to return the entire object, not just the first chunk of it. This was caused by improper use of headC.
    • 🛠 Fix a bug in fetchByteStringC and fetchLazyByteStringC that was causing these functions to output objects as multiple ByteStrings.
    • ✂ Remove duplicate MonadIO constraints. These were being duplicated by the use of MonadResource constraints.
  • v0.1.1 Changes

    November 09, 2017
    • 😌 Relax overly strict aeson, monad-control, temporary, and text requirements.
  • v0.1.0 Changes

    November 01, 2017
    • 🎉 Initial release.