@@ -10,6 +10,7 @@ and this project adheres to
1010
1111### Added
1212
13+ - Add field-level assertions to deserialization tests ([ cbea4fc] , [ #26 ] )
1314- Add 34 edge-case and validation tests covering missing fields, null values,
1415 empty strings, boundary integers, malformed datetimes/decimals, and nested
1516 validation ([ 1ca6e4d] , [ #33 ] )
@@ -152,6 +153,7 @@ and this project adheres to
152153<!-- Commit links -->
153154
154155[ b66a6f5 ] : https://github.com/LeakIX/l9format-python/commit/b66a6f5
156+ [ cbea4fc ] : https://github.com/LeakIX/l9format-python/commit/cbea4fc
155157[ 3547e22 ] : https://github.com/LeakIX/l9format-python/commit/3547e22
156158[ 1ca6e4d ] : https://github.com/LeakIX/l9format-python/commit/1ca6e4d
157159[ 0d8736e ] : https://github.com/LeakIX/l9format-python/commit/0d8736e
@@ -218,6 +220,7 @@ and this project adheres to
218220[ #18 ] : https://github.com/LeakIX/l9format-python/pull/18
219221[ #21 ] : https://github.com/LeakIX/l9format-python/issues/21
220222[ #22 ] : https://github.com/LeakIX/l9format-python/issues/22
223+ [ #26 ] : https://github.com/LeakIX/l9format-python/issues/26
221224[ #27 ] : https://github.com/LeakIX/l9format-python/issues/27
222225[ #33 ] : https://github.com/LeakIX/l9format-python/issues/33
223226[ #25 ] : https://github.com/LeakIX/l9format-python/issues/25
0 commit comments