Mercurial > hgrepos > Python > libs > data-schema
changeset 50:0dd9a251f884
Changes
| author | Franz Glasner <fzglas.hg@dom66.de> |
|---|---|
| date | Thu, 03 Aug 2023 09:24:43 +0200 |
| parents | 6b8fcd0d2175 |
| children | 682c32265978 |
| files | CHANGES.txt |
| diffstat | 1 files changed, 16 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/CHANGES.txt Thu Aug 03 02:21:13 2023 +0200 +++ b/CHANGES.txt Thu Aug 03 09:24:43 2023 +0200 @@ -13,6 +13,22 @@ Pre-1.0 Series ============== +n/a +--- + +- **[feature]** + Proper :py:mod:`pickle` support for all validation-relevant data + (problems, schema, context). This includes a proper :py:meth:`__eq__` + implementation also. + +- **[feature]** + Implement additional conditions: `ref-false`, `ref-not-exists`, + `when-ref-false` and `when-ref-not-exists` + +- **[bugfix]** + Several fixes regarding conditions in combination with schema references + + v0.2 (2023-07-19) -----------------
