Skip to content

v0.1.0

Compare
Choose a tag to compare
@sabberworm sabberworm released this 17 Oct 17:19
· 60 commits to main since this release

Features

  • add JSON deserialization of scripts (3189c50)
  • editor: ability to paste in hop array only (fb5ae11)
  • editor: allow adding hops (1cf1a83)
  • editor: allow basic JSON step editing (aef18f2)
  • editor: allow sample scripts to declare variables (2f9fadd)
  • editor: implement childNodes hop config (866e151)
  • editor: implement copyNode configurator (3a1ed35)
  • editor: implement createChildNode configurator (b843aaa)
  • editor: implement declare hop config (76f101b)
  • editor: implement drag & drop (44daf53)
  • editor: implement each configurator (c40a2bf)
  • editor: implement filterNode configurator (b756476)
  • editor: implement frontend checks (3dc0629)
  • editor: implement moveNode configurator (3c1fc9d)
  • editor: implement nodeQuery configurator (d1e1d19)
  • editor: implement renameProperty configurator (9e723b5)
  • editor: implement reorderNode configurator (c9276a3)
  • editor: implement resolveNode configurator (3f55356)
  • editor: implement runScript configurator (2d92337)
  • editor: implement setProperty configurator (ff81c74)
  • editor: implement try configurator (15ee45d)
  • editor: move fallback step outside of directory for known types (4d4b403)
  • editor: rudimentary output logging (358e25a)
  • editor: sketch editor implementation (59bcbfc)
  • editor: style script run output (372d455)
  • editor: support configuring param evaluation (fb7b8c0)
  • editor: use a fancy editor for fallback hop editing (83ee303)
  • editor: working GUI skeleton (63077e7)
  • more stylized logo (941e14f)
  • runner: add optional util provider extension (90113ef)
  • runner: add script runner servlet endpoint (6f2b58d)
  • runner: allow chaning mime type and extension of plain text files (1f57d62)
  • runner: implement param evaluation options (928d196)
  • runner: integrate and extend with OSGi (a2c9f97)
  • runner: put script arguments onto args var (b5a6643)
  • runner: support generating files (2293786)
  • runner: support script parameters (a19743c)
  • runner: turn request parameters into script arguments (70826e6)
  • working prototype (ef144ec)