Skip to content

Releases: dcarbone/php-fhir-generated

v3.2.0

30 Aug 22:28
24f5b01
Compare
Choose a tag to compare

v3.1.0

22 Aug 02:49
92535a6
Compare
Choose a tag to compare

Full Changelog: v3.0.6...v3.1.0

v3.0.6

07 Aug 02:11
3f9234f
Compare
Choose a tag to compare

Full Changelog: v3.0.4.1...v3.0.6

v3.0.4.1

10 Jul 03:45
1623dc7
Compare
Choose a tag to compare

What's Changed

  • updating this repo to use psr-4 to get avoid naming restrictions by @dcarbone in #18

Full Changelog: v3.0.4...v3.0.4.1

v3.0.4

10 Jul 03:31
2eb96f8
Compare
Choose a tag to compare

Full Changelog: v3.0.3...v3.0.4

v3.0.3

08 Jun 03:17
4f7dee6
Compare
Choose a tag to compare

Full Changelog: v3.0.2...v3.0.3

v3.0.2

07 Jun 20:42
7cd99b3
Compare
Choose a tag to compare

Full Changelog: v3.0.1...v3.0.2

v3.0.1

03 May 22:41
c9a2689
Compare
Choose a tag to compare

Full Changelog: v2.0.5...v3.0.1

v2.0.5: Base64Binary bugfix

26 Dec 16:20
Compare
Choose a tag to compare

A template syntax error caused the _writeToFile method present on FHIRBase64Binary to be commented out. This has been corrected.

v2.0.4: Basic validation

22 Dec 07:54
Compare
Choose a tag to compare

All types now have basic validation methods _getValidationErrors() and _getValidationRules(). These are based on constraints found in parsing the definition xsd's, and should only be used as guide as many providers deviate from the spec constraints.