Releases: dcarbone/php-fhir
Releases · dcarbone/php-fhir
Vastly Improved Parsing
This release includes a great deal of refactoring and improvements of the base parsing code to accommodate a wider variety of FHIR objects.
Parsing v0.0.82 and 1.0.2 versions of the FHIR spec no longer throw any errors.
XML Root name cleanup
If a child element or component is serialized into XML, the resulting root element name will now just contain Alpha characters.
0.4.0
Correcting file path from NS creation
Fixed bug that arose in linux-based systems when attempting to use NS name verbatim as file path (\ vs /)
Bugfix and Feature Release
- Addressing issues introduced with 0.3.1
- Setters on generated classes are now fluent.
Bugfix
Bugfixes and fully decoupled
0.3.0 fixes a few bugs in XML parsing logic and the generated output can now be used entirely independently of the base PHPFHIR library.
Decoupling lib
No longer requiring symfony/finder as it wasn't really necessary.
Minor Update
Updating composer.json entries, no code changes.
Initial Release
0.1.1 Updating namespace and package so it can be included in packagist.