Releases: dcarbone/php-fhir-generated
Releases · dcarbone/php-fhir-generated
v3.0.4
Full Changelog: v3.0.3...v3.0.4
v3.0.3
Full Changelog: v3.0.2...v3.0.3
v3.0.2
Full Changelog: v3.0.1...v3.0.2
v3.0.1
Full Changelog: v2.0.5...v3.0.1
v2.0.5: Base64Binary bugfix
A template syntax error caused the _writeToFile
method present on FHIRBase64Binary to be commented out. This has been corrected.
v2.0.4: Basic validation
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.
v2.0.3: JSON Unmarshalling and Marshalling improvements
- Types that have
{name}
and_{name}
entries in their json representation will now be constructed if either / or are present. - Class properties that are not FHIR values are
private
once again - The JSON portion of the generated phpunit tests now assert equivalency between the original representation and the re-encoded version after going through the unmarshal -> marshal routine
- Constructors are now a little bit cleaner, and hopefully easier to read.
- Minor other improvements.
v2.0.2: DSTU1 and DSTU2 improvements
output from latest version of generator
v2.0.1: Serialization and construction improvements
This release includes the latest changes from php-fhir
v2.0.0: Serialization and primitive improvements.
This release includes all the work done for the v2.0.0 release of php-fhir