Releases: levibuzolic/eslint-plugin-no-only-tests
Releases · levibuzolic/eslint-plugin-no-only-tests
v2.1.0
v2.0.0
- Updated rule format to ESLint 3
- Updated ESLint dependency to
>=3.0.0
- Updated node engine to
>=4.0.0
- Get CircleCI up and running
v1.2.0
- Added rules for catching
.only
blocks fortest
,context
andtape
v1.1.0
- Updated rule to use
Identifier
rather thanCallExpression
- Changed reporter to give a more generic message (removed reference to mocha)
- Added additional test coverage
v1.0.1
- Added additional test coverage
- Removed unnecessary dependencies in
package.json
v1.0.0
- Initial version