Skip to content

Add Version 1.5.0 changelog to README#242

Merged
Bergmann89 merged 2 commits intomasterfrom
copilot/update-changelog-version-1-5-0
Feb 20, 2026
Merged

Add Version 1.5.0 changelog to README#242
Bergmann89 merged 2 commits intomasterfrom
copilot/update-changelog-version-1-5-0

Conversation

Copy link
Contributor

Copilot AI commented Feb 20, 2026

The README changelog was missing the 1.5.0 entry. This adds a ## Version 1.5.0 section documenting all significant changes since the xsd-parser-v1.4.0 tag, compiled from merged PRs and related issues.

Changes documented

  • xs:anySimpleType support — new AnySimpleType runtime type in xsd-parser-types; configurable via generator
  • xs:redefine / xs:override support — schema composition mechanisms now parsed and interpreted correctly
  • Namespace-aware enum serialization/deserialization — enum values with namespace-prefixed content (e.g. tns:Sender) now resolved by URI rather than literal prefix string matching
  • Duplicated type identifiers across schema filesIdent split into TypeIdent (with SchemaId), NodeIdent, PropertyIdent to handle schemas reusing type names across files
  • DerivedTypeMeta — tracks derived type display names in DynamicMeta to resolve cross-schema naming conflicts
  • Non-zero integer types — XSD integer constraints can now map to Rust NonZero* types independent of WITH_NUM_BIG_INT
  • Improved name generationNaming trait handles duplicate group names and nested type collisions
  • Anchored regex pattern validationxs:pattern facets now correctly anchored (^(?:...)$) per XSD spec
  • Improved quick_xml deserialization — dynamic types, mixed content, deeply nested structures
  • New examples and benchmarks — BPMN 2.0 and VSME example projects; memory and performance benchmark crate
  • Bug fixes — list deserialization edge cases, namespace serialization for Element, non-whitespace list separators, attribute character escaping, group type naming collisions, WithNamespaceTrait conflicting impls for type aliases, empty list error handling, with_element_type_postfix typo

🔒 GitHub Advanced Security automatically protects Copilot coding agent pull requests. You can protect all pull requests by enabling Advanced Security for your repositories. Learn more about Advanced Security.

Co-authored-by: Bergmann89 <2215174+Bergmann89@users.noreply.github.com>
Copilot AI changed the title [WIP] Update changelog in README for version 1.5.0 Add Version 1.5.0 changelog to README Feb 20, 2026
Copilot AI requested a review from Bergmann89 February 20, 2026 12:34
@Bergmann89 Bergmann89 marked this pull request as ready for review February 20, 2026 12:40
@Bergmann89 Bergmann89 merged commit 45b00d6 into master Feb 20, 2026
2 checks passed
@Bergmann89 Bergmann89 deleted the copilot/update-changelog-version-1-5-0 branch February 20, 2026 12:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants