refs #290 - updated CHANGELOG
Showing
1 changed file
with
1 additions
and
0 deletions
... | @@ -31,6 +31,7 @@ casper.evaluate(function(a, b) { | ... | @@ -31,6 +31,7 @@ casper.evaluate(function(a, b) { |
31 | - fixed [#274](https://github.com/n1k0/casperjs/issues/274) - some headers couldn't be set | 31 | - fixed [#274](https://github.com/n1k0/casperjs/issues/274) - some headers couldn't be set |
32 | - fixed [#277](https://github.com/n1k0/casperjs/issues/277) - multiline support in `ClientUtils.echo()` | 32 | - fixed [#277](https://github.com/n1k0/casperjs/issues/277) - multiline support in `ClientUtils.echo()` |
33 | - fixed [#282](https://github.com/n1k0/casperjs/issues/282) - added support for remote client scripts loading with a new `remoteScripts` casper option | 33 | - fixed [#282](https://github.com/n1k0/casperjs/issues/282) - added support for remote client scripts loading with a new `remoteScripts` casper option |
34 | - merged [#290](https://github.com/n1k0/casperjs/issues/#290) - add a simplistic RPM spec file to make it easier to (un)install casperjs | ||
34 | - fixed `Casper.die()` and `Casper.evaluateOrDie()` were not printing the error onto the console | 35 | - fixed `Casper.die()` and `Casper.evaluateOrDie()` were not printing the error onto the console |
35 | - added [`Tester.assertTextDoesntExist()`](http://casperjs.org/api.html#tester.assertTextDoesntExist) | 36 | - added [`Tester.assertTextDoesntExist()`](http://casperjs.org/api.html#tester.assertTextDoesntExist) |
36 | - added `Tester.assertFalse()` as an alias of `Tester.assertNot()` | 37 | - added `Tester.assertFalse()` as an alias of `Tester.assertNot()` | ... | ... |
-
Please register or sign in to post a comment