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

Changelog History

  • v1.7.1 Changes

    • โž• added ChangeLog.md to cabal file
    • request functions with fallbacks catch IOError and fallback appropriately
    • ๐Ÿ”จ code refactoring
  • v1.7 Changes

    • reqIO now catches IOError and returns Nothing
    • implemented reqLiftMaybe
  • v1.6 Changes

    • โž• added test suite
    • ๐Ÿ›  fixed compiler warnings
    • ๐Ÿ›  documemtation fixes
    • defined Request as Alternative and MonadPlus
  • v1.5.1 Changes

    • ๐Ÿ›  fixed broken cabal file
  • v1.5 Changes

    • modified code to compile against QuickCheck 2.*
      • made Request a Functor and Applicative
    • implemented reqChar and reqPassword
  • v1.4 Changes

    • โšก๏ธ QuickCheck 2 updates
      • Thanks to Sergei Trofimovich for a patch which makes sure HCL compiles against QuickCheck 1.