You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -121,6 +146,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
121
146
- Moved `onSuccess`, `onError` and `maxDepth` options from [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) to [crawler.queue()](https://github.com/yujiosaka/headless-chrome-crawler/blob/master/docs/API.md#crawlerqueueoptions).
122
147
123
148
## [1.2.5] - 2018-01-03
149
+
124
150
### Added
125
151
126
152
- Support `obeyRobotsTxt` for [crawler.queue()](https://github.com/yujiosaka/headless-chrome-crawler/blob/master/docs/API.md#crawlerqueueoptions)'s options.
@@ -133,6 +159,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
133
159
- Modify `BaseCache` interface.
134
160
135
161
## [1.2.4] - 2017-12-25
162
+
136
163
### Added
137
164
138
165
- Support [CSV](https://tools.ietf.org/html/rfc4180) and [JSON Lines](http://jsonlines.org) formats for exporting results
@@ -149,6 +176,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
149
176
- Fix a bug of ignoring maxDepth option.
150
177
151
178
## [1.2.3] - 2017-12-17
179
+
152
180
### Changed
153
181
154
182
- Refactor by changing tye style of requiring cache directory.
@@ -158,22 +186,26 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
158
186
- Fix a bug of starting too many crawlers more than maxConcurrency when requests fail.
159
187
160
188
## [1.2.2] - 2017-12-16
189
+
161
190
### Added
162
191
163
192
- Automatically collect and follow links found in the requested page.
164
193
- Support `maxDepth` for [crawler.queue()](https://github.com/yujiosaka/headless-chrome-crawler/blob/master/docs/API.md#crawlerqueueoptions)'s options.
165
194
166
195
## [1.2.1] - 2017-12-13
196
+
167
197
### Added
168
198
169
199
- Support `screenshot` for [crawler.queue()](https://github.com/yujiosaka/headless-chrome-crawler/blob/master/docs/API.md#crawlerqueueoptions)'s options.
170
200
171
201
## [1.2.0] - 2017-12-11
202
+
172
203
### Changed
173
204
174
205
- Rename `ensureCacheClear` to `persistCache` 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.
175
206
176
207
## [1.1.2] - 2017-12-10
208
+
177
209
### Added
178
210
179
211
- Support `maxRequest` 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.
@@ -183,6 +215,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
183
215
- Add [crawler.pendingQueueSize](https://github.com/yujiosaka/headless-chrome-crawler/blob/master/docs/API.md#crawlerpendingqueuesize) and [crawler.requestedCount](https://github.com/yujiosaka/headless-chrome-crawler/blob/master/docs/API.md#crawlerrequestedcount) read-only properties.
184
216
185
217
## [1.1.1] - 2017-12-09
218
+
186
219
### Added
187
220
188
221
- Add [CHANGELOG.md](https://github.com/yujiosaka/headless-chrome-crawler/blob/master/CHANGELOG.md) based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
@@ -194,6 +227,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
194
227
- Performance improvement by setting a page parallel.
195
228
196
229
## [1.1.0] - 2017-12-08
230
+
197
231
### Added
198
232
199
233
- Support `extraHeaders` for [crawler.queue()](https://github.com/yujiosaka/headless-chrome-crawler/blob/master/docs/API.md#crawlerqueueoptions)'s options.
@@ -207,6 +241,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
207
241
- Refactor handlers for options.
208
242
209
243
## [1.0.0] - 2017-12-05
244
+
210
245
### Added
211
246
212
247
- Add test with [mocha](https://mochajs.org) and [power-assert](https://github.com/power-assert-js/power-assert).
0 commit comments