Releases: beda-software/fhirpath-py
Releases · beda-software/fhirpath-py
v2.1.0
What's Changed
- Fix bug with $this evaluation context in function invocations #60 @brianpos
- Add traceFn option for trace function callback #57 @brianpos
- Add returnRawData option for getting output in raw format #59 @brianpos
- Add propName/index props to ResourceNode #58 @brianpos
New Contributors
Full Changelog: v2.0.3...v2.1.0
v2.0.3
v2.0.2
v2.0.1
v2.0.0
v1.2.1
What's Changed
- Bump python-dateutil from 2.8.2 to 2.9.0.post0 by @dmitryashutov in #48
Full Changelog: v1.2.0...v1.2.1
v1.2.0
v1.1.1
What's Changed
- Bump black from 24.1.1 to 24.3.0 by @dependabot in #39
- Reset system time constant between expression evaluations by @m0rl
Full Changelog: v1.1.0...v1.1.1
v1.1.0
What's Changed
- Support fine granularity (down to milliseconds) in DateTime calculations
- By default, serialize the return value of datetime utility functions (now/today/timeOfDay) into a string
Full Changelog: v1.0.3...v1.1.0
v1.0.3
What's Changed
- Fix TypeError formatting exception message for malformed Date/Time conversion by @atuonufure in #35
- Fix Date/time expression contains internal nodes after evaluation by @atuonufure #36
- Fix No timezone information converting DateTime to string by @atuonufure #37
Full Changelog: v1.0.1...v1.0.3