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
9fcf6740
...
9fcf6740b0c1024445b93d7a5fa1247ebc1f72a6
authored
2012-05-29 00:07:18 +0200
by
Nicolas Perriault
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
bump 0.6.9
1 parent
c1ec3707
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
4 deletions
CHANGELOG.md
docs
package.json
CHANGELOG.md
View file @
9fcf674
CasperJS Changelog
==================
XXXX-XX-XX
, v0.6.9
2012-05-29
, v0.6.9
------------------
-
**BC BREAK:**
PhantomJS 1.5 is now the minimal PhantomJS version supported.
-
fixed
[
#114
](
https://github.com/n1k0/casperjs/issues/114
)
- ensured client-side utils are injected before any
`evaluate()`
call
-
merged
[
#89
](
https://github.com/n1k0/casperjs/pull/89
)
- Support for more mouse events (@nrabinowitz)
-
[
added a new `error` event, better error reporting
](
https://github.com/n1k0/casperjs/commit/2e6988ae821b3251e063d11ba28af59b0683852a
)
-
fixed
[
#117
](
https://github.com/n1k0/casperjs/issues/117
)
-
`fill()`
coulnd't
`submit()`
a form with a submit input named
*submit*
-
merged
[
#122
](
https://github.com/n1k0/casperjs/pull/122
)
- allow downloads to be triggered by more than just
`GET`
requests
-
closed
[
#57
](
https://github.com/n1k0/casperjs/issues/57
)
- added context to emitted test events
-
closed
[
#57
](
https://github.com/n1k0/casperjs/issues/57
)
- added context to emitted test events
+ complete assertion framework refactor
-
fixed loaded resources array is now reset adequately
[
reference discussion
](
https://groups.google.com/forum/?hl=fr?fromgroups#!topic/casperjs/TCkNzrj1IoA
)
-
fixed incomplete error message logged when passed an erroneous selector (xpath and css)
...
...
docs
@
391905e2
Subproject commit
ffa3a89894d551e07523e48b482b82b92a33c9ed
Subproject commit
391905e247c441e818c2e13bc6951f962bb7bcab
...
...
package.json
View file @
9fcf674
{
"name"
:
"casperjs"
,
"description"
:
"Navigation scripting & testing utility for PhantomJS"
,
"version"
:
"0.6.
8
"
,
"version"
:
"0.6.
9
"
,
"keywords"
:
[
"phantomjs"
,
"javascript"
...
...
Please
register
or
sign in
to post a comment