All notable changes to @bpmn-io/extract-process-variables are documented here. We use semantic versioning for releases.
Note: Yet to be released changes appear here.
FIX
: correct script task output mapping (#30)
Major release for stable versioning.
FEAT
: publish ES module version of this library (#27)
FEAT
: add support forzeebe:script
(#25)
The extractVariables
API is now asynchronous and returns a Promise
.
deps
: update tomin-dash@4
Republish of 0.5.0 with backwards compatible folder structure
FEAT
: add support for Camunda Platform 8 diagrams (#20)
DEPS
: drop unnecessary peer dependency entirely (2f225d33
)DEPS
: update to[email protected]
DEPS
: updatecamunda-bpmn-moddle
peer dependency (7c5d8e42
)
FIX
: fix peer dependency (570ad7de
)
CHORE
: bumpcamunda-bpmn-moddle
peer dependency (2759f174
)
CHORE
: retrieve event definitions directly without getter (90a5f6b9
)
FEAT
: add support for event definition variables (#9)CHORE
: migrate to GitHub actions
FEAT
: add support forcamunda:resultVariable
,camunda:formField
&camunda:out
(#3)
FEAT
: return full moddle elements instead of only ids (#2)CHORE
: avoid usingconst
andlet
FEAT
: initial version