File tree Expand file tree Collapse file tree 2 files changed +10
-5
lines changed Expand file tree Collapse file tree 2 files changed +10
-5
lines changed Original file line number Diff line number Diff line change 1
1
# Change Log
2
2
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
+
3
8
## [ 0.3.4] - 2015-04-26
4
9
- Minor fixes related with documentation.
5
10
- Fixed ``` async ``` promise works. It can receive values to be passed to the next promise. Internally it now uses this mechanism.
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " scraperjs" ,
3
- "version" : " 0.3.4 " ,
3
+ "version" : " 0.4.0 " ,
4
4
"description" : " A complete and versatile web scraper." ,
5
5
"main" : " ./src/Scraper.js" ,
6
6
"keywords" : [
24
24
"author" : " Rui Gil" ,
25
25
"license" : " MIT" ,
26
26
"dependencies" : {
27
- "async" : " ^0.9.0 " ,
27
+ "async" : " ^1.4.2 " ,
28
28
"cheerio" : " ^0.19.0" ,
29
29
"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"
33
33
},
34
34
"readmeFilename" : " README.md" ,
35
35
"directories" : {
You can’t perform that action at this time.
0 commit comments