X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=CHANGELOG.md;h=ea75bdf6478167035c9fed1f9b87cc398e9d57f7;hb=9e2960c46e69f7058cb4eb0b6a695d7202f17e92;hp=f126aafcb820a8ee494396ea540fd60f11336da5;hpb=fbe2891fa687e54f754f891996d4da837b272e03;p=e-mobility-charging-stations-simulator.git diff --git a/CHANGELOG.md b/CHANGELOG.md index f126aafc..ea75bdf6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,11 +4,51 @@ All notable changes to this project will be documented in this file. Dates are d Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). +#### [v1.1.52](https://github.com/jerome-benoit/charging-stations-simulator/compare/v1.1.51...v1.1.52) + +- Initial code cleanups for the future OCPP requests code optimization [`78085c4`](https://github.com/jerome-benoit/charging-stations-simulator/commit/78085c42a98966f7118f2575b2fde9a386399c94) +- Convert sendStopTransaction to OCPP message sending handler [`68c993d`](https://github.com/jerome-benoit/charging-stations-simulator/commit/68c993d5b34c191022256f26d4e95e5f3b9974d4) +- Convert sendStatusNotification to OCPP message sending handler [`93b4a42`](https://github.com/jerome-benoit/charging-stations-simulator/commit/93b4a429b3cd9c37b5698b601361039c51e295d2) + +#### [v1.1.51](https://github.com/jerome-benoit/charging-stations-simulator/compare/v1.1.50...v1.1.51) + +> 5 March 2022 + +- Apply prettier formating [`e7aeea1`](https://github.com/jerome-benoit/charging-stations-simulator/commit/e7aeea18e189dd087c8f951cf77a253e2818ae90) +- Add pre-commit hook to format files properly [`c28d8ad`](https://github.com/jerome-benoit/charging-stations-simulator/commit/c28d8adf214c89a5fbb33e3cd5858d05679874fe) +- Fix eslint and prettier configuration [`1006808`](https://github.com/jerome-benoit/charging-stations-simulator/commit/100680888f3b49453ddb4081988a480ee3030d07) + +#### [v1.1.50](https://github.com/jerome-benoit/charging-stations-simulator/compare/v1.1.49...v1.1.50) + +> 4 March 2022 + +- Fix workerSet startup [`d070d96`](https://github.com/jerome-benoit/charging-stations-simulator/commit/d070d967782492d71c5716d2560177531f826f53) +- Version 1.1.50 [`f902e1c`](https://github.com/jerome-benoit/charging-stations-simulator/commit/f902e1c441c6751f885e39bc5aa23721a102f424) +- Fix workerSet linear ramp up at startup [`36367c3`](https://github.com/jerome-benoit/charging-stations-simulator/commit/36367c31509f7b23c5788ecf6c84ad9be3734c73) + +#### [v1.1.49](https://github.com/jerome-benoit/charging-stations-simulator/compare/v1.1.48...v1.1.49) + +> 4 March 2022 + +- Cleanup worker internal API [`4d7227e`](https://github.com/jerome-benoit/charging-stations-simulator/commit/4d7227e61934a6b082a4d89268c454f7ee3605e1) +- Apply dependencies update [`6825024`](https://github.com/jerome-benoit/charging-stations-simulator/commit/68250247081144b3ccc237926c350037a3db28ed) +- Add tunable for charging station start delay for linear ramp up [`4bfd80f`](https://github.com/jerome-benoit/charging-stations-simulator/commit/4bfd80fa794b4b2f89427ef9f5944664ce3bdade) + +#### [v1.1.48](https://github.com/jerome-benoit/charging-stations-simulator/compare/v1.1.47...v1.1.48) + +> 24 February 2022 + +- Enforce singleton design pattern for the logger [`bc464bb`](https://github.com/jerome-benoit/charging-stations-simulator/commit/bc464bb1fb95c50a14b25478d35be76b7d8e5498) +- Refactor OCPP requests sending helpers [`5e0c67e`](https://github.com/jerome-benoit/charging-stations-simulator/commit/5e0c67e8a137c2c9cf73b49ae2837c469d7b4af5) +- Ensure 1:1 mapping between charging station instance and its OCPP services [`9f2e313`](https://github.com/jerome-benoit/charging-stations-simulator/commit/9f2e313013116428f5bce2be59e2f5c07502c026) + #### [v1.1.47](https://github.com/jerome-benoit/charging-stations-simulator/compare/v1.1.46...v1.1.47) +> 10 February 2022 + - Add occpStrictCompliance template tunable [`672fed6`](https://github.com/jerome-benoit/charging-stations-simulator/commit/672fed6e70e94e37ba8db689d8517f42ae0f4477) +- Version 1.1.47 [`fbe2891`](https://github.com/jerome-benoit/charging-stations-simulator/commit/fbe2891fa687e54f754f891996d4da837b272e03) - Simplify some code logic [`6114e6f`](https://github.com/jerome-benoit/charging-stations-simulator/commit/6114e6f11b3fb12439d464e142fdf93866982b6c) -- Reorder JsonType declarations [`a6243c3`](https://github.com/jerome-benoit/charging-stations-simulator/commit/a6243c35f4df13144b5e56474ed7e93e4096ecc2) #### [v1.1.46](https://github.com/jerome-benoit/charging-stations-simulator/compare/v1.1.45...v1.1.46)