Verse 1.1.0: Shiny objects!
- Adds nicely-formatted rendering of objects and arrays in test results and
displayText
output. You'll now see, e.g.{"hello": "world"}
instead of[object Object]
. - Fixes an issue in the undocumented
getStateType
function which could render the entire webpage inoperable. - Allow up to 1000 consecutive
yield retry()
calls before declaring it an infinite loop and crashing. Previously, the limit was 100 consecutive calls.
Note: the undocumented waitForever()
function has been removed. Use wait(Infinity)
instead.