lantanagroup / FHIR.js

Node.JS library for serializing/deserializing FHIR resources between JS/JSON and XML using various node.js XML libraries
Apache License 2.0
104 stars 29 forks source link

xmlToJson broken by #22 #23

Closed synsteve closed 4 years ago

synsteve commented 4 years ago

Good work on #22 but I think this has broken the xmlToJson code - the _ properties are all empty object now.

seanmcilvenna commented 4 years ago

yah, I saw that. I'm working on fixing :/ whoops. rushed too quickly

seanmcilvenna commented 4 years ago

ok, fixed. released 4.7.5 to npm and tagged ce3a5daa7536912d6ad525fd4c3d754e79e2a252.

seanmcilvenna commented 4 years ago

Found another issue, related to my previous refactor. Sheesh.

seanmcilvenna commented 4 years ago

ok. made a final release for the day (v4.7.6) that fixes all issues as of this commit 6345394f0a74bd1e05ea4292ba8f14d254ef0b0e. oye. have a good evening!