File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ ## v0.2.0 (2025-11-12)
2+
3+ ### Refactor
4+
5+ - ensure dve working on python 3.10
6+ - ensure dve working on python 3.11
7+
8+ ### BREAKING CHANGE
9+
10+ - Numerous typing updates that will make this codebase unusable below python 3.9
11+
12+ note - this does not mean the package will work on python 3.9. Minimum working version is 3.10.
13+
14+ ### Feat
15+
16+ - added functionality to allow error messages in business rules t… (#8 )
17+
18+ ### Refactor
19+
20+ - bump pylint to work correctly with py3.11 and fix numerous linting issues
21+
122## 0.1.0 (2025-11-10)
223
24+ * NB - This was previously v1.0.0 and v1.1.0 but has been rolled back into a 0.1.0 release to reflect lack of package stability.*
25+
326### Feat
427
528- Added ability to define custom error codes and templated messages for data contract feedback messages
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " nhs_dve"
3- version = " 0.1 .0"
3+ version = " 0.2 .0"
44description = " `nhs data validation engine` is a framework used to validate data"
55authors = [" NHS England <england.contactus@nhs.net>" ]
66readme = " README.md"
You can’t perform that action at this time.
0 commit comments