All Versions
82
Latest Version
Avg Release Cycle
51 days
Latest Release
2028 days ago
Changelog History
Page 4
Changelog History
Page 4
-
v2.0.9 Changes
December 09, 2015- ➕ add Nightmare.action(name, action|namespace) and nightmare.use(plugin)
- ⬆️ bump dependencies
- ➕ Add header() method, and optional headers param to goto()
- ✅ "manipulation" fixture fixed to correctly test horizontal scrolling
- ✅ Viewport size changed in the 'should set viewport' test (for test passing on small screen resolution).
- prevent alerts from blocking
- ➕ Add support to wait(fn) for passing arguments from node context to browser context, just like evaluate()
- 👍 better cross-platform tests
- ➕ add mousedown event
- ➕ add nightmare.cookies.get(...) and nightmare.cookies.set(...) support
- 👌 improve screenshot documentation
- ✂ remove
.only
from buffered image test case - return a buffered image if no path is provided
- 👍 Allow overriding Electron app paths
- ⚡️ Update mocha-generators so tests run
-
v2.0.8 Changes
November 24, 2015- 📚 pointing to versioned Electron documentation
- 👉 Use "did-stop-loading" event in "continue"
- 🛠 Fix menu sub-section URL in documentation
- ⚡️ updating yahoo mocha example so it works with yahoo's changes, fixes #275
- ➕ adding a more complete example, fixes #295
- ⚡️ updating atom events links, fixes #312 and #258
- ✅ set make test as the npm test target
- 🌲 log and error event clean up
- ➕ Added license to package.json
- replace co-mocha w/ mocha-generators
- 👍 Allow for user-specified web-preferences options.
- ➕ Add test case for 'type' The test case of 'type and click' doesn't ensure 'type' works
- ✂ Remove old evaluate method, fix #257
-
v2.0.7 Changes
October 01, 2015- ⚡️ updated and clarified docs
- 🛠 fixed package.json description, thanks @tscanlin
- 👍 better error handling for ipc, thanks @davidnaas
# 2.0.6 / 2015-09-25
- ✅ changing the tests to point to github to avoid the great firewall fix #249
- 👉 Use node-integration for electron, fix scripts loading fix #242 #247
- ✂ Remove after and util in test/index.js
- ➕ adding windows debug hint
# 2.0.5 / 2015-09-20
- ➕ adding .useragent() support back, thanks @jefeweisen!
# 2.0.4 / 2015-09-20
- 🌲 improving logging for screenshot, events and goto
# 2.0.3 / 2015-09-19
- ✅ improving test cleanup, thanks @fritx!
- ⬆️ bumping electron from 0.32.2 to 0.33.0
# 2.0.2 / 2015-09-13
- ✅ improving tests for rendering
- ➕ adding support for screenshot clip rect #107
# 2.0.1 / 2015-09-13
- ⚡️ updated package.json
- credits to @matthewmueller!
-
v2.0.0 Changes
June 01, 2015- 👀 see #200 for details
- ➕ added generator love
- switched to electron to speed things up
- many many thanks to @matthewmueller!
-
v1.8.1 Changes
April 27, 2015- 🛠 Fix escaping of selectors in .wait(selector) thanks @thotypous
- ⚡️ Updated Mocha link thanks @mortonfox
-
v1.8.0 Changes
March 23, 2015- handling phantom crashes more gracefully
- 🛠 fixing tests by using a local server and static fixtures
- 🔌 feat(docs): add google-oauth2 plugin
- 🛠 fixing links
- 📄 clearer ToC and clearer evaluate docs from #89
-
v1.7.0 Changes
January 26, 2015- ➕ adding pdf ignore, fixing test timeout
- ➕ adding new resourceRequestStarted event for executing in phantomjs context
- ➕ Add scrollTo feature. Resolves #130.
- ➕ Adds zoom feature. Resolves #136.
- ➕ added error handling for requiring file extension in screenshot
- ➕ added documentation for supported filetypes for .screenshot
- ➕ add json parsing guard to test
- ➕ adding link to tests for more examples
- ⚡️ updating readme with clearer function lists and sections, and mocha test example
- ➕ add readme for headers()
- ➕ add tests for headers()
- ➕ add headers method
- upping timeouts
- ➕ Add ability to save an A4 sized PDF
- ➕ add check and select
-
v1.6.5 Changes
November 11, 2014- ⚡️ updating tests and fixing global port issue
- ➕ Adding sequential test case
- ➕ adding multiple clicks across multiple pages test
-
v1.6.4 Changes
November 10, 2014- 🛠 fixing non-existent elem issue in .visible(), fixes #108
-
v1.6.3 Changes
November 09, 2014- ⬆️ bumping circleci test version and timeout
- 🛠 eliminating global phantom instance and state, fixes #104