Skip to content
This repository has been archived by the owner on Jun 26, 2020. It is now read-only.

v14.0.0

Compare
Choose a tag to compare
@Reinmar Reinmar released this 26 Aug 09:53
· 1104 commits to master since this release

Features

  • TableWalker will now return cell value also for spanned cells when traversing a table with includeSpanned option set to true. Additionally, isSpanned property was introduced in returned values. (07e8736)

Bug fixes

  • Table cell post-fixer will refresh a cell only when it is needed. Closes #209. (b29a042)

Other changes

BREAKING CHANGES

  • TableWalker will not return undefined as cell value for spanned cells anymore. Use isSpanned instead.