phantomjs/ChangeLog

104 lines
3.4 KiB
Plaintext
Raw Normal View History

2011-06-22 09:54:36 +04:00
Please see also http://code.google.com/p/phantomjs/wiki/ReleaseNotes.
2011-06-26 10:59:16 +04:00
Version 1.3.0
Version 1.3.0 is the next minor update. It is still in the development.
2011-06-27 20:08:56 +04:00
Bug fixes
* Fixed open() and POST method, without specifying the finished handler.
New features
* Added Filesystem API, based on CommonJS Filesystem draft specs (issue 129)
* Presistent cookie support using --cookies=cookies.ini
* Added callback for page initialization (issue 143)
Examples
* Added a new example on using Modernizr to detect features.
2011-06-22 09:54:36 +04:00
2011-06-21: Version 1.2.0
Version 1.2.0 is a major update. It introduces a whole set of new API.
Bug fixes
* Fixed rendering a very large web page (issue 54)
* Fixed reporting of CoffeeScript compile error (issue 125)
New features
* Added callback for console message (issue 12)
* Improved security model via WebPage object (issue 41)
* Added support for POST, HEAD, PUT, and DELETE (issue 88)
* Scripts filename is now passed as phantom.scriptName
* Added callback to capture resource requests and responses (issue 2)
* Added the ability to load external JavaScript (issue 32)
Examples
* Ported examples to use WebPage object
* Added a new example to upload an image to imagebin.org
* Added a new example to show HTTP POST feature
* Added a new example to sniff network traffic and save it in HAR format
2011-04-27 11:51:20 +04:00
2011-04-27: Version 1.1.0
2011-01-29 10:19:14 +03:00
Fixed the script loading to use UTF-8 encoding (Yasuhiro Matsumoto).
Added check for system proxy setting (Yasuhiro Matsumoto).
Fixed building with Cygwin and Qt 4.5 (John Dalton).
Added a new example: driver for QUnit tests (Łukasz Korecki).
Fixed issue #20: problem with JPG transparent color (Alessandro Portale).
2011-02-14 09:49:35 +03:00
Fixed issue #9: ignore first line starting with #! (Matthias, aka fourplusone).
Fixed issue #7: support for file upload for form submission (Matthias, aka fourplusone).
Fixed issue #35: support for disabling images loading (Ariya Hidayat).
Fixed issue #14: enable or disable plugins (Ariya Hidayat).
Added a new example: using Canvas to produce the color wheel (Ariya Hidayat).
2011-02-20 09:07:22 +03:00
Added support for rasterizing as GIF image (Ariya Hidayat).
Added support for CoffeeScript (Ariya Hidayat).
Fixed issue #19: option for setting the proxy (Clint Berry, Ariya Hidayat).
Python implementation using PyQt (James Roe).
Fixed issue #17: Specify paper size for PDF export (Alessandro Portale).
Fixed issue #60: Win32 and OS/2 icon files (Salvador Parra Camacho).
Added clipping rectangle to the render function (Wouter de Bie).
Added an example on sychronous waiting (Gabor Torok).
Added command line option to use disk cache (Jon Turner).
2011-04-14 06:37:14 +04:00
Added text extracting example (Weston Ruter).
2011-04-22 22:34:31 +04:00
Fixed issue #93: Build with Qt < 4.7 (Ariya Hidayat).
Ported all examples to CoffeeScript (Robert Gieseke).
2011-01-17 13:17:42 +03:00
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.