This repository was archived by the owner on Jan 9, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +35
-0
lines changed
Expand file tree Collapse file tree 1 file changed +35
-0
lines changed Original file line number Diff line number Diff line change 1+ 1.2.0 / 2014-09-26
2+ ==================
3+
4+ BC break:
5+
6+ * Rewrote the driver based on Zombie 2.0 rather than the old 1.x versions
7+ * Changed the behavior of ` getValue ` for checkboxes according to the BC break in Mink 1.6
8+
9+ New features:
10+
11+ * Added the support of select elements in ` setValue `
12+ * Implemented ` getOuterHtml `
13+ * Added support for request headers
14+ * Implemented ` submitForm `
15+ * Implemented ` isSelected `
16+
17+ Bug fixes:
18+
19+ * Fixed the selection of options for multiple selects to ensure the change event is triggered only once
20+ * Fixed the selection of options for radio groups
21+ * Fixed ` getValue ` for radio groups
22+ * Fixed the retrieval of response headers
23+ * Fixed a leak of outdated references in the node server when changing page
24+ * Fixed the resetting of the driver to reset everything
25+ * Fixed the code to throw exceptions for invalid usages of the driver
26+ * Fixed handling of errors to throw exceptions in the driver rather than crashing the node server
27+ * Fixed ` evaluateScript ` and ` executeScript ` to support all syntaxes required by the Mink API
28+ * Fixed ` getContent ` to return the source of the page without decoding entities
29+ * Fixed the removal of cookies
30+ * Fixed the basic auth implementation
31+
32+ Testing:
33+
34+ * Updated the testsuite to use the new Mink 1.6 driver testsuite
35+ * Added testing on HHVM
You can’t perform that action at this time.
0 commit comments