Releases: website-scraper/node-website-scraper
Releases · website-scraper/node-website-scraper
v0.3.0
05 Aug 19:55
Compare
Sorry, something went wrong.
No results found
69ab9eb - refactor
9636962 - improve detection of duplicated urls
b2d2bed - improve recognizing of resource type
remove log from options
cover with tests
Breaking changes
filename returned by scrape was changed - now it contains relative to directory path
var options = {
urls : 'http://example.com' ,
directory : '/path/to/save'
} ;
scrape ( options ) . then ( console . log ) ;
// earlier: [ { url: 'http://example.com', filename: '/path/to/save/index.html' } ];
// now: [ { url: 'http://example.com', filename: 'index.html' } ];
v0.2.4
28 Apr 18:32
Compare
Sorry, something went wrong.
No results found
181a4d8 - Fix _.extend issue, which overrides options
add more tests
v0.2.3
04 Mar 09:32
Compare
Sorry, something went wrong.
No results found
7f66a8f Fix regexp for css
bd1a778 Add custom request object to options
v0.2.2
03 Dec 16:16
Compare
Sorry, something went wrong.
No results found
107773d Use cookies in request, correct behavior on redirect
v0.2.1
03 Dec 13:04
Compare
Sorry, something went wrong.
No results found
v0.2.0-beta
30 Nov 17:45
Compare
Sorry, something went wrong.
No results found
Add multiple urls support (remove url, add urls)
Rename options' properties:
path -> directory
scrToLoad -> sources
indexFile -> defaultFilename
Start using unit-test
v0.1.4
07 Oct 19:25
Compare
Sorry, something went wrong.
No results found
c600771 Fix updating options.url on <base> found
v0.1.3
12 Sep 16:07
Compare
Sorry, something went wrong.
No results found
v0.1.2
08 Sep 09:01
Compare
Sorry, something went wrong.
No results found
f08d429 Fix broken package. Add dependency for "request" module
bf33103 Remove created directory on error.
c83823f Fix regexp for "@import url()".
a0aa29d Return html of page to callback.
5d5caae Make callback optional
7acb83d Fix exception handler
Update README.md
v0.1.0
05 Sep 21:15
Compare
Sorry, something went wrong.
No results found