Skip to content

@logicflow/[email protected]

Compare
Choose a tag to compare
@boyongjiong boyongjiong released this 08 Sep 08:18
· 588 commits to master since this release

Bugfix

  • fix(engine): build error when use es-module by @towersxu in #1285
  • fix(engine): support es module umd and commonJs by @towersxu in #1291
  • fix: 修复以 uuid 生成 nodeId 时,isPass 方法会触发 js 错误,导致执行失败 by @boyongjiong in #1324
  • fix: 添加 debug 参数控制是否实例化 Recorder;修复 sessionStorage 存储超过 5MB 后写入报错的 bug by @boyongjiong in #1327

Feature

  • feat(engine): add getExecutionList api by @towersxu in #1294
  • feat(engine): recorder getExecutionList only return instance data by @towersxu in #1302
  • feat(engine): execution record data contain outgoing and detail by @towersxu in #1304