Releases

Xval Release Notes -- Version 0.1.3

New Functions

Added the following functions:

  • $eomonth -- equivalent to Excel's EOMONTH function.
  • $one_day -- used to add or subtract days to/from a date value. It represents 86400 in the compute engine (number of seconds per day) and 1 in Excel.

New Features

Added default values to inputs, which act as a fallback when the value is missing.

Bug Fixes

Fixed a bug where multiline comments would not advance the line number captured by error messages.