Skip to content

Commit 6d58e71

Browse files
committed
2.5.2
1 parent d93f10b commit 6d58e71

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

History.md

+11
Original file line numberDiff line numberDiff line change
@@ -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+
112
2.5.1 / 2016-06-07
213
==================
314

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nightmare",
3-
"version": "2.5.1",
3+
"version": "2.5.2",
44
"license": "MIT",
55
"main": "lib/nightmare.js",
66
"scripts": {

0 commit comments

Comments
 (0)