All Versions
30
Latest Version
0.9
Avg Release Cycle
167 days
Latest Release
1466 days ago

Changelog History
Page 3

  • v0.6.0.3 Changes

    • ๐Ÿ˜Œ Relaxed upper bounds on text and http-client versions
  • v0.6.0.2 Changes

    • โž• Added support for aeson > 0.8 and network > 2.6
    • โž• Added support for the "X-Response-Body-Start" HTTP header used for error responses in newer http-client versions
  • v0.6.0.1 Changes

    • ๐Ÿ›  Fixed Haddock parse errors. No code changes introduced in this version.
  • v0.5.5 Changes

    • โž• Added optional HTTP history tracking for debugging purposes.
  • v0.5.4 Changes

    • ๐Ÿ—„ MonadCatchIO is deprecated in favour of exceptions.
    • ๐Ÿ˜Œ Relaxed dependencies on mtl, network and scientific.
  • v0.5.3 Changes

    ๐Ÿ†• new features

    • SessionNotCreated constructor added to FailedCommandType
    • ๐Ÿ†• new command deleteCookieByName added

    ๐Ÿ›  ###b ug fixes

    • โฑ asyncJS now properly distinguishes between a null return and a script timeout
    • ๐Ÿ›  fixed a change in waitWhile causing the opposite of expected behavior
  • v0.5.3.3 Changes

    • ๐Ÿ˜Œ Relaxed text dependency up to 1.2
  • v0.5.3.2 Changes

    ๐Ÿ› bug fixes

    • ๐Ÿ›  fixed remaining compilation problems with aeson. now supports aeson >= 0.6.2.0 && < 0.8
    • ๐Ÿ›  now depends on directory-tree instead of filesystem-trees. this fixes several problems with firefox/chrome profile support.
  • v0.5.3.1 Changes

    ๐Ÿ› bug fixes

    • ๐Ÿ›  fixed compilation error with aeson 0.7 and greater
  • v0.5.2 Changes

    API changes

    • โž• added many new Internet Explorer capabilities
    • โž• added additionalCaps to Capabilities, which allows support for non-standard capabilities
    • ๐Ÿ’ป Browser type now supports non-standard browsers via the new Browser constructor
    • โž• added support for the new unexpectedAlertBehaviour capability

    ๐Ÿ†• new features

    • ๐Ÿ†• new command getApplicationCacheStatus supported
    • error reporting for unknown commands now slightly improved

    ๐Ÿ› bug fixes

    • internal request URIs are now properly percent-encoded
    • ๐Ÿ‘Œ improved handling of browser-specific capabilities
    • ๐Ÿ›  fixed incompatability with new session creation protocol changes introduced in selenium 2.35
    • โšก๏ธ updated to work with Aeson 0.6.2 and onward