This repository has been archived by the owner on May 15, 2023. It is now read-only.
Releases: sdesalas/trifleJS
Releases · sdesalas/trifleJS
0.4
Release Notes
Beta release at 72% of the Core PhantomJS API.
Implemented (more unit testing needed):
Mostly Implemented (more unit testing needed):
Lots to do (no testing):
API implementation: 124 in 171 total (ie 72%)
FEATURE | STATUS | NOTES |
---|---|---|
Command Line Options | Partial | 7 out of 20 options |
Global Methods | Ready | .require() for CommonJS module definition |
Object: phantom | Partial | 8 out of 11 members |
Module: System | Ready | 5 out of 5 members |
Module: WebPage | Partial | 44 out of 71 members |
Module: FileSystem | Ready | 35 out of 35 members |
Module: WebServer | Ready | 19 out of 19 members |
Module: ChildProcess | To Do | 0 out of 2 members |
New Features | Partial | 5 out of 7 options (IE emulation etc) |
0.3
Release Notes
Basic proof of concept beta release at 56% of PhantomJS API.
Core API methods (WebPage.open, WebPage.injectJS, WebPage.evaluate) are working, as is the ability to emulate different IE versions.
Fixed a key bug that was preventing loading consecutive pages (issue#19).
Due to lack of unit testing the implementation of the API may not be mirroring what happens in PhantomJS.
Implemented (more unit testing needed):
Mostly Implemented (more unit testing needed):
Lots to do (no testing):
API implementation: 96 in 172 total (ie 56%)
FEATURE | STATUS | NOTES |
---|---|---|
Command Line Options | Partial | 5 out of 12 options |
Global Methods | Ready | .require() for CommonJS module definition |
Object: phantom | Partial | 6 out of 12 members |
Module: System | Ready | 5 out of 5 members |
Module: WebPage | Partial | 24 out of 86 members |
Module: FileSystem | Ready | 35 out of 35 members |
Module: WebServer | Partial | 18 out of 19 members |
New Features | Partial | 3 out of 4 options (IE emulation etc) |