We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 60a9774 commit aaa2699Copy full SHA for aaa2699
CHANGELOG.md
@@ -1,7 +1,19 @@
1
# Changelog
2
3
4
-## [0.5.] - 2022-11-04
+
5
+## [0.6.0] - 2023-09-28
6
+### Added
7
+- support for CityJSON v2.0 (schemas v2.0.0 added)
8
+- full support for CityJSONL with cjfval, the stream must come from cjio (or equivalent)
9
+- more unit tests
10
+### Modified
11
+- validation of textures and material coordinates
12
+- cjfval is faster: schemas are not read for each line anymore
13
+- fixed some bugs
14
15
16
+## [0.5.0] - 2022-11-04
17
### Added
18
- cjfval binary to validate CityJSONFeatures
19
- the docs is now added with examples how to use the library
0 commit comments