All Versions
82
Latest Version
Avg Release Cycle
51 days
Latest Release
2054 days ago
Changelog History
Page 3
Changelog History
Page 3
-
v2.3.1 Changes
April 11, 2016- ๐ fixes passing uncaught exceptions back to the default handler after cleanup
- ๐ fixes overhead due to automatic subscription to frame data for screenshots
- โ Adds unicode documentation for
.type()
-
v2.3.0 Changes
April 02, 2016- extends
.action()
to include adding actions on the Electron process - โ adds a debugging message to inspect how Electron exited
- ensures multiple instances of Nightmare do not use the same
waitTimeout
value - โ ensures cookies are not shared across tests
- โ adds basic HTTP authentication
- ๐ fixes
console.log
with injected/evaluated script - ensures screenshots match the currently rendered frame
- โ adds ability to open and detach dev tools
- โ removes the double-injection from
.inject()
- โ adds ability to save entire page as HTML
- extends
-
v2.2.0 Changes
February 16, 2016- โก๏ธ .then() now returns a full promise instead of nightmare. update yahoo example.
-
v2.1.6 Changes
February 01, 2016- ๐ Fix failed wait with queued up functions
- ๐ fix fullscreen switching (#434)
-
v2.1.5 Changes
February 01, 2016- โ add .insert(selector[, text]).
- ๐ improve .type(selector[, text]) robustness.
- โก๏ธ bump electron and fix API updates.
-
v2.1.4 Changes
January 28, 2016- โ added debugging flags to README
- โก๏ธ Update use of electron APIs to kill deprecation warnings for 1.0
- Implement dock option
- โ added default waitTimout
- page event listener fix
-
v2.1.3 Changes
January 18, 2016- โ added ability to uncheck
- now properly fails with integer wait time
- โ Added ability to return buffer from pdf
- โ add ability to clear cookies
- โ Added a documentation for .viewport(width, height)
- Uncomment OS X dock hide
- ๐ fix setting electron paths
-
v2.1.2 Changes
December 25, 2015- ๐ Support typing in non-strings
- ๐ Support Chrome command line switches.
- ๐ fix eventemitter leak message
- ๐ Blur focussed on click. Fixes #400
-
v2.1.1 Changes
December 21, 2015- clears inputs on falsey/empty values
-
v2.1.0 Changes
December 17, 2015- ๐ฅ BREAKING: changed
page-error
,page-alert
, andpage-log
toconsole
with typeserror
,alert
,log
๐ฅ BREAKING: fixed signature on nightmare.on('console', ...), to act more like console.log(...)
๐ use native electron sendInputEvent for nightmare.type(...)
โก๏ธ properly shutdown nightmare after certain tests and update formatting on the readme
โ add events for prompt, alert, confirm, and the other console events
โก๏ธ update docs for preload script
๐ support passing in a custom preload script
โก๏ธ Update PDF Options
๐ป follow new BrowserWindow option naming
โ remove useless mocha opt
implement
electronPath
option๐ Fixed 'args is not defined' error for paths option
- ๐ฅ BREAKING: changed