Skip to content

Latest commit

 

History

History
173 lines (64 loc) · 6.18 KB

CHANGELOG.md

File metadata and controls

173 lines (64 loc) · 6.18 KB

2.1.0 (2023-12-15)

Features

  • make in trace return The traceable execution object (c38efe9)
  • remove options.additionalAttributes from ExecutionEngine constructor (11962ef)
  • rename getOrderedNarratives to getNarratives (ec8aea9)
  • use engine.options.id when provided as ExecutionId for ExecutionEngine (73f539a)

BREAKING CHANGES

  • Replace 'getOrderedNarratives' method with 'getNarratives'

This method retrieves an ordered array of narratives from the nodes property.

2.0.2 (2023-12-14)

Bug Fixes

  • display narratives when no traceOptions is mentioned (42e9c9d)

2.0.1 (2023-12-12)

Bug Fixes

  • engineTask run annotation for sync methods (eb979ee)

2.0.0 (2023-12-10)

Features

  • add EngineTask and engine decorators @engine and @run (447fec9)

1.2.0 (2023-12-04)

Features

  • use async_hooks local storage in trace in order to auto detect parent node (ee98fa8)

1.1.0 (2023-11-26)

Features

  • remove deprecated appendNarratives (9d65edc)

1.0.1 (2023-11-26)

Features

  • make appendNarratives deprecated and replace it with pushNarratives (a42f882)

1.0.0 (2023-11-26)

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)

0.0.10 (2023-11-26)

0.0.9 (2023-11-26)

Bug Fixes

  • the temporary storage for narratives associated with non-found nodes in order to improve them (97545b2)
  • trace narratives extraction and configuration (4806da8)

0.0.8 (2023-11-26)

Bug Fixes

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

0.0.7 (2023-11-25)

Bug Fixes

0.0.6 (2023-11-25)

Bug Fixes

  • eslint with plugin and config, include prettier (a3aadfa)

Features

  • add initial trace when instantiating new executions (37693f2)
  • add npm repository keywords (5f72831)

0.0.5 (2023-11-24)

Bug Fixes

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

0.0.4 (2023-11-24)

Features

  • add execution timer to index (511eab2)

0.0.3 (2023-11-24)

Bug Fixes

Features

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

0.0.2 (2023-11-18)

Features