Skip to content

v4.11.3

Compare
Choose a tag to compare
@jjhbw jjhbw released this 08 Aug 10:55
· 43 commits to master since this release

What's Changed

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

New Contributors

Full Changelog: v4.11.2...v4.11.3