We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f1ca65 commit 3c6f6dbCopy full SHA for 3c6f6db
History.md
@@ -1,4 +1,12 @@
1
2
+2.0.1 / 2015-06-24
3
+==================
4
+
5
+ * fixed the double call of the callback function
6
+ * phantomjs is required to run the tests
7
+ * remove old tests
8
+ * fix `make test`
9
10
2.0.0 / 2015-05-30
11
==================
12
package.json
@@ -1,6 +1,6 @@
{
"name": "x-ray",
- "version": "2.0.0",
+ "version": "2.0.1",
"description": "structure any website",
"keywords": [
"scraper",
@@ -37,4 +37,4 @@
37
"rimraf": "^2.3.2",
38
"x-ray-phantom": "^1.0.0"
39
}
40
-}
+}
0 commit comments