Skip to content

0.3.0-pre.4

Pre-release
Pre-release
Compare
Choose a tag to compare
@dbluhm dbluhm released this 05 Jun 17:10
· 229 commits to main since this release

Added:

  • NonconformantDocument object as a fallback when all other validation fails. It attempts to make the resulting document as usable as possible without making assertions about what is or is not present in the document. Use pydid.deserialize_document(value) to get this fallback behavior. Use pydid.deserialize_document(value, strict=True) to keep strict validation behavior.
  • Various fixes discovered while improving test coverage.