Skip to content

Commit a86ba48

Browse files
committed
Add changelog for ideditor#242
1 parent 15c4e78 commit a86ba48

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

CHANGELOG.md

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

10+
# Unreleased
11+
##### (????-???-??)
12+
13+
* Make schemas stricter ([#242], thanks [@FloEdelmann])
14+
* Arrays that now have to be non-empty and only allow unique items: deprecated tags, field `keys`/`options`/`terms`, preset `fields`/`moreFields`/`terms`/`aliases`, preset defaults `point`/`vertex`/`line`/`area`/`relation`
15+
* Arrays that now have to be non-empty: field `locationSet.include`/`locationSet.exclude`
16+
* Objects that now have to be non-empty: field `strings`/`strings.options`/`strings.types`/`strings.placeholders`/`locationSet`/`icons`, preset `locationSet`
17+
* Objects that now disallow unknown properties: field `strings`/`strings.options`
18+
* Only strings are now allowed as field `icons` values
19+
* `rtype` is now required in field relation type `reference`s
20+
* `title` and `description` are now required in field `strings.options`
21+
* `name`, `icon` and `members` are now required in preset category
22+
* `point`, `vertex`, `line`, `area` and `relation` are now required in preset defaults
23+
24+
[#242]: https://github.com/ideditor/schema-builder/pull/242
25+
[@FloEdelmann]: https://github.com/FloEdelmann
26+
1027
# 6.5.1
1128
##### 2024-Mar-14
1229

0 commit comments

Comments
 (0)