Added
* Can now specify zero-args as the command to the xdoctest CLI to run all zero-args functions in a file.
* Add known issue: note about possible want-reporting bug.
* More docstrings
* Add `--version` option to CLI interface
Changed
* You no longer need a comment to denote that a `...` is a continuation and not
a ellipsis. (i.e. you don't need to write `... `)
* Want statements will check against return values in nested continuations
* Cleaned up internal code, private APIs may break.
* Failed doctests will now print their original line prefixes (either `>>> ` or `... ` when possible)
Fixed
* `run_tests.py` now returns the correct error code. (fixes CircleCI)
* Fixed outdated docs in the directive file