Skip to content

Releases: goetas-webservices/xsd-reader

0.4.6

07 Jun 06:20
51558f6
Compare
Choose a tag to compare

What's Changed

  • Inherit default qualification from schema when not specified by @veewee in #84

Full Changelog: 0.4.5...0.4.6

0.4.5

04 Jun 06:51
f4bdcbb
Compare
Choose a tag to compare

What's Changed

  • Read restriction child sequences by @veewee in #82
  • Collect meta attributes from XSD files by @veewee in #83

Full Changelog: 0.4.4...0.4.5

0.4.4

16 Jan 14:37
ee51ff5
Compare
Choose a tag to compare

What's Changed

  • avoid invalid minOccurs inheritance by @Guite in #81

Full Changelog: 0.4.3...0.4.4

0.4.3

16 Jan 14:30
c6ceb39
Compare
Choose a tag to compare
0.4.3 Pre-release
Pre-release

What's Changed

  • avoid passing null to max function by @Guite in #79
  • avoid unneeded type cast by @Guite in #80

Full Changelog: 0.4.2...0.4.3

0.4.2

16 Jan 08:23
612413f
Compare
Choose a tag to compare
0.4.2 Pre-release
Pre-release

What's Changed

  • execute tools from vendor bin directory by @Guite in #74
  • fix missing sequence within choice by @Guite in #75
  • Fix issue with intepreting unbounded sequences as having a max limit of 2 by @jbuncle in #76
  • introduce loadMinFromNode method by @Guite in #77
  • cs fixes by @Guite in #78

New Contributors

Full Changelog: 0.4.1...0.4.2

0.4.1

31 Mar 17:47
f21f43e
Compare
Choose a tag to compare

What's Changed

  • Set default value on list to avoid accessing this property before initialization #72 (thanks to @veewee)

Full Changelog: 0.4.0...0.4.1

0.4.0

22 Feb 09:28
Compare
Choose a tag to compare

What's Changed

  • support attributes for restrictions of base complex types #69
  • support use property for AttributeDef #70
  • support abstract property for elements #71
  • introduce RestrictionType enum #71
  • support choices #71
  • support substitution groups #71
  • migrate to PHP 8 #71
  • use GH actions for test execution #71
  • support attribute references
  • support complex types with mixed content

Full Changelog: 0.3.13...0.4.0

0.3.13

11 Jan 07:44
c03dbad
Compare
Choose a tag to compare

What's Changed

  • define schema location for xmldsig namespace by @Guite in #68

Full Changelog: 0.3.12...0.3.13

0.3.12

21 Dec 07:15
7f0a0ea
Compare
Choose a tag to compare

What's Changed

  • add missing default value for nullable property by @Guite in #66
  • support default values and other properties for… by @Guite in #67

Full Changelog: 0.3.11...0.3.12

0.3.11

19 Dec 11:39
60b26b7
Compare
Choose a tag to compare

What's Changed

  • add support for fixed attribute for elements by @Guite in #65

New Contributors

  • @Guite made their first contribution in #65

Full Changelog: 0.3.10...0.3.11