====================
- Fixed a couple of typos.
- Updated solution for uploads.
- Botched publish necessitated unpublishing 0.3.0 and publishing under new version.
- Adds #3 - documentation for
.use()
and.action()
- Adds #14 - variable lifting with
.evaluate()
- Adds #26 - using Nightmare with
mocha-generators
- Fixes a broken link on the readme to globally defined variables.
- Fixes #8 - Changed
semantic callback
tocallback
. - Fixes #7 - Removed
co
reference from the callback examples. - Fixes #4 - Altered wording to be simpler.
- Fixes #5 - Adds
.catch()
to promise examples. - Fixes #6 - Updates descriptions and adds comments to examples.
- Added #16 - links to nightmare and a greatly improved readme (thanks @Mr0grog).
- Added #19 - Adds known issue about globally defined variables
- Added #2 - Adds a rough cut for how to handle asynchronous operations and loops with Nightmare.
Initial release.