Commit c3f3748d c3f3748de105703688830ac1853ea54c7f8d3b1f by Nicolas Perriault

closes #144 - added a 'safeLogs' option

This option, when set to `true`, will blur password values in
debug logs.

Warning: the default value is `true`, so as of now, all password
value will not show in logs. Set the option to `false` to revert
to the old behavior.
1 parent 90175b9f
......@@ -6,6 +6,7 @@ XXXX-XX-XX, v0.6.11
- closed [#132](https://github.com/n1k0/casperjs/issues/132) - added ability to include js/coffee files using a dedicated option when using the `casper test` command
- fixes [#140](https://github.com/n1k0/casperjs/issues/140) - `casper test` now resolves local paths urls
- closed [#144](https://github.com/n1k0/casperjs/issues/144) - added a `safeLogs` option to blur password values in debug logs. **This option is set to `true` by default.**
- added [`Casper.userAgent()`](http://casperjs.org/api.html#casper.userAgent) to ease a more dynamic setting of user-agent string
- switched to more standard `.textContent` property to get a node text; this allows a better compatibility of the clientutils bookmarklet with non-webkit browsers
......