Node Generator

Integrate Web APIs into KNIME

Changelog

This log gives an overview of the most prominent changes in each release. Minor fixes, changes “under the hood” and refactoring changes are not listed here. We follow the Semantic Versioning scheme and the guidelines from “Keep a Changelog” as close as possible.

version-1.1.0 (2023-12-14)

Add
Create a FAQ.md to collect answers to frequently asked questions in code and allow publishing them on NodePit. An example can be found here.
Add
Write header information to source files
Change
Rename option --version to --plugin-version - update your args file accordingly
Change
Consider deprecated routes: Deprecate their node counterparts, i.e. keep them available but hide them in KNIME from the Node Repository
Fix
Generating nodes with an empty Jolt mapping (when --enable-default-table-mapping or when the x-nodepit-mapping method is set to auto) which would prevent instantiating the node model
Fix
Adhere to the node description DTD

version-1.0.0 (2023-11-02)

Info
Initial release