v4.11.3
What's Changed
- (PR #321) Fix
InvalidCommandError
referring to'Unexpected END-IF outside of IF statement context:'
when the problem was actually an unexpectedEND-FOR
. Thanks @davidjb - Issue #322: Fix silent failure caused by unterminated for-loop in template, leading to a (partially) empty report. Throw new
UnterminatedForLoopError
whenFOR
loop is not properly terminated with anEND-FOR
. - Remove unnecessary runtime dependency (
timm
). - Upgrade
jszip
dependency to latest version.
New Contributors
Full Changelog: v4.11.2...v4.11.3