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
8ec3e4e2
...
8ec3e4e2802bef3a01ce275a9a1aad993448cb40
authored
2012-11-27 18:09:49 +0100
by
Nicolas Perriault
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
refs #290 - updated CHANGELOG
1 parent
61521594
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
CHANGELOG.md
CHANGELOG.md
View file @
8ec3e4e
...
...
@@ -31,6 +31,7 @@ casper.evaluate(function(a, b) {
-
fixed
[
#274
](
https://github.com/n1k0/casperjs/issues/274
)
- some headers couldn't be set
-
fixed
[
#277
](
https://github.com/n1k0/casperjs/issues/277
)
- multiline support in
`ClientUtils.echo()`
-
fixed
[
#282
](
https://github.com/n1k0/casperjs/issues/282
)
- added support for remote client scripts loading with a new
`remoteScripts`
casper option
-
merged
[
#290
](
https://github.com/n1k0/casperjs/issues/#290
)
- add a simplistic RPM spec file to make it easier to (un)install casperjs
-
fixed
`Casper.die()`
and
`Casper.evaluateOrDie()`
were not printing the error onto the console
-
added
[
`Tester.assertTextDoesntExist()`
](
http://casperjs.org/api.html#tester.assertTextDoesntExist
)
-
added
`Tester.assertFalse()`
as an alias of
`Tester.assertNot()`
...
...
Please
register
or
sign in
to post a comment