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
96a45c88
...
96a45c8873d843f36bf29d91708cd991dfaa1e23
authored
2012-10-19 15:15:15 +0200
by
Nicolas Perriault
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
CHANGELOG formatting
1 parent
34f5bf5b
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
CHANGELOG.md
CHANGELOG.md
View file @
96a45c8
...
...
@@ -8,9 +8,9 @@ This version is yet to be released.
### Important Changes & Caveats
**BC BREAK**
: fixes
[
#220
](
https://github.com/n1k0/casperjs/issues/220
)
,
[
#237
](
https://github.com/n1k0/casperjs/issues/237
)
- added a
`waitTimeout`
options, removed
`defaultWaitTimeout`
option.
**BC BREAK**
(for the better): fixes
[
#249
](
https://github.com/n1k0/casperjs/issues/249
)
- default timeout functions don't
`die()`
anymore in tests
**BC BREAK**
(for the better): merged
[
#188
](
https://github.com/n1k0/casperjs/issues/188
)
- Easy access to current response object;
-
**BC BREAK**
: fixes
[
#220
](
https://github.com/n1k0/casperjs/issues/220
)
,
[
#237
](
https://github.com/n1k0/casperjs/issues/237
)
- added a
`waitTimeout`
options, removed
`defaultWaitTimeout`
option.
-
**BC BREAK**
(for the better): fixes
[
#249
](
https://github.com/n1k0/casperjs/issues/249
)
- default timeout functions don't
`die()`
anymore in tests
-
**BC BREAK**
(for the better): merged
[
#188
](
https://github.com/n1k0/casperjs/issues/188
)
- Easy access to current response object;
You can now access the current response object as the first parameter of step callbacks:
```
javascript
...
...
Please
register
or
sign in
to post a comment