Skip to content

Improved anonymise command, fixed edge cases when parsing ATTRIBUTE-VALUE-BOOLEAN and -XHTML attributes

Compare
Choose a tag to compare
@stanislaw stanislaw released this 10 Feb 22:51
· 115 commits to main since this release
e54a2c4

What's Changed

  • reqif_bundle: get_spec_object_type_by_ref helper method by @stanislaw in #90
  • Bump version to 0.0.25 by @stanislaw in #91
  • cli: rewrite the anonymise command using pure lxml enhancement by @stanislaw in #93
  • Bump version to 0.0.26 by @stanislaw in #94
  • spec_object_parser: unparse ATTRIBUTE-VALUE-BOOLEAN by @stanislaw in #96
  • cli: anonymize: edge case for XHTML by @stanislaw in #97
  • parsers: spec object, specification, spec object type: edge case with XHTML fields by @stanislaw in #98
  • Specification type: not closing tag by default when created manually by @stanislaw in #99
  • All APIs: make all optional methods have default arguments by @stanislaw in #100
  • Start adding fixtures from ci.eclipse.org by @stanislaw in #101
  • tests/integration: add remaining major tests from ci.eclipse.org by @stanislaw in #102

Full Changelog: 0.0.24...0.0.27