All Versions
44
Latest Version
Avg Release Cycle
70 days
Latest Release
3446 days ago
Changelog History
Page 3
Changelog History
Page 3
-
v2.3.0 Changes
- 👌 Improved support for guard-konacha
-
v2.2.0 Changes
- ⚡️ Update mocha (1.8.1) and chai (1.4.2)
-
v2.1.0 Changes
- 👌 Improve capybara-webkit compatibility (#79)
- ⚡️ Update mocha (1.7.0+)
- 🛠 Fix mocha error detection in
done()
(#74) - 👉 Make spec file path is available to reporters
- 👌 Improve error reporting for
konacha:run
output
-
v2.0.0 Changes
- ✅ Run tests in an iframe, with
<body id="konacha">
. Each test file is run in isolation. - ✂ Removed support for konacha_config.js and Konacha.mochaOptions in favor of Mocha's own configuration methods. See the README for update instructions.
- ⚡️ Update mocha (1.6.0) and chai (1.3.0)
- Adopt the RSpec reporter interface
- ✅ Run tests in an iframe, with
-
v1.5.1 Changes
- 🛠 Fix exit code to be 0 if there are pending tests
- ✅ Show full backtrace when test runner fails
- ⚡️ Update mocha (1.4.1)
-
v1.5.0 Changes
- ⚡️ Update mocha (1.4.0+) and chai (1.2.0)
-
v1.4.2 Changes
- ⚡️ Update chai (1.1.1)
- 👌 Improved error messaging (rake konacha:run)
- 👉 Show pending specs in
konacha:run
output - Colored console output
-
v1.4.1 Changes
- 🛠 Fix performance regression in projects which have many assets
-
v1.4.0 Changes
- ⚡️ Update mocha (1.3.0)
- 👌 Support all Mocha interfaces (set through
Konacha.mochaOptions.ui
) - Backup spec files (.js.bak, .js.orig, etc.) are ignored
-
v1.3.1 Changes
- Specs in subdirectories no longer run twice