Skip to content

1.1.0

Choose a tag to compare

@jansiegel jansiegel released this 12 Aug 09:35
· 329 commits to master since this release
072f829

Changed

  • Deprecated the binarySearchThreshold configuration option, as every search of sorted data always uses binary search. (#791)

Added

  • Added support for the array arithmetic mode in the calculateFormula() method. (#782)
  • Added a new CellType returned by getCellType: CellType.ARRAYFORMULA. It's assigned to the top-left corner of an array, and is recognized by the isCellPartOfArray() and doesCellHaveFormula() methods. (#781)

Fixed

  • Fixed an issue with searching sorted data. (#787)
  • Fixed the destroy method to properly destroy HyperFormula instances. (#788)