0.3.9
Released Released on March 23, 2015
Features:
Instead of waiting until commands resolve, commands are immediately inserted with a
pendingstatus.Pending commands are now visually distinguishable.
Created new
Cypress.Loginterface for greater control over the display of commands.Available aliases are now logged in the console on
.debug().
Bugfixes:
Allow projects to be scrolled when >4 are added.
.type()accepts remaininginput[type=*]that users can type into.Cause + Effect commands are now logged in the correct order. IE, clicking something which causes another command to insert will be inserted correctly in the order they arrived
numRetriesis no longer shown in commands..clear()now logs a command.Promise.reducebugs are now fixed, causing events on a collection of elements in the synchronous wrong order.cy.chainis now coercively returned instead ofcywhich prevents losing access to the subject in custom commands.Trailing slashes are removed when serving initial files from the file system directly.