# Changelog All notable changes to this project will be documented in this file. ## [unreleased] ### Features - First working version for JsEngine ([0d816b7](0d816b79bff714d9b7b432b5f2267c415a4b7ea7) - 2023-01-21 by Tyr Chen) - Make the basic flow work ([d7cd2ab](d7cd2ab70407ed79ede7b104b430a5d886d809e0) - 2023-01-21 by Tyr Chen) - Support simple console ([fc8165b](fc8165bd85d357464dd3237be89ad7f347c3d467) - 2023-01-21 by Tyr Chen) - Make console an optional feature ([a753676](a75367623340506fe0a0d833fcfb7fd283011b64) - 2023-01-21 by Tyr Chen) - Expose the flume receiver to the caller so that they could consume the mssage ([497d309](497d3095b0917eae1409ba0ab58488c9bef9592f) - 2023-01-21 by Tyr Chen) - Allow passing args for js script ([9764a61](9764a6177e6a7b2e3823f92cd29d29c539cc5511) - 2023-01-22 by Tyr Chen) - Make dispatcher optional ([05fbe4a](05fbe4a5cf71317bd26f32ef39aa86fd2fb20248) - 2023-01-23 by Tyr Chen) - Make dispatcher optional ([b49b350](b49b3504ee3e0e64da7ce5cf7160b0fa392a0b49) - 2023-01-24 by Tyr Chen) ### Refactor - Add more tests and refactor the code to fix clippy ([81391d3](81391d35cfa35e66fe2b3c68815ed063adbd7d58) - 2023-01-21 by Tyr Chen)