Skip to content

v0.7.0-console-and-settings

Compare
Choose a tag to compare
@tgfrerer tgfrerer released this 28 Nov 16:30
· 703 commits to wip since this release
v0.7.0
9a53088

What's Changed

  • le_console : Add support for an interactive console to Island apps via le_console. Add this module to your app and it will listen on localhost:3535 once you start its server. If you connect to the console via telnet or similar and then type tty, you enter an interactive console, from where you can interact with the app by setting or reading LE_SETTINGS, and by monitoring le_log logging events.
  • LE_SETTING Add, set and get global settings anywhere in an Island app. Settings are type-aware, and are especially useful for debugging, and for setting startup options such as LE_SETTING_SHOULD_USE_VALIDATION_LAYERS.

Full Changelog: v0.6.0...v0.7.0