Skip to content

Releases: beda-software/fhirpath-py

v2.2.0

16 Apr 13:08
c20a37f

Choose a tag to compare

  • Add helpers for compile_as_first and compile_as_array #63 @projkov @ruscoder
  • Add py.typed marker, specify types for compile, evaluate
  • Drop support for python 3.9

v2.1.0

01 Aug 17:06
a0b7bb4

Choose a tag to compare

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

28 Jul 07:08

Choose a tag to compare

Fix runtime error when there is a decimal in context @ir4y

Full Changelog: v2.0.2...v2.0.3

v2.0.2

18 May 13:52
60d668d

Choose a tag to compare

v2.0.1

02 May 09:58
c5760c4

Choose a tag to compare

v2.0.0

10 Mar 19:23
df85b90

Choose a tag to compare

  • Raise an error in case of accessing undefined env variable #50 @ruscoder
  • Add support for user defined functions #49 @ruscoder

v1.2.1

03 Feb 07:20

Choose a tag to compare

What's Changed

Full Changelog: v1.2.0...v1.2.1

v1.2.0

13 Jan 10:07
918bd44

Choose a tag to compare

What's Changed

  • Support collection.abc.Mapping as resource instead of only dict #44 @axelv

Full Changelog: v1.1.1...v1.2.0

v1.1.1

14 Jul 22:30

Choose a tag to compare

What's Changed

Full Changelog: v1.1.0...v1.1.1

v1.1.0

10 Feb 22:18

Choose a tag to compare

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