All Versions
6
Latest Version
Avg Release Cycle
-
Latest Release
-

Changelog History

  • v0.3.1.1 Changes

    • ๐Ÿ›  Fix a concurrency bug in memoiseWithCycleDetection, where a race condition meant that it could sometimes throw a Cyclic exception when there weren't actually cycles
  • v0.3.1.0 Changes

    • โž• Add MonadFix instance to Task
  • v0.3.0.0 Changes

    June 28, 2020
    • โž• Add memoiseWithCycleDetection and Cycle, enabling cycle detection
    • ๐ŸŽ Implement Task using ReaderT, improving performance
    • ๐Ÿ— Make buildable with GHC 8.2.2 through 8.8.3
    • ๐Ÿ“ฆ Switch from the dependent-map package to the dependent-hashmap for caches
    • โœ‚ Remove support for Haxl-style automatic parallelisation
      • Remove strategy parameter from runTask
      • Add MonadBaseControl, which allows manual parallelisation using e.g. lifted-async
      • Remove Sequential type
    • ๐Ÿ‘‰ Use IORefs instead of MVars
    • โž• Add trackM function
    • โœ‚ Remove invalidateReverseDependencies in favour of reachableReverseDependencies
    • Generalise verifyTraces to verify using user-supplied data
  • v0.2.0.0 Changes

    • Stop using hashes when verifying traces (gets rid of the Rock.HashTag and Rock.Hashed modules)
    • โž• Add reverse dependency tracking
  • v0.1.0.1 Changes

    • ๐Ÿ›  Fix base-4.12 compatibility
  • v0.1.0.0 Changes

    July 01, 2019
    • ๐ŸŽ‰ Initial release