Skip to content

Commit 5eec897

Browse files
author
Chris Wiechmann
committed
Prepare to release 1.1.0 of XML flow node
1 parent dcf5e84 commit 5eec897

File tree

4 files changed

+8
-5
lines changed

4 files changed

+8
-5
lines changed

api-builder-plugin-fn-xml-node/Changelog.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,10 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](http://keepachangelog.com/)
55
and this project adheres to [Semantic Versioning](http://semver.org/).
66

7-
## [Unreleased]
7+
## [1.1.0] 2022-05-04
8+
### Added
9+
- Added support to convert JSON to XML
10+
811
### Changed
912
- Now uses `apibuilder.engines` for documenting compatibility with API Builder.
1013

api-builder-plugin-fn-xml-node/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Provide the XML data should be converted into JSON using either a Selector or a
1212
Secondly you can decide if you would like to have a Javascript Object or the JSON-Payload as String.
1313

1414
## Convert JSON to XML
15-
> This is not yet supported!
15+
1616

1717

1818

api-builder-plugin-fn-xml-node/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

api-builder-plugin-fn-xml-node/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@axway-api-builder-ext/api-builder-plugin-fn-xml-node",
3-
"version": "1.0.15",
3+
"version": "1.1.0",
44
"description": "Axway API-Builder flow node to handle XML-Payload. For instance converting XML into JSON or JS-Objects.",
55
"author": "Chris Wiechmann <cwiechmann@axway.com> (http://www.axway.com)",
66
"license": "Apache-2.0",

0 commit comments

Comments
 (0)