- Require
--server
to start the server. - Add usage statement.
- Windows support: Fix fatal error under Cygwin. (#9)
- Changed: Options must be "--port=8000" instead of "--port 8000".
- Upgrade Express to 1.0.0.
- Upgrade Connect to 0.5.0.
- Upgrade Jade to 0.5.7.
- Upgrade Optimist to 0.1.1.
- Better fault tolerance: 404s, syntax errors, etc.
- Added some fun stats to the test runner.
- Fix missing module "jade" errors. (#5)
- Upgraded to Express 1.0.0rc4.
- YUI 2.x support.
- Internet Explorer 9 now reports test results.
- UI improvements. (Dav Glass)
- CLI changes: exception handlers, bug report URL, graceful shutdown, etc.
- Fixed an issue when spaces where in the path of the test. (#2)
- Upgraded to Express 1.0.0rc3.
- Report full User-agent string.
- Corrected dependency versions in package.json.
- Minor enhancements for future releases.
- Open source under BSD!
- Better caching of test resources.
- Prevent some IE memory leaks.
- --solo option to exit on arrival of 1 result per file, with summary.
- Security: Yeti now only serves from the cwd you're in or the --path directory.
- Polished the test runner page.
- Removed dependency on class.js.
- Files served in the same test run are cached.
Public release candidate.
- Added YUI favicon.
- Added additional cli tests.
Public demo.
- Works with any standalone HTML document.
- Added Vows test scripts.
- Broke up app.js into modules to make testing easier.
- Cleaned up inject.js, app.js and cli.js.
- Server mode.
- Display failed test details.
- Added window.onerror handler.
- Added --port option to override the default port 8000.
- Removed frozen dependencies from vendor directory.
- Safari opens tests much more reliably. (AppleScript is no longer used.)
- Updated to Express 1.0.0beta.
- Added Firefox and Chrome browsers.
- First release to npm.
- Test reporting looks better.
- Multiple file support.
- Published to GitHub.