perf: 'await' on OCPP request handlers only when necessary
[e-mobility-charging-stations-simulator.git] / src / charging-station / ocpp / 2.0 / OCPP20ResponseService.ts
2024-01-30  Jérôme Benoitperf: 'await' on OCPP request handlers only when necessary
2024-01-25  Jérôme Benoitrefactor: cleanup payload validation properties namespace
2024-01-25  Jérôme Benoitfix: avoid duplicate payload validation function
2024-01-25  Jérôme Benoitperf: cache only JSON payload validation functions
2024-01-20  Jérôme Benoitrefactor: cleanup unneeded type casting
2024-01-20  Jérôme Benoitrefactor: remove unneeded binding
2024-01-18  Jérôme BenoitMerge dependabot/npm_and_yarn/prettier-3.2.4 into combi...
2024-01-13  Jérôme Benoitchore: update copyright years
2024-01-06  Jérôme BenoitMerge dependabot/npm_and_yarn/ui/web/jsdom-23.1.0 into...
2024-01-04  Jérôme Benoitrefactor: switch eslint configuration to strict type...
2023-12-29  Jérôme Benoitchore: switch coding style to JS standard
2023-12-28  Jérôme Benoitbuild: switch to NodeNext module resolution
2023-11-07  Jérôme Benoitrefactor(simulator): cleanup JSON type usage in OCPP...
2023-10-10  Jérôme BenoitMerge dependabot/npm_and_yarn/types/node-20.8.4 into...
2023-09-30  Jérôme Benoitrefactor: null -> undefined where appropriate
2023-07-18  Jérôme Benoitrefactor: factor out OCPP params handling helpers
2023-07-18  Jérôme Benoitbuild(simulator): switch to strict type checking
2023-07-16  Jérôme Benoitrefactor: add type parameter to OCPP stack for request...
2023-07-16  Jérôme Benoitbuild(deps-dev): apply updates
2023-07-11  Jérôme Benoitbuild(deps-dev): apply updates
2023-05-20  Jérôme Benoitbuild(simulator): don't preserve modules
2023-05-19  Jérôme Benoitrefactor: revert internal exports
2023-04-15  Jérôme Benoitperf: properly bound methods in hot paths
2023-03-21  Jérôme Benoitfix: fix conditions requiring an heartbeat restart...
2023-03-18  Jérôme Benoitfix: brown paper bag issue at referencing the same...
2023-03-18  Jérôme Benoitfix: make ESM bundle work
2023-02-26  Jérôme Benoitrefactor(simulator): constify and factor out empty...
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 Benoitfeat(simulator): initial work on configuration componen...
2023-02-12  Jérôme Benoitrefactor(simulator): switch to named exports
2023-01-26  Jérôme BenoitImprove log messages prefixing
2023-01-26  Jérôme BenoitAdd error handling to JSON schemas file reading
2023-01-23  Jérôme BenoitSwitch log messages to string literal
2023-01-12  Jérôme BenoitLinter fixes
2023-01-10  Jérôme BenoitInitial cleanup at loading JSON schemas
2023-01-09  Jérôme BenoitAdd StatusNotification command to OCPP 2.0.1 stack
2023-01-09  Jérôme BenoitAdd Hearbeat command to OCPP 2.0.1
2023-01-08  Jérôme BenoitAdd incoming request response sent payloads validatio
2023-01-08  Jérôme BenoitFixes to OCPP commands PDU validation code:
2023-01-07  Jérôme BenoitFixes to OCPP command payload validation:
2023-01-05  Jérôme BenoitAdd BootNotification and ClearCache OCPP 2.0.1 commands...
2023-01-04  Jérôme BenoitWhitespace cleanup in log messages
2023-01-04  Jérôme BenoitHook the OCPP 2.0 stack into the main code
2023-01-04  Jérôme BenoitAdd initial classes structure for the OCPP 2.0 stack