Skip to content

Releases: dcarbone/php-fhir

Vastly Improved Parsing

26 Apr 05:24
Compare
Choose a tag to compare

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

14 Mar 19:57
Compare
Choose a tag to compare

If a child element or component is serialized into XML, the resulting root element name will now just contain Alpha characters.

0.4.0

14 Mar 16:12
Compare
Choose a tag to compare

This release includes:

  • All generated classes can be serialized as XML & JSON.
  • Major updates to generation system.

Correcting file path from NS creation

10 Mar 16:00
Compare
Choose a tag to compare

Fixed bug that arose in linux-based systems when attempting to use NS name verbatim as file path (\ vs /)

Bugfix and Feature Release

26 Feb 15:02
Compare
Choose a tag to compare
  • Addressing issues introduced with 0.3.1
  • Setters on generated classes are now fluent.

Bugfix

26 Feb 05:43
Compare
Choose a tag to compare

Using rtrim rather than trim for file path cleanup to prevent issues with Linux / Mac users.

Bugfixes and fully decoupled

07 Feb 19:16
Compare
Choose a tag to compare

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

25 Jan 20:23
Compare
Choose a tag to compare

No longer requiring symfony/finder as it wasn't really necessary.

Minor Update

24 Jan 19:28
Compare
Choose a tag to compare

Updating composer.json entries, no code changes.

Initial Release

24 Jan 19:20
Compare
Choose a tag to compare
0.1.1

Updating namespace and package so it can be included in packagist.