Add error handling to JSON schemas file reading
[e-mobility-charging-stations-simulator.git] / src / worker / WorkerAbstract.ts
2023-01-26  Jérôme BenoitAdd error handling to JSON schemas file reading
2023-01-25  Jérôme BenoitStrict null check fixes
2023-01-12  Jérôme BenoitLinter fixes
2023-01-03  Jérôme BenoitOptimize worker handlers calls by binding them to the...
2022-08-27  Jérôme BenoitRefine TS and linter configuration
2022-07-17  Jérôme BenoitUse eslint extension for import sorting instead of...
2022-06-03  Jérôme BenoitAdd initial support for ESM build
2022-03-05  Jérôme BenoitFactor out worker related constants
2022-03-04  Jérôme BenoitApply prettier formating
2022-03-04  Jérôme BenoitCleanup worker internal API
2022-03-03  Jérôme BenoitAdd tunable for charging station start delay for linear...
2022-02-04  Jérôme BenoitIntroduce JSON type and use it for OCPP and internal...
2021-10-03  Jérôme BenoitMark some attributes readonly
2021-08-28  Jérôme BenoitMove worker message handler to the options argument
2021-08-26  Jérôme BenoitStorage: use worker threads message passing to store...
2021-05-19  Calin CreceaMerge branch 'master' of https://github.wdf.sap.corp...
2021-05-17  Jérôme BenoitPrepare code for strict type checking
2021-04-30  Jérôme BenoitMake the worker start delay a tunable.
2021-04-15  Jérôme BenoitMerge branch 'master' of github.com:sap-labs-france...
2021-04-11  Jérôme BenoitImprove a bit JSDoc.
2021-03-02  Jérôme BenoitMerge branch 'master' of github.com:LucasBrazi06/ev...
2021-03-01  Jérôme BenoitRename Wrk -> WorkerAbstract