Skip to content

Release 1.0.16

Compare
Choose a tag to compare
@LesterLyu LesterLyu released this 14 Aug 19:56
· 35 commits to master since this release

Bug Fixes

  • Fix #19 Inconsistent results with parse and parseAsync.
    • Details: Promises are now resolved first before invoking ExcelRefFunction and ExcelConditionalRefFunction.
  • Fix #20 parser.supportedFunctions() does not include SUMIF and AVERAGEIF.

Internal Lexer Update

  • Merge ExcelRefFunction and ExcelConditionalRefFunction into basic Function.
  • Merge ReservedName into Name.

Coverage Increases 😃