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
d4a5a331
...
d4a5a3313c5bc040784c7745518afa74fd8e7669
authored
2012-01-08 17:47:05 +0100
by
Nicolas Perriault
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
updated CHANGELOG for 0.6
1 parent
e3f9a342
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
1 deletions
CHANGELOG.md
CHANGELOG.md
View file @
d4a5a33
...
...
@@ -6,7 +6,7 @@ XXXX-XX-XX, v0.6.0
-
**BC BREAK:**
`Casper.click()`
now uses native Webkit mouse events instead of previous crazy utopic javascript emulation
-
**BC BREAK:**
removed obsolete
`replaceFunctionPlaceholders()`
-
*
*BC BREAK:**
deprecated
`Casper.extend()`
metho
d; use natural javascript extension mechanisms instead (see samples)
-
*
Deprecated*
:
`Casper.extend()`
method has been deprecate
d; 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
...
...
@@ -14,6 +14,8 @@ XXXX-XX-XX, v0.6.0
-
added support for
`RegExp`
input in
`Casper.resourceExists()`
-
added source file path localization in any thrown
`Error`
message
---
2011-12-25, v0.4.2
------------------
...
...
@@ -21,6 +23,8 @@ XXXX-XX-XX, v0.6.0
-
casperjs executable now gracefully exists on KeyboardInterrupt
-
added Casper.download() method, for downloading any resource and save it onto the filesystem
---
2011-12-21, v0.4.1
------------------
...
...
Please
register
or
sign in
to post a comment