1.2.2
Version 1.2.2 introduces the following changes:
- improve alignment to CQL 1.2 (#22)
- throw IncompatibleTypes exception when comparing incompatible types
- throw exception when parsing DateTime strings with invalid formats
- support offset 'Z' when parsing DateTime strings
- fix incorrect string format when converting DateTime to string
- update ToDecimal, ToInteger, and ToQuantity to better align to spec
- improve support for quantities (#25)
- allow null quantity values
- throw an exception on invalid (non-decimal, non-null) quantity values
- fix object equality to better align w/ specification (#28)
- fix an error potentially overwriting results when executing on multiple patients (#23)
- fix incorrect MIN_TIME_VALUE assignment (#24)
- fix bug detecting timezone separators in DateTime strings (#26)