- Support CLI-style options #31
- Fix an error where the destination streams were ended prematurely #27
- Fix memory leak when disposing pages #21
- Fix confusing security warning when PhantomJS exits
- Fix potential performance issues when PhantomJS' stdin was cluttered with messages
phantom.childProcess.cleanStdout
now implements the regular Readable interface
- Improve performance when running synchronous functions
- Fix an error where new line characters where removed from
console.log()
-messages inside PhantomJS
- Fix an error where a promise could have been rejected after it has already been resolved
- Improved stack traces from PhantomJS
- Replaced inter-process communication from HTTP to regular stdin/stdout
Phantom.prototype.port
has been removedPhantom.prototype.secret
has been removedconfig.minPort
has been removedconfig.maxPort
has been removed- Improved performance
- Reached stable state :)