v4.6.1
- Fix for issue #213: throw an error when user tries to iterate over a non-array in a template with a FOR loop. This used to create an infinite loop.
- Throw
ObjectCommandResultError
when the result of anINS
command is an Object. This ensures you don't accidentally put'[object Object]'
in your report.