v0.1.6 Release Notes
v0.1.5 -> v0.1.6
Summary
Fetch pipeline gains content-type awareness, returning JSON and XML responses as raw payloads instead of routing them through the readability-and-markdown extraction path.
翻譯
Fetch 管線新增 Content-Type 感知,JSON 與 XML 回應直接回傳原始資料,不經 readability 與 markdown 轉換。
Changes
FEAT
- Detect JSON/XML content type and return raw response without parsing (@pardnchiu) [e392517]
翻譯
- 偵測 JSON/XML Content-Type 並直接回傳原始資料,跳過解析管線
Scope
fetch.go— FEATbrowser.go— FEAT
Generated by SKILL