Skip to content

Releases: dcarbone/php-fhir

v1.0.3: Doctrine entity-oriented changes

29 Oct 14:24

Choose a tag to compare

In an effort to allow the generated types to be used as Doctrine2 entity models, the following has been changed:

  1. Type class fields have been changed from private to protected
  2. Type descriptions that contain a @ symbol are escaped. Root level PHPDoc annotations remain untouched.

v1.0.2: Autoloader fix

22 Oct 01:51

Choose a tag to compare

This release addresses an issue where the generated Autoloader class would blindly require some base interfaces, traits, and classes, without testing to see if they'd already been required / included / autoloaded first.

It will also now attempt to require the ResponseParser and ResponseParseConfig classes at init.

v1.0.1: Bugfix release

21 Oct 23:41

Choose a tag to compare

This release corrects several issues introduced in the v1.0.0 release

V1.0.0

21 Oct 04:20

Choose a tag to compare

This release is the culmination of over a year of work towards creating a more supportable and extensible implementation of this library.

I attempted to address the following issues:

0.5.2: Final legacy release

06 Oct 09:43
35e4afb

Choose a tag to compare

This is the final release of the legacy parser.

JSON Encoding Bugfix release

10 Feb 22:57

Choose a tag to compare

This release addresses #32

0.5.0

26 Feb 17:23

Choose a tag to compare

This update includes:

  • PHP version requirement bump to >=5.4.0
  • Generator can now accept a PSR-3 compliant logger (not a great deal is being logged yet)
  • Quantity elements have been moved to their own namespace under Element
  • It should no longer be possible for an element to re-define properties already defined by it's parent(s)
  • Misc updates

Updates for STU3

21 Nov 13:54

Choose a tag to compare

This release includes #19

Model Specific XML Serialization Overriding

11 Nov 17:45

Choose a tag to compare

Property Generation Overrides

17 Aug 15:11

Choose a tag to compare

This release includes #15