build(simulator): don't preserve modules
[e-mobility-charging-stations-simulator.git] / src / performance / storage / JsonFileStorage.ts
2023-05-20  Jérôme Benoitbuild(simulator): don't preserve modules
2023-05-19  Jérôme Benoitrefactor: revert internal exports
2023-05-10  Jérôme Benoitfix: handle relative path to performance records JSON...
2023-05-02  Jérôme Benoitrefactor: cleanup async lock API
2023-04-30  Jérôme Benoitfix: use homebrew async locking primitive to order...
2023-02-26  Jérôme Benoitrefactor(simulator): constify and factor out empty...
2023-02-14  Jérôme Benoitrefactor(simulator): use helper(s) where appropriate
2023-02-13  Jérôme Benoitrefactor(simulator): switch utils to internal module...
2023-02-13  Jérôme Benoitrefactor(simulator): switch to internal modules export...
2023-02-12  Jérôme Benoitrefactor(simulator): switch to named exports
2023-01-26  Jérôme BenoitFactor out JSON schemas parsing with per OCPP stack...
2023-01-26  Jérôme BenoitAdd error handling to JSON schemas file reading
2023-01-25  Jérôme BenoitFix a null or undefined condition
2023-01-25  Jérôme BenoitFalsy/truthy test fixes
2023-01-25  Jérôme BenoitStrict null check fixes
2023-01-25  Jérôme BenoitRefine code formatting rules
2023-01-12  Jérôme BenoitLinter 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-29  Jérôme BenoitAdd helper to serialize to JSON object with a map
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-03-12  Jérôme BenoitAdd OCPP params file monitoring
2022-03-04  Jérôme BenoitApply prettier formating
2021-12-06  Jérôme BenoitRename JSONFileStorage.ts to JsonFileStorage.ts