Releases: project-flogo/contrib
Releases · project-flogo/contrib
v0.16.0
What's Changed
- Add JQ function to JSON category by @abhijitWakchaure in #165
Full Changelog: v0.15.2...v0.16.0
function/json/v0.11.0
What's Changed
- added new jqFunction by @jdattatr-tibco in #162
- Jq function by @jdattatr-tibco in #163
Full Changelog: v0.15.2...function/json/v0.11.0
Full Changelog: v0.15.2...function/json/v0.11.0
function/json/v0.11.0-rc.1
What's Changed
- added new jqFunction by @jdattatr-tibco in #162
- Jq function by @jdattatr-tibco in #163
New Contributors
- @jdattatr-tibco made their first contribution in #162
Full Changelog: v0.15.2...function/json/v0.11.0
v0.15.2
What's Changed
- Bump golang.org/x/text from 0.3.2 to 0.3.8 in /activity/jsexec by @dependabot in #158
- Bump golang.org/x/text from 0.3.2 to 0.3.8 in /activity/jsexec/examples/microgateway/api by @dependabot in #160
- add go.mod and version API by @abhijitWakchaure in #161
New Contributors
- @dependabot made their first contribution in #158
- @abhijitWakchaure made their first contribution in #161
Full Changelog: v0.15.1...v0.15.2
v0.15.1
v0.15.1-rc.1: Merge pull request #154 from awakchau-tibco/master
fix function examples
v0.15.0
What's Changed
- Fix tcoudp trigger take much of CPU by @lixingwang in #143
- Added new math functions by @awakchau-tibco in #142
- Added new JSON function "checkExists", fixed argument name for string.concat for consistency by @awakchau-tibco in #144
- fix(activity.noop.descriptor): homepage by @ymoreiratiti in #145
- renamed json.checkExists to json.exists by @awakchau-tibco in #146
- fixed function json.exists by @awakchau-tibco in #147
- Fix boolean return types by @vijaynalawade in #148
- Corrected millisecond by @vijaynalawade in #149
New Contributors
- @ymoreiratiti made their first contribution in #145
Full Changelog: v0.14.0...v0.15.0
v0.15.0-rc.3
Merge pull request #147 from awakchau-tibco/master fixed function json.exists
v0.15.0-rc.2
renamed json.checkExists to json.exists (#146) rename checkExists to exists
v0.15.0-rc.1
Added new math functions (#142) * added new json functions * added bew url functions * updated the json function description to support array * updated test case for url encode to include path escaping as well * added new url function: escapedPath, fixed names of existing functions * updated: json function descriptions and output data types * updated: json function descriptions * added: new math functions