Skip to content

EntityResolver for deserializer and export EscapeError

Compare
Choose a tag to compare
@Mingun Mingun released this 12 Apr 15:28
· 396 commits to master since this release

What's Changed

New Features

  • #581: Allow Deserializer to set quick_xml::de::EntityResolver for resolving unknown entities that would otherwise cause the parser to return an [EscapeError::UnrecognizedSymbol] error.

Misc Changes

  • #584: Export EscapeError from the crate
  • #581: Relax requirements for unsescape_* set of functions -- their now use FnMut instead of Fn for resolve_entity parameters, like Iterator::map from std.

New Contributors

Full Changelog: v0.28.1...v0.28.2