v0.7.0-console-and-settings
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 viatelnetor similar and then typetty, you enter an interactive console, from where you can interact with the app by setting or reading LE_SETTINGS, and by monitoringle_loglogging 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