Releases: tabkram/execution-engine
Releases · tabkram/execution-engine
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)
v0.0.8
Bug Fixes
- filtering trace node data based on options trace data an trace config (5c58ba1)
v0.0.6
Bug Fixes
- eslint with plugin and config, include prettier (a3aadfa)
Features
- add initial trace when instantiating new executions (37693f2)
- add npm repository keywords (5f72831)
v0.0.5
Bug Fixes
- execution getStartDate and getEndDate and improve getElapsedTime (8eb30cb)
v0.0.4
Features
- add execution timer to index (511eab2)
v0.0.3
Bug Fixes
Features
- add more examples to explain ExecutionEngine usage (28feb55)
- better duration measuring especially for short time intervals (393429b)