File tree Expand file tree Collapse file tree 3 files changed +15
-3
lines changed Expand file tree Collapse file tree 3 files changed +15
-3
lines changed Original file line number Diff line number Diff line change
1
+ # [ v8.2.0] ( https://github.com/coder-hxl/x-crawl/compare/v8.1.1...v8.2.0 ) (2023-09-07)
2
+
3
+ ### 🚀 Features
4
+
5
+ - Added crawlHTML API for crawling static HTML pages.
6
+
7
+ ---
8
+
9
+ ### 🚀 特征
10
+
11
+ - 新增 crawlHTML API ,用于爬取静态 HTML 页面。
12
+
1
13
# [ v8.1.1] ( https://github.com/coder-hxl/x-crawl/compare/v8.1.0...v8.1.1 ) (2023-09-01)
2
14
3
15
### 🐞 Bug fixes
Original file line number Diff line number Diff line change 1
1
{
2
2
"private" : true ,
3
3
"name" : " x-crawl" ,
4
- "version" : " 8.1.1 " ,
4
+ "version" : " 8.2.0 " ,
5
5
"author" : " coderHXL" ,
6
6
"description" : " x-crawl is a flexible Node.js multifunctional crawler library." ,
7
7
"license" : " MIT" ,
22
22
"build-dts" : " tsc && prettier --write ./publish/src" ,
23
23
"build-strict" : " pnpm test-dev && pnpm build && pnpm test-pro" ,
24
24
"start" : " rollup --config script/start.mjs" ,
25
- "start-server" : " rollup --config script/server.mjs" ,
25
+ "start-server" : " rollup --watch -- config script/server.mjs" ,
26
26
"test-dev" : " jest test/environment/test.ts dev" ,
27
27
"test-pro" : " jest test/environment/test.ts pro" ,
28
28
"test-crawlPage" : " jest test/environment/api/crawlPage.test.ts dev" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " x-crawl" ,
3
- "version" : " 8.1.1 " ,
3
+ "version" : " 8.2.0 " ,
4
4
"author" : " coderHXL" ,
5
5
"description" : " x-crawl is a flexible Node.js multifunctional crawler library." ,
6
6
"license" : " MIT" ,
You can’t perform that action at this time.
0 commit comments