Releases: cityjson/cjval
Releases · cityjson/cjval
0.8.4
0.8.2
Docker image and github action to build and release it. No changes to cjval itself.
0.8.1
Modified
- fix a bug where cjval crashed if the textures for a geom where containing
[null, null, null]instead of one null. The specs allow several so it's fine, I guess. Now it reports valid.
0.8.0
Modified
- cjseqval removed as a standalone binary, now you can do the same with cjval (stdin is for CityJSONSeq)
- the reporting of the errors for CityJSONSeq is better, and contains a summary
0.6.1
0.6.0
[0.6.0] - 2023-09-28
Added
- support for CityJSON v2.0 (schemas v2.0.0 added)
- full support for CityJSONL with cjfval, the stream must come from cjio (or equivalent)
- more unit tests
Modified
- validation of textures and material coordinates
- cjfval is faster: schemas are not read for each line anymore
- fixed some bugs