Release 1.0.16
Bug Fixes
- Fix #19 Inconsistent results with
parse
andparseAsync
.- Details: Promises are now resolved first before invoking
ExcelRefFunction
andExcelConditionalRefFunction
.
- Details: Promises are now resolved first before invoking
- Fix #20
parser.supportedFunctions()
does not includeSUMIF
andAVERAGEIF
.
Internal Lexer Update
- Merge
ExcelRefFunction
andExcelConditionalRefFunction
into basicFunction
. - Merge
ReservedName
intoName
.