mirror of
https://github.com/jsdoc/jsdoc.git
synced 2025-12-08 19:46:11 +00:00
2.0 KiB
2.0 KiB
0.6.2 / 2010-08-03
- Added
assert.type() - Renamed
assert.isNotUndefined()toassert.isDefined() - Fixed
assert.includes()param ordering
0.6.0 / 2010-07-31
- Added docs/api.html
- Added -w, --watch
- Added
Arraysupport toassert.includes() - Added; outputting exceptions immediately. Closes #19
- Fixed
assert.includes()param ordering - Fixed
assert.length()param ordering - Fixed jscoverage links
0.5.0 / 2010-07-16
- Added support for async exports
- Added timeout support to
assert.response(). Closes #3 - Added 4th arg callback support to
assert.response() - Added
assert.length() - Added
assert.match() - Added
assert.isUndefined() - Added
assert.isNull() - Added
assert.includes() - Added growlnotify support via -g, --growl
- Added -o, --only TESTS. Ex: --only "test foo()" --only "test foo(), test bar()"
- Removed profanity
0.4.0 / 2010-07-09
- Added reporting source coverage (respects --boring for color haters)
- Added callback to assert.response(). Closes #12
- Fixed; putting exceptions to stderr. Closes #13
0.3.1 / 2010-06-28
- Faster assert.response()
0.3.0 / 2010-06-28
- Added -p, --port NUM flags
- Added assert.response(). Closes #11
0.2.1 / 2010-06-25
- Fixed issue with reporting object assertions
0.2.0 / 2010-06-21
- Added
make uninstall - Added better readdir() failure message
- Fixed
make installfor kiwi
0.1.0 / 2010-06-15
- Added better usage docs via --help
- Added better conditional color support
- Added pre exit assertion support
0.0.3 / 2010-06-02
- Added more room for filenames in test coverage
- Added boring output support via --boring (suppress colored output)
- Fixed async failure exit status
0.0.2 / 2010-05-30
- Fixed exit status for CI support
0.0.1 / 2010-05-30
- Initial release