You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+20-4Lines changed: 20 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,21 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
8
8
### ROADMAP
9
9
- Switch to new domain.
10
10
11
+
## [2.0.2] - 2025-03-11
12
+
13
+
### Added
14
+
- Comprehensive unit tests for parameter validation in simulation requests
15
+
- Better validation error messages for all simulation parameters
16
+
- Helper methods for test assertions to improve code readability
17
+
18
+
### Changed
19
+
- Enhanced test coverage for the helpers module
20
+
- Improved test structure with dedicated test methods per parameter
21
+
22
+
### Fixed
23
+
- Edge case handling in parameter validation
24
+
25
+
11
26
## [2.0.1] - 2025-03-04
12
27
13
28
### Fixed
@@ -88,7 +103,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
88
103
- Documentation README for the process of develop/deployment located in [workflows](https://github.com/MirkoZETA/FlexNetSim-API/tree/master/.github/workflows/README_DEV.md).
0 commit comments