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
3e65d367
...
3e65d367e2bc36282c2e55a3b99a96b4afe152ac
authored
2012-12-10 21:47:10 +0100
by
Nicolas Perriault
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
updated CHANGELOG
1 parent
0d659f14
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
25 additions
and
0 deletions
CHANGELOG.md
CHANGELOG.md
View file @
3e65d36
CasperJS Changelog
==================
XXXX-XX-XX, v1.0.0
------------------
### Important Changes & Caveats
#### Added support for frames
Short excerpt of related tests:
```
js
casper
.
start
(
'tests/site/frames.html'
);
casper
.
waitForFrame
(
'frame1'
,
function
()
{
this
.
test
.
assertTitle
(
'CasperJS test frames'
);
});
casper
.
withFrame
(
'frame1'
,
function
()
{
this
.
test
.
assertTitle
(
'CasperJS frame 1'
);
});
```
### Bugfixes & enhancements
-
merged
[
#269
](
https://github.com/n1k0/casperjs/issues/269
)
- Windows Batch script: fixed unsupported spaces in path and argument splitting
2012-12-10, v1.0.0-RC5
----------------------
...
...
Please
register
or
sign in
to post a comment