build(deps): bump vue from 3.4.36 to 3.4.37 in the regular group (#1132)
[e-mobility-charging-stations-simulator.git] / CHANGELOG.md
index 93b391208061b6c52d82897716c1f824eecd6a9e..87273e78310049cebab54f24aca7be9cfedb4fac 100644 (file)
@@ -1,5 +1,98 @@
 # Changelog
 
+## [1.5.1](https://github.com/SAP/e-mobility-charging-stations-simulator/compare/simulator@v1.5.0...simulator@v1.5.1) (2024-07-30)
+
+### โœจ Polish
+
+- cleanup eslint configuration ([31dab31](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/31dab314ef8b2f785e8074218e1889792752049a))
+- move buidling, bundling, ... scripts into a directory ([bf30bb2](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/bf30bb229a6296e16bd4aab4cf7285f7dd187288))
+- silence two linter errors ([664ba1d](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/664ba1dde7b64ea9f9a262a31dec9aa91c6a92f3))
+- **test:** code cleanups ([7edfbc1](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/7edfbc133ab8b7d617cbb1e4fbda4acd4c63800d))
+
+### ๐Ÿงช Tests
+
+- add checkConfiguration() helper test ([243a494](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/243a494b9598b7aa85f9b5cdca067cd5fd4f5b06))
+- add more charging station helpers tests ([e01619b](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/e01619ba83f630b55890f18e1adbc561ef95fd50))
+- add some tests for charging station helpers ([df59920](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/df5992062c1e0975e1e159f7fa7b81bcc263bd27))
+
+### ๐Ÿ“š Documentation
+
+- add OCPP 2 mock server component to issue templates ([a95db78](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/a95db7832890d86af2eb75ffe39f3baad686eb09))
+
+### ๐Ÿค– Automation
+
+- **ci:** reenabled auto code formating and linting on simulator ([1e4b13c](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/1e4b13ce2da1be9ee2437dd057d477309168b716))
+- **ci:** reenabled linting on web ui code ([5a1832c](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/5a1832ce790d0398fa031e738db47eb94fa975ec))
+- **deps-dev:** bump @types/ws from 8.5.11 to 8.5.12 ([#1113](https://github.com/SAP/e-mobility-charging-stations-simulator/issues/1113)) ([1e10f26](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/1e10f2640989a05281874950de452b76fc57d59a))
+- **deps-dev:** bump eslint-plugin-jsdoc from 48.8.3 to 48.9.2 ([#1112](https://github.com/SAP/e-mobility-charging-stations-simulator/issues/1112)) ([79e727f](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/79e727f19f927ee2532ff95337a363b8ee594bbb))
+- **deps-dev:** bump eslint-plugin-jsdoc from 48.9.2 to 48.10.1 ([#1115](https://github.com/SAP/e-mobility-charging-stations-simulator/issues/1115)) ([9cd5283](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/9cd5283ad66aeefacdcf3b7df7c8685e6df83d6b))
+- **deps-dev:** bump husky from 9.1.3 to 9.1.4 ([#1114](https://github.com/SAP/e-mobility-charging-stations-simulator/issues/1114)) ([c398be4](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/c398be430ad2d387e8982af00e54fc89e2b0db8e))
+
+## [1.5.0](https://github.com/SAP/e-mobility-charging-stations-simulator/compare/simulator@v1.4.2...simulator@v1.5.0) (2024-07-25)
+
+### ๐Ÿš€ Features
+
+- add initial node sea support ([f6e18e3](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/f6e18e33b68a67239eba3f4d873172a491283d00))
+
+### ๐Ÿž Bug Fixes
+
+- ensure OCPP payload validation report error details ([45087a8](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/45087a81ca7dda0b6e72897acd1391d859026961))
+
+### โœจ Polish
+
+- npx -> pnpm dlx where appropriates ([bf25e53](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/bf25e531346a2e0579cb14d1d7c1da45dbb0aa08))
+- permit build code to run with other JS runtime ([456b7f2](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/456b7f2d7fc934d306e948e906c847417432009b))
+- refine OCPP PDU validation error messages ([5827ccc](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/5827ccc27d6c46f82df4e42a5707cfa19b550442))
+- refine station information validation error message ([915c88d](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/915c88d593292e7a47c92868e4b2d3752cce4dcd))
+- validate station information at CS init ([b55f94b](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/b55f94b6ac5dee58f38d13781b4345c4cc43f349))
+
+### ๐Ÿงช Tests
+
+- fix clone() test ([53ec800](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/53ec800a644f89a299cede7a89dd8a7b05959797))
+
+### ๐Ÿ“š Documentation
+
+- **README.md:** refine volta installation on windows ([fad9e72](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/fad9e7271b22c74fe6eb67e939090cf529a2b249))
+
+### ๐Ÿค– Automation
+
+- **ci:** fix autofix GH action ([c033310](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/c03331039ff7a080a3456d5a88fb7b18d505df7f))
+- **deps-dev:** bump @types/node from 20.14.11 to 20.14.12 ([#1106](https://github.com/SAP/e-mobility-charging-stations-simulator/issues/1106)) ([fb46a87](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/fb46a877f5c2b880759b9e70a08092510a7cb473))
+- **deps-dev:** bump @vitejs/plugin-vue from 5.0.5 to 5.1.0 ([#1105](https://github.com/SAP/e-mobility-charging-stations-simulator/issues/1105)) ([d36c4c8](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/d36c4c840ab5ac7a9c7fe6abbd2ae01844cb981e))
+- **deps-dev:** bump @vitest/coverage-v8 from 2.0.1 to 2.0.2 ([bbdb386](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/bbdb3861ed14ea52669231e5d372add76c50d65e))
+- **deps-dev:** bump eslint-plugin-jsdoc from 48.5.2 to 48.6.0 ([fd091c8](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/fd091c8cd219780ff650859e7b4506180f436861))
+- **deps-dev:** bump glob from 10.4.3 to 11.0.0 ([cff23bd](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/cff23bd9ab0f9ca92bc2d4721bf454b00a54daf0))
+- **deps-dev:** bump husky from 9.0.11 to 9.1.0 ([#1091](https://github.com/SAP/e-mobility-charging-stations-simulator/issues/1091)) ([e74759d](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/e74759d1c5cc66ef325b75bae39cc930ae33eb92))
+- **deps-dev:** bump rimraf from 5.0.8 to 6.0.0 ([207408c](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/207408cf661a7b8a1d35f8a9aa5ff02104fcd8ba))
+- **deps-dev:** bump typescript-eslint from 7.16.0 to 7.16.1 ([a60a99d](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/a60a99dce05328466e9a631ba83a9d527f3b4548))
+- **deps-dev:** bump vitest from 2.0.1 to 2.0.2 ([#1082](https://github.com/SAP/e-mobility-charging-stations-simulator/issues/1082)) ([f3d0d30](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/f3d0d30346974ec0e979d53d8a761ce254ba8bb0))
+- **deps:** bump github/combine-prs from 5.0.0 to 5.1.0 ([#1093](https://github.com/SAP/e-mobility-charging-stations-simulator/issues/1093)) ([55f4d38](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/55f4d386ab0e3903101c8a4b296b962cf71c9427))
+- **deps:** bump tar from 7.4.0 to 7.4.1 ([#1102](https://github.com/SAP/e-mobility-charging-stations-simulator/issues/1102)) ([0da233c](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/0da233c3b206d71bda0504908a1fd429547de923))
+- **deps:** bump vue from 3.4.33 to 3.4.34 ([#1107](https://github.com/SAP/e-mobility-charging-stations-simulator/issues/1107)) ([0bfef14](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/0bfef1423a926bd6054a25934957148d1d2fb4b0))
+
+## [1.4.2](https://github.com/SAP/e-mobility-charging-stations-simulator/compare/simulator@v1.4.1...simulator@v1.4.2) (2024-07-06)
+
+### ๐Ÿ“š Documentation
+
+- format 'Branching model' section in README.md ([3196db2](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/3196db2fbe206231fc0ee7d7947b19937a23ce42))
+
+### ๐Ÿค– Automation
+
+- **ci:** do not cancel workflow in case of autofix failure ([7e302de](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/7e302dea6f55838438fbe7bf0b9b8e70f3c3af21))
+- **ci:** fix release-please changelog after module renaming ([26058fd](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/26058fdb1d89d53caceceb1a981e3d48d73dcfae))
+- **ci:** rename module in changelog ([b7c140d](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/b7c140d7aad6d935d8941b07062011d4171596e9))
+- **deps:** bump poolifier from 4.0.15 to 4.0.16 ([8965c9e](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/8965c9e361bd771e59963c7ebd22b4d3fc0da04b))
+
+## [1.4.1](https://github.com/SAP/e-mobility-charging-stations-simulator/compare/simulator@v1.4.0...simulator@v1.4.1) (2024-07-05)
+
+### ๐Ÿž Fixes
+
+- **ci:** fix release branches creation ([f727f02](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/f727f029cb974cffb38a2c569173730b6b808e3f))
+
+### โœจ Polish
+
+- **ci:** cleanup release-please configuration ([9880e6f](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/9880e6fed0333e17aad03f33e5ec4ee6307510ec))
+
 ## [1.4.0](https://github.com/SAP/e-mobility-charging-stations-simulator/compare/simulator-v1.3.7...simulator@v1.4.0) (2024-07-04)
 
 ### ๐Ÿš€ Features