Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
John McEleney
/
casperjs
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit
ebdc3567
...
ebdc3567c570ad0a84e28c70b30b3c539abec3fe
authored
2012-01-12 12:37:10 +0100
by
Nicolas Perriault
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
bumped 0.6
1 parent
1f2dd978
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
3 deletions
CHANGELOG.md
docs
package.json
CHANGELOG.md
View file @
ebdc356
CasperJS Changelog
==================
XXXX-XX-XX
, v0.6.0
2012-01-12
, v0.6.0
------------------
-
**BC BREAK:**
`Casper.click()`
now uses native Webkit mouse events instead of previous crazy utopic javascript emulation
-
**BC BREAK:**
All errors thrown by CasperJS core are of the new
`CasperError`
type
-
**BC BREAK:**
removed obsolete
`replaceFunctionPlaceholders()`
-
*Deprecated*
:
`Casper.extend()`
method has been deprecated; use natural javascript extension mechanisms instead (see samples)
-
added
`$ casperjs test`
command for running split test suites
-
`Casper.open()`
can now perform HTTP
`GET`
,
`POST`
,
`PUT`
,
`DELETE`
and
`HEAD`
operations
-
commonjs/nodejs-like module exports implementation
-
ported nodejs'
`events`
module to casperjs; lots of events added, plus some value filtering capabilities
...
...
@@ -16,6 +17,8 @@ XXXX-XX-XX, v0.6.0
-
added printing of source file path for any uncaught exception printed onto the console
-
added an emulation of stack trace printing (but PhantomJS will have to upgrade its javascript engine for it to be fully working though)
Please check the
[
updated documentation
](
http://n1k0.github.com/casperjs
)
.
---
2011-12-25, v0.4.2
...
...
docs
@
7f56f319
Subproject commit
e37ddaa4dd0d94685f862bf229426924f26c1ada
Subproject commit
7f56f319b63912005e47779a2d279e9175a8eff7
...
...
package.json
View file @
ebdc356
{
"name"
:
"casperjs"
,
"description"
:
"Navigation scripting & testing utility for PhantomJS"
,
"version"
:
"0.6.0
-alpha
"
,
"version"
:
"0.6.0"
,
"keywords"
:
[
"phantomjs"
,
"javascript"
...
...
Please
register
or
sign in
to post a comment