All Versions
30
Latest Version
Avg Release Cycle
167 days
Latest Release
1466 days ago
Changelog History
Page 3
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