- Use new language features (#156)
- Fix: skip template strings in valid-test-description and valid-suite-description
- Adds rule "no setup in describe" (#147)
- Update coveralls to the latest version π (#142)
- chore(package): update mocha to version 5.0.1 (#150)
- Update ramda to the latest version π (#144)
- Fix complexity problems (#149)
- Added support for async functions in no-synchronous-tests (#138)
- don't drop support for eslint 3.x (#137)
- Add node 8 to build environments (#135)
- Support ESLint 4.x (#134)
- Update ramda to the latest version π (#130)
- Update pr-log to version 2.0.0 π (#127)
- Update ramda to version 0.23.0 π (#121)
- Add settings to support additional suite function names (#126)
- Organize alphabetically (#123)
- Support MemberExpression for additionalTestFunctions (#114)
- Make no-mocha-arrows rule fixable (#112)
- Fix no-mocha-arrow fixer (#118)
- Add node 7 as travis build environment (#115)
- Fix rule name in CHANGELOG to match actual rule (#111)
- Add no-nested-tests rule (#109)
- Adds rule name to title for
valid-suite-description
documentation. (#107) - Adds rule name to title for
valid-test-description
documentation. (#106)
- Add 'max-top-level-suites' rule (#103) (#105)
- Fix crash in no-identical-title (fixes #98) (#99)
- Add
no-identical-title
rule (fixes #33) (#97)
- Add
no-hooks-for-single-case
rule (fixes #44) (#95) - Add rule
no-return-and-callback
(fixes #88) (#94) - Add
no-top-level-hooks
rule (fixes #37) (#87)
- Fix title in
no-sibling-hooks
documentation file (#92)
- Update ramda to version 0.22.1 π (#93)
- Add editorconfig file (#91)
- Update mocha to version 3.0.0 π (#86)
- Add rule
no-sibling-hooks
(fixes #82) (#85) - Add rule
no-hooks
(fixes #39) (#84)
- Allow custom test functions (#81)
- no-mocha-arrows: New rule (#78)
- feat(rules): add 'valid-suite-description' rule (#74)
- feat(rules): add 'valid-test-description' rule (#68)
- Add recommended config (#72)
- Update eslint to version 3.0.0 π (#70)
- Drop support old node versions (#71)
- Remove fixable from no-exclusive on README (#73)
- [README] Use a more explicit config (#65)
- update to docs to match removed autofix (#64)
- Remove autofix on no-exclusive-tests rule. (#63)
- Add rule no-pending-tests (#59)
- Support specify alias (#58)
- Update ramda to version 0.21.0 π (#56)
- Update ramda to version 0.20.0 π (#53)
- Add rule no-skipped-tests (#55)
- Update to eslint 2.0.0 (#49)
- Implement new rule no-global-tests (#46)
- Replace lodash with ramda (#45)
- Implement autofix for no-exclusive-tests (#34)
- Improve detection if done callback is handled (#23)
- Add integration tests (#30)
- Instrumment all sources for coverage (#29)
- Add node 4 to travis-ci build (#42)
- Update devDependencies (#43)
- Update eslint (#31)
- Add NPM Downloads badge (#41)
- Badges in README.md should only show master status (#40)
- add new rule to index.js and change tests to keep that from happening (#28)
- Add no-synchronous-tests rule (#26)
- ESLint 1.x compatibility (#25)
- Update dependencies (#22)
- add context.only to no-exclusive-tests rule (#21)
- Add new rule handle-done-callback (#15)
- Refactor package.json scripts (#17)
- Disable sudo on travis-ci (#10)
- Run travis build on node 0.12 and iojs (#11)
- Ignore log files and .idea folder (#9)
- Add changelog (#8)
- Fix links to mocha website (#16)
- Add install documentation to README (#14)
- Update dependencies (#18)
- Update pr-log (#13)
- Update eslint (#12)
- Update dev dependencies (#7)
- Allow all ESLint versions >= 0.8.0
- Add recommended keywords to package.json
- Support mochas tdd interface (fixes #4)
- Allow minor version updates for eslint
- Docs: remove unnecessary backtick
- Update devDependencies.
- Add .npmignore
Initial release