Skip to content

Verse 1.1.0: Shiny objects!

Compare
Choose a tag to compare
@benchristel benchristel released this 09 Sep 19:34
· 84 commits to master since this release
  • 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.