Chris@0: 1.3.1 / 2016-03-05 Chris@0: ================== Chris@0: Chris@0: Bug fixes: Chris@0: Chris@0: * Fixed the handling of cookies with semicolon in the value Chris@0: Chris@0: Testsuite: Chris@0: Chris@0: * Add testing on PHP 7 Chris@0: Chris@0: 1.3.0 / 2015-09-21 Chris@0: ================== Chris@0: Chris@0: New features: Chris@0: Chris@0: * Updated the driver to use findElementsXpaths for Mink 1.7 and forward compatibility with Mink 2 Chris@0: Chris@0: Testsuite: Chris@0: Chris@0: * Fixed the window name test for the chrome driver Chris@0: * Add testing on PhantomJS 2 Chris@0: Chris@0: Misc: Chris@0: Chris@0: * Updated the repository structure to PSR-4 Chris@0: Chris@0: 1.2.0 / 2014-09-29 Chris@0: ================== Chris@0: Chris@0: BC break: Chris@0: Chris@0: * Changed the behavior of `getValue` for checkboxes according to the BC break in Mink 1.6 Chris@0: Chris@0: New features: Chris@0: Chris@0: * Added the support of the `chromeOptions` argument in capabilities Chris@0: * Added the support of select elements in `setValue` Chris@0: * Added the support of checbox and radio elements in `setValue` Chris@0: * Added the support of HTML5 input types in `setValue` (for those supported by WebDriver itself) Chris@0: * Added `getWebDriverSessionId` to get the WebDriver session id Chris@0: * Added a way to configure the webdriver timeouts Chris@0: * Implemented `getOuterHtml` Chris@0: * Implemented `getWindowNames` and `getWindowName` Chris@0: * Implemented `maximizeWindow` Chris@0: * Implemented `submitForm` Chris@0: * Implemented `isSelected` Chris@0: Chris@0: Bug fixes: Chris@0: Chris@0: * Fixed the selection of options for radio groups Chris@0: * Fixed `getValue` for radio groups Chris@0: * Fixed the selection of options for multiple selects to ensure the change event is triggered only once Chris@0: * Fixed mouse interactions to use the webDriver API rather than using JS and emulating events Chris@0: * Fixed duplicate change events being triggered when setting the value Chris@0: * Fixed the code to throw exceptions for invalid usages of the driver Chris@0: * Fixed the implementation of `mouseOver` Chris@0: * Fixed `evaluateScript` and `executeScript` to support all syntaxes required by the Mink API Chris@0: * Fixed the retrieval of HTML attributes in `getAttribute` Chris@0: * Fixed form interactions to use the webDriver API rather than using JS and emulating change events Chris@0: * Fixed the clearing of the value when the caret is at the beginning of the field in `setValue` Chris@0: Chris@0: Testing: Chris@0: Chris@0: * Updated the testsuite to use the new Mink 1.6 driver testsuite Chris@0: * Added testing on HHVM