Skip to content

Commit 13ec1c2

Browse files
committed
Updated dependencies and version bump
1 parent aa74bf0 commit 13ec1c2

File tree

2 files changed

+10
-5
lines changed

2 files changed

+10
-5
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Change Log
22

3+
## [0.4.0] - 2015-09-19
4+
- Passing utils to the error callback by @rvernica
5+
- Add an 'options' argument to DynamicScraper that get passed to Phantom by @vdraceil
6+
- Updated dependencies
7+
38
## [0.3.4] - 2015-04-26
49
- Minor fixes related with documentation.
510
- Fixed ``` async ``` promise works. It can receive values to be passed to the next promise. Internally it now uses this mechanism.

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "scraperjs",
3-
"version": "0.3.4",
3+
"version": "0.4.0",
44
"description": "A complete and versatile web scraper.",
55
"main": "./src/Scraper.js",
66
"keywords": [
@@ -24,12 +24,12 @@
2424
"author": "Rui Gil",
2525
"license": "MIT",
2626
"dependencies": {
27-
"async": "^0.9.0",
27+
"async": "^1.4.2",
2828
"cheerio": "^0.19.0",
2929
"jquery": "^2.1.1",
30-
"phantom": "^0.7.1",
31-
"request": "^2.55.0",
32-
"commander": "^2.5.1"
30+
"phantom": "^0.7.2",
31+
"request": "^2.62.0",
32+
"commander": "^2.8.1"
3333
},
3434
"readmeFilename": "README.md",
3535
"directories": {

0 commit comments

Comments
 (0)