Skip to content

Releases: leoweyr/LegacyScriptEngine_Scaffold

1.0.0

10 Nov 14:11

Choose a tag to compare

Bug Fixes

  • resolve hanging terminal issue when deploying new plugins to remote LeviLamina server (64b1d0e)

1.0.0-rc.1

08 Nov 03:12

Choose a tag to compare

1.0.0-rc.1 Pre-release
Pre-release

Known Issues

  • When deploying to a remote LeviLamina server where the target plugin has never been installed before, the local terminal may still be waiting after the deployment task is completed.

Features

  • cli: add LeviLamina server debugging functionality with automatic plugin hot-reload when deploying to debugger (605aa81)
  • cli: enable remote deployment capability for deploy (58efafd)

0.2.2

15 Jun 14:41
d0a7ebf

Choose a tag to compare

Bug Fixes

  • enable proper handling of multi-repo projects (7f95b9b)

0.2.1

27 Jan 16:39

Choose a tag to compare

Bug Fixes

  • correct entry resolution in manifest.json handling based on package.json (d597bab)
  • scripts: correct local deployment to prevent npm install override (ea61ebd)

0.2.0

25 Jan 17:13

Choose a tag to compare

Features

  • cli: add support for local deployment of Legacy Script Engine plugins (ea9ef70)
  • enable deployment of plugins to local Levilamina server (6aeec36)
  • introduce handling for the project-generated plugin package (e51a169)

0.1.0

25 Jan 10:38

Choose a tag to compare

Features

  • add manifest.json handling for Legacy Script Engine plugin package (57b8ba1)
  • add package.json parsing capability (13da182)
  • add packaging functionality for Legacy Script Engine plugin (58be2a4)
  • add support for TypeScript projects (3265ace)
  • add tsconfig.json parsing capability (fa8f3b9)
  • cli: add support for manifest and packaging of Legacy Script Engine plugins (2933e01)