Phridge Versions Save

A bridge between node and PhantomJS

v2.0.0

8 years ago
  • Breaking: Update phantomjs-prebuilt@^2.1.3
  • Breaking: Replace when.js promises with native Promise

v1.2.2

8 years ago
  • Fix cannot read property 'stdin' of null in some cases #41

v1.2.1

8 years ago
  • Fix compatibility issue with node 0.10 #40

v1.2.0

8 years ago
  • Phantom now inherits from EventEmitter
  • A phantom instance now emits an unexpectedExit-event when PhantomJS exited without a call to phantom.dispose() or one of its std streams emitted an error event. See #35 for discussion.
  • Refactored mechanisms to prevent orphaned PhantomJS child processes
  • Handle disposed phantom instances more gracefully

v1.1.0

9 years ago
  • Support CLI-style options #31

v1.0.8

9 years ago
  • Fix an error where the destination streams were ended prematurely #27

v1.0.7

9 years ago
  • Fix memory leak when disposing pages #21
  • Fix confusing security warning when PhantomJS exits

v1.0.6

9 years ago
  • Fix potential performance issues when PhantomJS' stdin was cluttered with messages

v1.0.5

9 years ago
  • phantom.childProcess.cleanStdout now implements the regular Readable interface

v1.0.4

9 years ago
  • Improve performance when running synchronous functions