Skip to content

Commit

Permalink
Bumped to v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ruipgil committed Oct 17, 2015
1 parent de05226 commit b1e19f0
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
@@ -1,6 +1,7 @@
language: node_js
node_js:
- "0.12"
- "4.0"
- "0.11"
- "0.10"
script: grunt coveralls && grunt clean
5 changes: 5 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,10 @@
# Change Log

## [1.0.0] - 2015-10-17
- ``` catch ``` promise is the new standard way to deal with errors. ``` onError ``` is being deprecated, the two work the same way.
- ``` then ``` promise receives the value returned in the last promise as the first parameter, the second parameter is the ``` utils ``` object.
- Errors generated inside the dynamic scraper's scraping function will fire the ``` catch ``` promise.

## [0.4.1] - 2015-10-04
- Url of the page being scraped can now be easily accessed using ``` utils.url ```.
- Added error handling example.
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "scraperjs",
"version": "0.4.1",
"version": "1.0.0",
"description": "A complete and versatile web scraper.",
"main": "./src/Scraper.js",
"keywords": [
Expand Down

0 comments on commit b1e19f0

Please sign in to comment.