Releases: wixplosives/engine
Releases · wixplosives/engine
v15.1.0
- engineer:
-
new:
- startDevServer now returns a reference to dev server feature to allow registering to the serverListeningHandlerSlot to get the running port
-
bugfix:
- no need to manually shut down dev server, it automatically closes on dev server feature dispose
-
v15.0.0
Breaking:
- engine-scripts:
- cli is removed, use engineer cli instead
- node api - Application.start is removed - use startDevServer from engineer instead
New functionality
- engine-scripts:
- export new loadFeaturesFromPaths function to allow loading features from arbiltrary paths
New package: engineer
engineer is inteded to replace engine-scripts, and currently uses it as a dependency.
It's CLI is be fully backward compatible and provides a startDevServer to start a server instead of of using application.start
v14.4.5
core: increasing communication timeout to 5 minutes