Skip to content

Commit ce62602

Browse files
committed
docs: 更新 CHANGELOG 添加 v1.0.11 版本记录
1 parent fc6b284 commit ce62602

2 files changed

Lines changed: 26 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,19 @@
99
格式基于 [Keep a Changelog](https://keepachangelog.com/zh-CN/1.0.0/)
1010
并且本项目遵循 [语义化版本](https://semver.org/lang/zh-CN/)
1111

12+
## [1.0.11] - 2026-01-13
13+
14+
### 新增
15+
- **Cookie 解析器** - 新增两种 JSON 输出格式
16+
- JSON 列表格式:`[{name, value, ...}, ...]` - 包含完整属性信息
17+
- JSON 对象格式:`{key: value, ...}` - 简洁的键值对格式
18+
- **JSON 格式化** - 新增转义 JSON 字符串自动识别和解析
19+
- 支持 `{\"key\":\"value\"}` 格式的 JSON dump 字符串
20+
- 自动检测并转换,无需手动处理
21+
- 在工具标题下方添加支持格式示例展示
22+
23+
---
24+
1225
## [1.0.10] - 2026-01-12
1326

1427
### 修复

CHANGELOG_EN.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,19 @@ All notable changes to this project will be documented in this file.
99
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
1010
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
1111

12+
## [1.0.11] - 2026-01-13
13+
14+
### Added
15+
- **Cookie Parser** - Added two JSON output formats
16+
- JSON List format: `[{name, value, ...}, ...]` - includes full attribute information
17+
- JSON Object format: `{key: value, ...}` - simple key-value pairs
18+
- **JSON Formatter** - Added escaped JSON string auto-detection and parsing
19+
- Support `{\"key\":\"value\"}` JSON dump string format
20+
- Auto-detect and convert without manual processing
21+
- Added supported format examples below the tool title
22+
23+
---
24+
1225
## [1.0.10] - 2026-01-12
1326

1427
### Fixed

0 commit comments

Comments
 (0)