Releases: citygml4j/citygson
v1.2.0
This is a minor release. Note that Java 11 is now the minimum required version for using citygson. See the change log for the complete list of changes.
v1.1.5
This is a minor maintenance release. See the change log for the complete list of changes.
v1.1.4
This is a minor maintenance release. See the change log for the complete list of changes.
v1.1.3
This is a minor bugfix release. See the change log for the complete list of changes.
v1.1.2
This is a minor bugfix release. See the change log for the complete list of changes.
v1.1.1
This is a minor bugfix release. See the change log for the complete list of changes.
v1.1.0
This is a maintenance and bugfix release.
- Breaking change: Renamed
getParent()
method ofAbstractCityObjectType
intogetParents()
. - Reworked type adapters to reduce memory footprint when reading CityJSON files.
See the change log for the complete list of changes.
v1.0.0
This release brings support for CityJSON 1.0.
- In CityJSON 1.0, the
"extensions"
property has been changed to additionally document the version number of the CityJSON Extension used in the dataset (see change log). This required a minor but breaking change in theCityJSON
class.
See the change log for the complete list of changes.
v0.9.0
This is the initial release of citygson.
citygson has been developed as part of the citygml4j library for parsing and writing CityJSON files based on the Gson binding framework. It has now been moved to its own GitHub place and hopefully is useful for developers who only need an object-based access to CityJSON datasets without the additional functionality offered by citygml4j.
This version of citygson support CityJSON 0.9.