build: switch to NodeNext module resolution
[e-mobility-charging-stations-simulator.git] / src / performance / storage / Storage.ts
2023-12-28  Jérôme Benoitbuild: switch to NodeNext module resolution
2023-07-11  Jérôme Benoitbuild(deps-dev): apply updates
2023-07-05  Jérôme Benoitrefactor: split Utils static methods class into functions
2023-06-05  Jérôme BenoitMerge branch 'main' into reservation-feature
2023-05-28  Jérôme Benoitrefactor(simulator): convert some class method helpers...
2023-05-26  Jérôme Benoitrefactor: factor out default error handling params
2023-05-22  Jérôme Benoitfix: various fixes to files handling and their content...
2023-02-13  Jérôme Benoitrefactor(simulator): switch utils to internal module...
2023-02-12  Jérôme Benoitrefactor(simulator): switch to named exports
2023-01-26  Jérôme BenoitAdd error handling to JSON schemas file reading
2023-01-25  Jérôme BenoitStrict null type check fixes
2023-01-04  Jérôme BenoitHook the OCPP 2.0 stack into the main code
2022-09-16  Jérôme BenoitConvert Statistics interface to type
2022-08-27  Jérôme BenoitRefine TS and linter configuration
2022-08-22  Lucas MigeonVue UI + UI server
2022-07-17  Jérôme BenoitUse eslint extension for import sorting instead of...
2022-03-05  Jérôme BenoitApply dependencies update
2022-03-04  Jérôme BenoitApply prettier formating
2022-03-04  Jérôme BenoitFix incoming message error handling
2022-02-24  Jérôme BenoitDo not throw an error at OCPP message sending to avoid...
2022-02-21  Jérôme BenoitEnsure 1:1 mapping between charging station instance...
2022-02-17  Jérôme BenoitEnforce singleton design pattern for the logger
2021-12-06  Jérôme BenoitUse camel case everywhere
2021-09-02  Jérôme BenoitImprove OCPP error handling, fix performance storage...