File tree Expand file tree Collapse file tree 3 files changed +27
-5
lines changed Expand file tree Collapse file tree 3 files changed +27
-5
lines changed Original file line number Diff line number Diff line change
1
+ # [ v8.0.0] ( https://github.com/coder-hxl/x-crawl/compare/v7.1.3...v8.0.0 ) (2023-08-22)
2
+
3
+ ### 🚨 Breaking Changes
4
+
5
+ - update dependencies
6
+
7
+ - puppeteer from 19.10.0 to 21.1.0.
8
+ - https-proxy-agent upgraded from 5.0.1 to 7.0.1.
9
+
10
+ - XCrawlConfig.crawlPage's launchBrowser option renamed to puppeteerLaunch .
11
+
12
+ ---
13
+
14
+ ### 🚨 重大改变
15
+
16
+ - 更新依赖
17
+
18
+ - puppeteer 从 19.10.0 升至 21.1.0 。
19
+ - https-proxy-agent 从 5.0.1 升至 7.0.1 。
20
+
21
+ - XCrawlConfig.crawlPage 的 launchBrowser 选项更名为 puppeteerLaunch 。
22
+
1
23
# [ v7.1.3] ( https://github.com/coder-hxl/x-crawl/compare/v7.1.2...v7.1.3 ) (2023-07-02)
2
24
3
25
### 🐞 Bug fixes
4
26
5
- - The crawlData API writes the correct data to the request body and processes the response body..
27
+ - The crawlData API writes the correct data to the request body and processes the response body.
6
28
7
29
---
8
30
Original file line number Diff line number Diff line change 1
1
{
2
2
"private" : true ,
3
3
"name" : " x-crawl" ,
4
- "version" : " 7.1.3 " ,
4
+ "version" : " 8.0.0 " ,
5
5
"author" : " coderHXL" ,
6
6
"description" : " x-crawl is a flexible Node.js multifunctional crawler library." ,
7
7
"license" : " MIT" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " x-crawl" ,
3
- "version" : " 7.1.3 " ,
3
+ "version" : " 8.0.0 " ,
4
4
"author" : " coderHXL" ,
5
5
"description" : " x-crawl is a flexible Node.js multifunctional crawler library." ,
6
6
"license" : " MIT" ,
31
31
},
32
32
"dependencies" : {
33
33
"chalk" : " 4.1.2" ,
34
- "https-proxy-agent" : " ^7.0.0 " ,
35
- "puppeteer" : " 19.10 .0"
34
+ "https-proxy-agent" : " ^7.0.1 " ,
35
+ "puppeteer" : " 21.1 .0"
36
36
},
37
37
"devDependencies" : {}
38
38
}
You can’t perform that action at this time.
0 commit comments