- Fixed poll loop termination after browser die (missed in 2.0.3).
- Fixed poll loop termination after
.close().
- Added
clearMemoryCache()engine method support. - Coding style update.
- Added linter to tests.
- Improved iproute2 support (different output format in Ubuntu 15.04+).
- Added SlimerJS support.
- Moved callbacks to last position in all functions.
- old style calls still work but show deprecation message.
- Renamed
options.phantomPath->options.path- old style options still work but show deprecation message.
- Added FreeBSD support.
- Improved Linux support - try iproute2 before net-tools.
- Added dot notation support for nested properties in
.set/.get. - Defined missed
onResourceTimeouthandler. - Defined
onAuthPrompthandler, specific to SlimerJS. - Fixed Win32 support.
- Fixed Yosemite support with multiname localhost aliases.
- Return proper errors when PhantomJS / SlimerJS process dies.
- Fixed
waitForSelectorcallback result. - Fixed possible result corruption in
evaluate. - Rewritten tests & automated testing.
- Tests rewrite & code cleanup.
- Fix possible ECONNRESET after exit.
- Fix and work-around broken includeJs function.
...