release: 准备 v1.0.2 版本发布#13
Merged
Merged
Conversation
- 更新 CHANGELOG.md 添加 v1.0.2 修复记录 - 更新 README/README.zh-CN sort 规则说明,支持嵌套字段格式 - 新增 docs/releases/v1.0.2.md 发布说明 https://claude.ai/code/session_01CkVPtJvLvMEZUABCthkBUg
There was a problem hiding this comment.
Pull request overview
为 v1.0.2 版本发布做准备,补充本次修复内容到变更日志与文档,并更新 sort 规则说明以体现对嵌套字段格式的支持。
Changes:
- 更新
CHANGELOG.md,新增 v1.0.2 的修复记录与版本链接 - 更新中英文 README 中
Sort()规则说明,补充嵌套字段示例 - 新增
docs/releases/v1.0.2.md发布说明文档
Reviewed changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated 4 comments.
| File | Description |
|---|---|
| docs/releases/v1.0.2.md | 新增 v1.0.2 release notes |
| README.zh-CN.md | 更新 sort 规则说明,增加嵌套字段示例 |
| README.md | 更新 sort 规则说明,增加嵌套字段示例 |
| CHANGELOG.md | 新增 v1.0.2 修复条目与版本链接 |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
You can also share your feedback on Copilot code review. Take the survey.
Comment on lines
+9
to
+13
| ## Upgrade | ||
|
|
||
| ```bash | ||
| go get github.com/kainonly/go@v1.0.2 | ||
| ``` |
| | Rule | Tag | Description | | ||
| |------|-----|------| | ||
| | `Sort()` | `sort` | Sort format: `field:1` or `field:-1` | | ||
| | `Sort()` | `sort` | Sort format: `field:1`, `field:-1`, or `field.sub:1` | |
| | 规则 | Tag | 描述 | | ||
| |------|-----|------| | ||
| | `Sort()` | `sort` | 排序格式 `field:1` 或 `field:-1` | | ||
| | `Sort()` | `sort` | 排序格式 `field:1`、`field:-1` 或 `field.sub:1` | |
Comment on lines
+1
to
+5
| # v1.0.2 Release Notes | ||
|
|
||
| **Release Date:** 2026-03-17 | ||
|
|
||
| ## Bug Fixes |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
https://claude.ai/code/session_01CkVPtJvLvMEZUABCthkBUg