Skip to content

Latest commit

 

History

History
61 lines (34 loc) · 1.26 KB

File metadata and controls

61 lines (34 loc) · 1.26 KB

2.2.0

  • 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

2.1.0

  • 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

2.0.3

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

2.0.2

  • Increase performance of parsing #54 @ruscoder

2.0.1

  • Fix of the bug with multiple user-defined functions @kpcurai @ruscoder

2.0.0

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

1.2.1

  • Upgrade paython-dateutil #46 @kpcurai

1.2.0

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

1.0.0

  • Implement all fhirpath specification, pass all tests from fhirpath-js @atuonufure

0.2.2

  • Fix bug with $this calculation @ir4y

0.2.1

  • Issue 21 by @ir4y in #22 Add extensions support

0.1.2

  • Setup automatice releases with github actions

0.1.1

  • Fix datetime functions #19

0.1.0

  • Initial release