v0.2.0 Release Notes
v0.1.7 -> v0.2.0
Summary
The package moves into a core subpackage with an explicit Headless fetch option for forcing a session-backed browser. Documentation is rewritten bilingually to cover the headless-first fallback, anti-bot detection, and concurrency controls.
翻譯
套件搬移至 core 子套件,並新增 Headless 選項可強制使用有 session 的瀏覽器。文件同步改寫為雙語版本,涵蓋 headless 優先 fallback、反爬蟲偵測與併發控制。
⚠️ Breaking Changes
Import path changed
Before:
import goBrowser "github.com/pardnchiu/go-browser"
After:
import goBrowser "github.com/pardnchiu/go-browser/core"
Migration:
// Old
import goBrowser "github.com/pardnchiu/go-browser"
// New
import goBrowser "github.com/pardnchiu/go-browser/core"
翻譯
套件內容全部搬移至 core/ 子目錄,package 識別字仍為 goBrowser,但外部 import 路徑需改為 .../go-browser/core。
Changes
BREAKING
- Move browser package to core and add explicit headless fetch control (@pardnchiu) [84dc486]
翻譯
- 將 browser 套件搬移至 core,並新增明確的 headless fetch 控制選項
DOC
- Rewrite README with bilingual docs and document headless-first, anti-bot, and concurrency controls (@pardnchiu) [7ac10e6]
翻譯
- 重寫 README 為雙語文件,並補上 headless-first fallback、反爬蟲偵測與併發控制說明
Scope
core/— BREAKINGREADME.md— DOCdoc/README.zh.md— DOC
Generated by SKILL