Releases: Open-EO/openeo-js-commons
Releases · Open-EO/openeo-js-commons
v1.0.0-rc.1
- Added support for openEO API version 1.0.0
- Updated migrations to support migrating from API version 0.4
- Dropped support for migrating from API version 0.3
- Process graph parsing has been moved to openeo-js-processgraphs.
- FeatureList has been moved to openeo-vue-components.
- Added Version Number handling utilities
- More Utils
v0.5.0-alpha.1
Initial stab at supporting migrations for the next API version.
v0.4.7
Made the simple GeoJSON validation available separately.
v0.4.6
Added migration for UDF runtimes and bug fixes.
v0.4.5
Added support for process graph nodes to handle descriptions.
v0.4.4
Fixed JSON schema validation for complex data types (#4).
v0.4.3
Schema comparison: Allow to check compatibility for values as array elements / object properties with new parameter allowValueAsElements
set to true
.
v0.4.2
Fixed bug in process graph validation.
v0.4.1
Makes creating new callback process graphs without a parent node easier.
v0.4.0
Bug fixes, added schema compatibility check.