- 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
- 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
- Fix runtime error when there is a decimal in context @ir4y
- Increase performance of parsing #54 @ruscoder
- Fix of the bug with multiple user-defined functions @kpcurai @ruscoder
- Raise an error in case of accessing undefined env variable #50 @ruscoder
- Add support for user defined functions #49 @ruscoder
- Upgrade paython-dateutil #46 @kpcurai
- Support collection.abc.Mapping as resource instead of only dict #44 @axelv
- Implement all fhirpath specification, pass all tests from fhirpath-js @atuonufure
- Fix bug with $this calculation @ir4y
- Issue 21 by @ir4y in #22 Add extensions support
- Setup automatice releases with github actions
- Fix datetime functions #19
- Initial release