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
7995fbe2
...
7995fbe2500512a5a9fcfb3c95be31f864bdfc9d
authored
2012-01-08 17:42:30 +0100
by
Nicolas Perriault
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
updated CHANGELOG for 0.6
1 parent
89d48bb1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
CHANGELOG.md
CHANGELOG.md
View file @
7995fbe
...
...
@@ -4,9 +4,9 @@ CasperJS Changelog
XXXX-XX-XX, v0.6.0
------------------
-
BC BREAK:
`Casper.click()`
now uses native phantomjs events instead of previous crazy utopic javascript emulation
-
BC BREAK:
removed obsolete
`replaceFunctionPlaceholders()`
-
BC BREAK:
deprecated
`Casper.extend()`
method; use natural javascript extension mechanisms instead (see samples)
-
**BC BREAK:**
`Casper.click()`
now uses native phantomjs events instead of previous crazy utopic javascript emulation
-
**BC BREAK:**
removed obsolete
`replaceFunctionPlaceholders()`
-
**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
...
...
Please
register
or
sign in
to post a comment