Skip to content

Commit

Permalink
chore: bump version to 1.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yujiosaka committed Jun 11, 2018
1 parent c16aa6d commit 71f58ec
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,22 +7,26 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

## [1.8.0] - 2018-06-11

### Added

- Set `previousUrl` to `onSuccess` argument.
- Set `options`, `depth`, `previousUrl` to errors.
- Support `customCrawl` for [HCCrawler.connect()](https://github.com/yujiosaka/headless-chrome-crawler/blob/master/docs/API.md#hccrawlerconnectoptions) and [HCCrawler.launch()](https://github.com/yujiosaka/headless-chrome-crawler/blob/master/docs/API.md#hccrawlerlaunchoptions)'s options.
- Add [Dockerfile](https://github.com/yujiosaka/headless-chrome-crawler/blob/master/Dockerfile) and [tips](https://github.com/yujiosaka/headless-chrome-crawler/blob/master/docs/TIPS.md) for using [Docker](https://www.docker.com/).

### Changed

- Drop `newpage` event.
- Update [Puppeteer](https://github.com/GoogleChrome/puppeteer) version to 1.5.0.

### Fixed

- Fix a bug of not marking skipped requests correctly.
- Fix `requestfinished` event's argument as described in the [API reference](https://github.com/yujiosaka/headless-chrome-crawler/blob/master/docs/API.md).

## [1.6.0] - 2018-05-14
## [1.7.0] - 2018-05-14

### Added

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "headless-chrome-crawler",
"version": "1.7.0",
"version": "1.8.0",
"description": "Distributed web crawler powered by Headless Chrome",
"main": "index.js",
"license": "MIT",
Expand Down

0 comments on commit 71f58ec

Please sign in to comment.