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
4f5dab22
...
4f5dab22396c9bb0a517eaafafe34dbb21ac84df
authored
2012-01-08 17:38:51 +0100
by
Nicolas Perriault
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
updated 0.6 CHANGELOG
1 parent
b340e763
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
4 deletions
CHANGELOG.md
CHANGELOG.md
View file @
4f5dab2
...
...
@@ -4,12 +4,14 @@ CasperJS Changelog
XXXX-XX-XX, v0.6.0
------------------
-
BC BREAK:
`Casper.click()`
now use
native phantomjs events instead of
crazy utopic javascript emulation
-
BC BREAK:
`Casper.click()`
now use
s native phantomjs events instead of previous
crazy utopic javascript emulation
-
BC BREAK: removed obsolete
`replaceFunctionPlaceholders()`
-
commonjs/nodejs-like module implementation
-
BC BREAK: deprecated
`Casper.extend()`
method; use natural javascript extension mechanisms instead (see samples)
-
`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
-
introduced the "mouse" module to handle
"real"
mouse events
-
added support for RegExp in
`Casper.resourceExists()`
-
introduced the "mouse" module to handle
native Webkit
mouse events
-
added support for RegExp in
put in
`Casper.resourceExists()`
2011-12-25, v0.4.2
------------------
...
...
Please
register
or
sign in
to post a comment