Releases: tabkram/execution-engine
Releases · tabkram/execution-engine
v2.1.0
What's Changed
- feat: remove options.additionalAttributes from
ExecutionEngine
by @tabkram in #17
- Engine id as executionId by @tabkram in #18
- feat: rename
getOrderedNarratives
to getNarratives
by @tabkram in #19
BREAKING CHANGES
- Replace
getOrderedNarratives
method with getNarratives
additionalAttributes
is no longer supported use 'context' instead
Full Changelog: v2.0.2...v2.1.0
v2.0.0
Features
- add EngineTask and engine decorators
@engine
and @run
(447fec9)
For usage example
v1.2.0
- use async_hooks local storage in trace in order to auto detect parent node (ee98fa8)
v1.0.1
Features
- make
appendNarratives
deprecated and replace it with pushNarratives
(a42f882)
⚠️ if you're still using appendNarratives
, please consider using pushNarratives
instead. This method will be removed in future versions.
Full Changelog: v1.0.0...v1.0.1
v1.0.0
Features (⚠️ Breaking Changes)
- remove
tags
attribute of ExecutionEngine
and consider them as part of context
attribute (df39ab2)
- remove
pushNarrative
function and update appendNarratives
in order to be used instead (73aad23)
v0.0.9
Bug Fixes
- the temporary storage for narratives associated with non-found nodes in order to improve them (97545b2)
- trace narratives extraction and configuration (4806da8)