All Versions
17
Latest Version
Avg Release Cycle
119 days
Latest Release
1184 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v4.0.0 Changes
July 07, 2020- ๐ฅ Breaking: Removed support for
PhantomJS
andSlimerJS
(engines are outdated). - โก๏ธ Updated Electron version from v2 to v8+.
.do.post()
- implemented for electron.- Rewrite to modern syntax (async/await, ...args).
- Deps bump.
- ๐ฅ Breaking: Removed support for
-
v3.1.0 Changes
September 22, 2017- .fn() function now can return Promise (and can be
async
).
- .fn() function now can return Promise (and can be
-
v3.0.4 Changes
June 08, 2017- ๐ง Maintenance: bump dependencies.
-
v3.0.3 Changes
December 19, 2016- โ Added
option.enginePath
, #39. - Replace makefile with npm scrips
- โ Added
-
v3.0.2 Changes
October 16, 2016- โก๏ธ Update Electron package name to
electron
, with fallback to legacyelectron-prebuilt
.
- โก๏ธ Update Electron package name to
-
v3.0.1 Changes
September 27, 2016- ๐ Fix freeze when trying to evaluate javascript during page load.
-
v3.0.0 Changes
June 18, 2016- ๐ (!!!)
Electron
support added. Much more stable engine. - ๐ฅ Breaking:
.close()
is now stackable command. Use.exit()
for immediate shutdown instead. - ๐ฅ Breaking: Dropped old nodes support. v4.+ required.
- ๐
Promise
support added:.run()
returnsPromise
if invoked without callback.- Navit instance is thenable (
.run()
call can be skipped with promises).
.set.cookie(name)
(without value) will delete cookie..fill()
method, the same as in CasperJS.- 0๏ธโฃ Increased default timeout to 10s.
- ๐ (!!!)
-
v2.2.0 Changes
March 17, 2016- ๐
.do.click()
- Fixed phantomjs2 compatibility. - โ Add
phantomjs-prebuild
search whenphantomjs
engine selected.
- ๐
-
v2.1.0 Changes
January 27, 2016- โ Added PhantomJS 2.1 support (see below).
- ๐ฎ Force page cache reset before request. Without it Phantom 2.1 could get 304 status (without body) instead of 200.
- ๐ Improved compatibility of
do.reload
implementation.
-
v2.0.2 Changes
January 15, 2016- ๐ Fix:
.get.evaluate()
last param should be optional, #30.
- ๐ Fix: