Skip to content

6.10.0

Choose a tag to compare

@github-actions github-actions released this 06 Jun 13:21
· 264 commits to main since this release

Changed

  • Existing Serialize.XmlSerializer.serialize() for Node.js may throw Serialize.MissingOptionalDependencyError (via #1084)
    This is considered a non-breaking change, as the docs always told that any Error may be thrown.
  • Improved the verbose error messages when a functionality failed due to absence of optional/pluggable dependency.

Added

  • New class Serialize.MissingOptionalDependencyError (via #1084)

Misc

  • Refactored functionality around optional/pluggable dependencies (via #1083, #1084)
    This was done in preparation for #1079.

What's Changed

Full Changelog: v6.9.5...v6.10.0