File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 2
2
3
3
## [ Unreleased]
4
4
5
+ ## [ v7.1.0]
6
+
5
7
### Added
6
8
7
9
- 添加对 lua、dart、typescript、zig 和 lisp 及其方言的支持;
8
10
- 为 version 子命令添加 ` kind ` 选项;
9
11
- 为 core.Range 和 core.Location 添加了 Equal 方法用于判断值是否相等;
10
12
- 添加对 textDocument/foldingRange 的支持;
13
+ - 添加对 textDocument/semanticTokens 的支持;
11
14
12
15
### Fixed
13
16
38
41
- 新的文档标签 xml-cdata 用于标记该内容在 xml 格式下是否需要以 CDATA 的形式展示;
39
42
- 添加地命名空间的支持;
40
43
- 添加全局的 XMLNamespaces 字段,用于指定可用的命名空间;
41
- - build.Output 添加了两个配置项:Namespace 和 NamespacePrefix;
44
+ - build.Output 添加了两个配置项:Namespace 和 NamespacePrefix ;
42
45
- @xml-wrapped 添加两种语法表示;
43
46
- 重新添加 Pack 和 Unpack,用于打包和解包文档内容;
44
47
- 数据类型现在可以指定子类型,比如 ` string.email ` 表示邮箱地址,也必定是字符串;
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ package core
6
6
//
7
7
// 遵守 https://semver.org/lang/zh-CN/ 规则。
8
8
// 程序不兼容或是文档格式不兼容时,需要提升主版本号。
9
- const Version = "7.0 .0"
9
+ const Version = "7.1 .0"
10
10
11
11
var (
12
12
fullVersion = Version
You can’t perform that action at this time.
0 commit comments