Skip to content

Releases: dcarbone/php-fhir-generated

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.

v2.0.3: JSON Unmarshalling and Marshalling improvements

07 Dec 16:47
Compare
Choose a tag to compare
  • 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

30 Nov 23:44
Compare
Choose a tag to compare
output from latest version of generator

v2.0.1: Serialization and construction improvements

30 Nov 21:58
Compare
Choose a tag to compare

This release includes the latest changes from php-fhir

v2.0.0: Serialization and primitive improvements.

29 Nov 23:42
Compare
Choose a tag to compare

This release includes all the work done for the v2.0.0 release of php-fhir