X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;ds=sidebyside;f=CHANGELOG.md;h=4e1ffc18b3ff40cb99370b56ee5afb641737b32e;hb=3ca0315df63d5f5ded28d8eee3c2acfc01695527;hp=7232886f449bb34f36e6314faae697c66b77b15e;hpb=abbe20eb62571669ff96e888acffa25b39dc7158;p=e-mobility-charging-stations-simulator.git diff --git a/CHANGELOG.md b/CHANGELOG.md index 7232886f..4e1ffc18 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,8 +4,32 @@ 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.0.49](https://github.com/jerome-benoit/charging-stations-simulator/compare/v1.0.48...v1.0.49) + +- Add MongDB support to storage for performance records. [`2a37005`](https://github.com/jerome-benoit/charging-stations-simulator/commit/2a370053f45f2d58e90ab7b292294c521a262ca1) +- Refine console ouput colorization [`e4362ed`](https://github.com/jerome-benoit/charging-stations-simulator/commit/e4362ed76fe7b256b3f7a6ada2b92e53be8ab09f) + +#### [v1.0.48](https://github.com/jerome-benoit/charging-stations-simulator/compare/v1.0.47...v1.0.48) + +> 27 August 2021 + +- Rename StationWorker.ts to ChargingStationWorker.ts [`07f3500`](https://github.com/jerome-benoit/charging-stations-simulator/commit/07f350040f34e6727c548bc645e9982c189cd4ef) +- Release 1.0.48 [`e1315cd`](https://github.com/jerome-benoit/charging-stations-simulator/commit/e1315cd75e39c43431720f9fd72e41bb994f777d) +- Ensure an error is throwed in object factories if implementation is not [`fb226c9`](https://github.com/jerome-benoit/charging-stations-simulator/commit/fb226c9b812c3db625996c5fe29c667be15c388c) + +#### [v1.0.47](https://github.com/jerome-benoit/charging-stations-simulator/compare/v1.0.46...v1.0.47) + +> 27 August 2021 + +- Colorize console message ouputs [`8eac9a0`](https://github.com/jerome-benoit/charging-stations-simulator/commit/8eac9a09368f841fc44e980f31674146833e449b) +- Storage: use worker threads message passing to store performance records from [`8179710`](https://github.com/jerome-benoit/charging-stations-simulator/commit/81797102d5214fea2fc58eff2666fe8b8d9a5a11) +- Release 1.0.47 [`ee22762`](https://github.com/jerome-benoit/charging-stations-simulator/commit/ee22762b46e3a6c140d26061585edbfeea22fe78) + #### [v1.0.46](https://github.com/jerome-benoit/charging-stations-simulator/compare/v1.0.45...v1.0.46) +> 26 August 2021 + +- Release 1.0.46 [`abbe20e`](https://github.com/jerome-benoit/charging-stations-simulator/commit/abbe20eb62571669ff96e888acffa25b39dc7158) - Rename ev-simulator to charging-stations-simulator [`5f4be58`](https://github.com/jerome-benoit/charging-stations-simulator/commit/5f4be58cc3d316c21927739089cc9d6f29e8f940) #### [v1.0.45](https://github.com/jerome-benoit/charging-stations-simulator/compare/v1.0.44...v1.0.45)