Releases: dcarbone/php-fhir
Releases · dcarbone/php-fhir
v1.0.3: Doctrine entity-oriented changes
In an effort to allow the generated types to be used as Doctrine2 entity models, the following has been changed:
- Type class fields have been changed from
privatetoprotected - Type descriptions that contain a
@symbol are escaped. Root level PHPDoc annotations remain untouched.
v1.0.2: Autoloader fix
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
This release corrects several issues introduced in the v1.0.0 release
V1.0.0
0.5.2: Final legacy release
This is the final release of the legacy parser.
JSON Encoding Bugfix release
This release addresses #32
0.5.0
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)
Quantityelements have been moved to their own namespace underElement- 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
This release includes #19
Model Specific XML Serialization Overriding
This release includes PR #18
Property Generation Overrides
This release includes #15