Skip to content

Commit 73c1494

Browse files
committed
v6.4.0 release
1 parent 796a176 commit 73c1494

4 files changed

Lines changed: 8449 additions & 2 deletions

File tree

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
/node_modules/
66
/.tx/tmp/
77
npm-debug.log
8-
package-lock.json
98

109
/.coverage
1110
/tests/workspace

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,18 @@
77
[#x]: https://github.com/ideditor/schema-builder/issues/x
88
-->
99

10+
# 6.4.0
11+
##### 2023-Aug-25
12+
13+
* Improve documentation of: Field inheritance ([#104]), Icons ([#103]), TagInfo output ([#102]), tag deprecations ([#105]), thanks [@tordans]
14+
* Enhance taginfo output: mention used special characters in the project description which are used in tag descriptions, resolve labels of presets/fields which use cross-referenced strings, include discarded tags in taginfo output
15+
16+
[#102]: https://github.com/ideditor/schema-builder/pull/102
17+
[#103]: https://github.com/ideditor/schema-builder/pull/103
18+
[#104]: https://github.com/ideditor/schema-builder/pull/104
19+
[#105]: https://github.com/ideditor/schema-builder/pull/105
20+
21+
1022
# 6.3.0
1123
##### 2023-May-23
1224

0 commit comments

Comments
 (0)