All Versions
44
Latest Version
Avg Release Cycle
70 days
Latest Release
2969 days ago

Changelog History
Page 5

  • v1.0.0 Changes

    • Do not time out after 300 seconds
    • ✅ Rename #test div to #konacha
    • ⚡️ Update vendored copies of mocha (1.0.0+) and chai (0.5.2+)
    • 0️⃣ jQuery is no longer included by default
    • 🚚 Fully remove and replace the #konacha element (#23)
    • ✂ Remove the interface configuration option. A future version will support all Mocha configuration options, but configuration will be done in JS, not Ruby.
  • v0.10.0 Changes

    • 📇 Rename konacha:ci and konacha:server task to konacha:run and konacha:serve
    • Really don't require spec dependencies multiple times (#3)
  • v0.9.1 Changes

    • 👌 Support foo_spec.coffee files (without .js)
    • 0️⃣ Switch default port to 3500 to avoid collisions with HTTP proxies (like Charles)
    • ⚡️ Update vendored copies of mocha (0.14.0+) and chai (0.4.2+)
    • Do not require spec dependencies multiple times (#3)
    • 👌 Support running a subset of specs via a subdirectory path
    • 🚚 Move #test div off screen: It's still layouted and CSS-visible, but not actually visible in the browser window
  • v0.9.0 Changes

    • 🎉 Initial release