We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d93f10b commit 6d58e71Copy full SHA for 6d58e71
History.md
@@ -1,3 +1,14 @@
1
+2.5.2 / 2016-06-20
2
+==================
3
+
4
+ * Fixes `Referer` header support
5
+ * Removes timeout between keystrokes when using `.type()`
6
+ * Checks instance existence when calling `.end()`
7
+ * Adds a link to `nightmare-examples`
8
+ * Changes `yield` to `.then()` in readme
9
+ * Swaps `did-finish-loading` for `did-stop-loading` when waiting for page transitions
10
+ * Adds optional `loadTimeout` for server responses that do not end
11
12
2.5.1 / 2016-06-07
13
==================
14
package.json
@@ -1,6 +1,6 @@
{
"name": "nightmare",
- "version": "2.5.1",
+ "version": "2.5.2",
"license": "MIT",
"main": "lib/nightmare.js",
"scripts": {
0 commit comments