Releases: Open-EO/openeo-js-processgraphs
Releases · Open-EO/openeo-js-processgraphs
v1.0.0-beta.3
- Fix: ProcessGraphMissing was never thrown
- Added: Introduced subtype-schemas.json from openEO API
v1.0.0-beta.2
- Allow to parse empty process graphs after setting
ProcessGraph.allowEmpty()
- Keep non-standardized node properties in
ProcessGraphNode.toJSON()
- Subtypes don't necessarily need a type
- Remove
JsonSchemaValidator.getTypeForValue()
- Improve JSON Schema Validation for several subtypes
- Fix build for Node v14
- Fix several bugs
v1.0.0-beta.1
- Publish all required files (assets were missing in previous releases)
- Fix bug related to required fields
- ProcessRegistry: renamed addFromResponse to addAll
- Node: Add toJSON, add some methods for ref handling
v1.0.0-alpha.5
API improvements, implemented better support for parameters, ...
v1.0.0-alpha.3
Updated to better support openEO API v1.0.0 RC.2.
v1.0.0-alpha.2
- Fix: Don't validate arguments that are references to node or parameters.
- Added: Function to retrieve the parent node of a node.
v1.0.0-alpha.1
Basic support for openEO API 1.0.0 RC1.