Skip to content

Releases: stencila/jesta

v1.1.0

31 Jan 21:23
Compare
Choose a tag to compare

1.1.0 (2021-01-31)

Bug Fixes

  • Execute: Detect errors across runtime boundary (15ea4f5)

Features

  • Interactive modes: Record history (9d64dbf)

v1.0.1

28 Jan 08:23
Compare
Choose a tag to compare

1.0.1 (2021-01-28)

Bug Fixes

v1.0.0

28 Jan 07:48
Compare
Choose a tag to compare

1.0.0 (2021-01-28)

Bug Fixes

  • Export symbols (6d4aca6)
  • Build: Only build if needed (9c015fa)
  • Build: Use spawnSync (91e1e2d)
  • CLI: Calculate calls properly for pipe (65e1680)
  • CLI: Fix command used when in dev mode (fcacecc)
  • CLI: Handle missing subcommand (8168e35)
  • CLI: Handling of options (0377cb9)
  • CLI: Output selected node (b940861)
  • CLI & Dispatch: Improve parsing, handling and docs for options (441bba0)
  • Deps: Update Schema version (c152afe)
  • Encode: Format defaults to JSON (ecf1ab3)
  • Manifest: Populate from package.json (271b218)
  • Manifest: Use absolute path for command (f02d6d2)
  • Mutate: Handle undefined (a153aa5)
  • Params: Use consitent format param and allow for missing (742844d)
  • Vars: Exclude globals (79d7911)

Features

  • Initial commit (86aee9d)
  • Dispatch: Implement dispatch; add more methods (058a7b7)
  • Execute: Call predecessor methods if necessary (f26e0ef)
  • Execute: Implement execute and add vars, get, set, methods (aff8a0f)
  • Pipe: Add pipe method; do not use methods directly, only via dispatcher (c6f4fa3)
  • Register: Implement registration of plugin (711154a)
  • Select: Default to jspath (fb68fdc)
  • Select & Execute: Add --interact option (356da75)
  • Serve: Handle interrupt signals (f81fcea)
  • Serve: Implement serve function (c9bede3)
  • Validate, Compile, Build: Add force option (fc51f3a)