Skip to content

Releases: Tomtomgo/phearjs

Fix incorrect headers handling #15

28 Apr 12:39
Compare
Choose a tag to compare

Handling of headers was done incorrectly.

Fixing #15

Use Pug instead of Jade

10 Oct 19:47
Compare
Choose a tag to compare

For background check pugjs/pug#2184.

Add image rendering

10 Oct 19:13
Compare
Choose a tag to compare

@ITsvetkoFF added image rendering. This allows for taking snapshots of pages and save them as images.

Checkout https://github.com/Tomtomgo/phearjs#usage for usage info.

Add page requests and cookies to result

04 Mar 11:09
Compare
Choose a tag to compare

Returned JSON can include requests and cookies generated by web page, by adding get_requests=true and/or get_cookies=true parameters to a request.

Thanks @andersju!

Improve performance under high load

16 Oct 15:20
Compare
Choose a tag to compare

Catch small issues that rarely (but often enough to be a big problem) occur when PhearJS is under high load.

Status page

28 Sep 13:59
Compare
Choose a tag to compare

Added a status page
Fixed favicon
Improved docs

QT memory leak workaround

16 Sep 17:09
Compare
Choose a tag to compare

Added version information on startup
Workaround for memory leak in QT (relevant PhantomJS issue)

Stability release #2

03 Sep 19:33
Compare
Choose a tag to compare

Mainly: PhearJS will return 503 if too many requests are being made at the same time.

Adding stability

03 Sep 19:32
Compare
Choose a tag to compare

Using feedback from users stability in a high load scenario was improved.

Initial release

03 Sep 19:30
Compare
Choose a tag to compare
0.1.0

Update README.md