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

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
  • 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