Skip to content

Latest commit

 

History

History
83 lines (44 loc) · 2.71 KB

CHANGELOG.md

File metadata and controls

83 lines (44 loc) · 2.71 KB

Changelog

All notable changes to @bpmn-io/extract-process-variables are documented here. We use semantic versioning for releases.

Unreleased

Note: Yet to be released changes appear here.

1.0.1

  • FIX: correct script task output mapping (#30)

1.0.0

Major release for stable versioning.

0.9.0

  • FEAT: publish ES module version of this library (#27)

0.8.0

  • FEAT: add support for zeebe:script (#25)

0.7.0

  • FEAT: allow additional extractors (#23)
  • FEAT: make extraction asynchronous (#24)

BREAKING CHANGES

The extractVariables API is now asynchronous and returns a Promise.

0.6.0

  • deps: update to min-dash@4

0.5.1

Republish of 0.5.0 with backwards compatible folder structure

0.5.0

  • FEAT: add support for Camunda Platform 8 diagrams (#20)

0.4.5

0.4.4

  • DEPS: update camunda-bpmn-moddle peer dependency (7c5d8e42)

0.4.3

0.4.2

  • CHORE: bump camunda-bpmn-moddle peer dependency (2759f174)

0.4.1

  • CHORE: retrieve event definitions directly without getter (90a5f6b9)

0.4.0

  • FEAT: add support for event definition variables (#9)
  • CHORE: migrate to GitHub actions

0.3.0

  • FEAT: add support for camunda:resultVariable, camunda:formField & camunda:out (#3)

0.2.0

  • FEAT: return full moddle elements instead of only ids (#2)
  • CHORE: avoid using const and let

0.1.0

  • FEAT: initial version