Skip to content

Releases: tabkram/execution-engine

v1.0.1

26 Nov 15:41
Compare
Choose a tag to compare

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

26 Nov 15:09
Compare
Choose a tag to compare

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.10

26 Nov 13:07
Compare
Choose a tag to compare
chore: release v0.0.10

v0.0.9

26 Nov 11:20
Compare
Choose a tag to compare

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

26 Nov 01:18
Compare
Choose a tag to compare

Bug Fixes

  • filtering trace node data based on options trace data an trace config (5c58ba1)

v0.0.7

25 Nov 11:22
Compare
Choose a tag to compare

Bug Fixes

v0.0.6

25 Nov 10:07
Compare
Choose a tag to compare

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

24 Nov 22:30
Compare
Choose a tag to compare

Bug Fixes

  • execution getStartDate and getEndDate and improve getElapsedTime (8eb30cb)

v0.0.4

24 Nov 20:10
Compare
Choose a tag to compare

Features

  • add execution timer to index (511eab2)

v0.0.3

24 Nov 17:42
Compare
Choose a tag to compare

Bug Fixes

Features

  • add more examples to explain ExecutionEngine usage (28feb55)
  • better duration measuring especially for short time intervals (393429b)