Skip to content

Releases: nodejs/orchestrion-js

code-transformer: v0.12.0

06 Apr 19:29
07e6472

Choose a tag to compare

0.12.0 (2026-04-06)

Features

  • transformer: add objectName+propertyName selector to #fromFunctionQuery (#58) (3f0e14d)

Bug Fixes

  • Preserve Promise subclass return values in wrapPromise (#57) (d59a4e6)
  • Updated Transformer.#visit to skip visiting VariableDeclarator nodes (#55) (b494f56)

code-transformer: v0.11.0

27 Mar 18:47
035d76b

Choose a tag to compare

0.11.0 (2026-03-27)

Features

  • Rewrite orchestrion in javascript (#41) (2069006)

Bug Fixes

  • Fixed tracePromise to handle returning result when function being wrapped is not a promise (#46) (e864993)
  • Updated release-please to handle publishing only javascript code (#48) (b682f31)
  • Updated regular expression for creating the tracing channel variable (#45) (fc0aaa1)

code-transformer: v0.10.0

06 Mar 16:03
4523b79

Choose a tag to compare

0.10.0 (2026-03-06)

Features

  • Convert windows path to unix path before comparing against ModuleMatcher file_path value. (#40) (da7b7cb)
  • Match more class declarations for export alias check (#37) (804a9c6)

code-transformer: v0.9.0

27 Feb 16:10
f971182

Choose a tag to compare

0.9.0 (2026-02-26)

Features

  • Add support for matching export alias (#29) (2169e27)
  • Added support for wrapping private class methods (#33) (22d069d)