1
1
mirror of https://github.com/ariya/phantomjs.git synced 2024-09-11 12:55:33 +03:00

Add ChangeLog.

This commit is contained in:
Ariya Hidayat 2011-01-17 02:17:42 -08:00
parent 7f9e03ffad
commit 75506e37a5

11
ChangeLog Normal file
View File

@ -0,0 +1,11 @@
2011-01-17: Version 1.0.0
Initial launch.
The API is centralized at the 'phantom' object (as child of
window object) which has the properties: args, content,
loadStatus, state, userAgent, version, viewportSize, and
the following functions: exit, open, render, sleep.
Several examples are included, among others: web page rasterizer,
weather service, headless test framework driver, and many others.