All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Updated openeo-js-commons
1.4.0 - 2024-08-12
- The compatibility check for schemas is more liberal
- Updated dev dependencies
1.3.0 - 2021-08-12
- Implemented process namespace support.
- Improved clarity of error messages.
BaseProcess
class doesn't expose process properties via (non-public)spec
property any longer.
ProcessRegistry
has been deprecated. Use theProcessRegistry
from@openeo/js-commons
(since v1.4.0) instead.
1.2.1 - 2021-08-02
- Always allow empty process graphs if option is set
1.2.0 - 2021-07-05
ProcessGraph.getProcessParameter(s)
can return undefined parameters if theincludeUndefined
parameter is set totrue
1.1.0 - 2021-06-29
- Better support for unknown subtypes
- Implement full support of openEO API v1.1.0
- Fixed recursion issue with unknown subtypes
1.0.0 - 2021-02-15
First stable release supporting openEO API 1.0.0.
All prior releases have been documented in the GitHub Releases.