Releases: Open-EO/openeo-js-commons
Releases · Open-EO/openeo-js-commons
v1.4.1
Fixed
- Callback parameters for type
metadata-filter
(in additionalProperties
) get detected properly.
v1.4.0
Added
- New class (migrated over from JS Processgraphs):
ProcessRegistry
v1.3.0
Added
- New method in
Utils
: hasText
- New classes (migrated over from the Web Editor):
ProcessParameter
ProcessSchema
ProcessDataType
Changed
npm run compat
was renamed to npm run lint
v1.1.1
- Fix: Utils.unique did not work on arrays of objects.
v1.1.0
Added new methods:
- Utils.equals
- Utils.mapObject
- Utils.mapObjectValues
- Utils.omitFromObject
- Utils.pickFromObject
- Utils.unique
Added new Class
Some code refactoring
v1.0.0
- Support for openEO API v1.0.0.
- Added methods to convert full
GET /processes
and GET /collections
responses.
- Introduced some utilities previously available in @openeo/vue-components
- Added code documentation
- Other improvements and bug fixes
v1.0.0-rc.4
- Adapt to changed well-known discovery production default.
- Fix build for node 14
v1.0.0-rc.3
- Removed process graph migration
- Fix endpoint migration to support API 1.0.0 RC2 changes
- Updated dependencies
v1.0.0-rc.2
- Added support to migrate process graph structure
- Added Utils.size and Utils.replacePlaceholders
- Updated to STAC 0.9.0 RC2