Skip to content
This repository has been archived by the owner on Apr 19, 2023. It is now read-only.

v2.0.0

Compare
Choose a tag to compare
@inazuma-bot inazuma-bot released this 11 Dec 14:35
· 3 commits to master since this release

v2.0.0 (2018-12-11)

✨ New Features

  • 3f1002f Rewrite cell reference coordinate system. (Issues: #1)
  • d3d00c2 Rewrite formula evaluation.
  • 4944366 Support cross-sheet reference. (Issues: #1)
  • fb82e93 Add single-quoted sheet names support. (Issues: #2)

🐛 Bug Fixes

  • 8a4cd90 Fix incorrect Coordinate label.
  • 6e74998 Fix incomplete context build.
  • 33a7654 Fix wrong value for merged cells. Fix range ref expansion.
  • 7d6cd74 Fix require is not defined when calling Function object.
  • f998365 Fix column not reset when parsing range to array.
  • c0ce5e7 Fix wrong parameter passed for callRangeValue.

💥 Breaking Changes

  • f2ae54e make .compile() async and modify eval context structure.
  • 24a0803 Add shared context. (Issues: #3)