All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning.
- Option to bypass the reporter entirely when there are no errors
- Bump
eslint*
,jest
, andvinyl
packages
- [BREAKING CHANGE] Require Node.js engine v10 and higher
- Bump
eslint
,jest
, andthrough2
- Bump
eslint-config-airbnb-base
andeslint-plugin-jest
packages - Update
index.js
to comply with new ESLint rules viaeslint . --fix
- Bump the Node.js engine to match the ES2017 syntax in this project
- Bump Lodash to version
4.17.15
to address vulnerability withdefaultsDeep
- Replace Dependencies Status badge with Tidelift
- Manually update all dependencies with
npx npm-check-updates -u && npm i
- Bump
through2
andestlint-plugin-jest
packages
- [BREAKING CHANGE] New API with options to specify a reporter and to exit with errors
- Custom commit message including a body for updating dependencies with Greenkeeper
- Rewrote the entire plugin in ES6
- Replaced
chai
,istanbul
,mocha
,proxyquire
, andsinon
withjest
- Replaced
standard
witheslint
and its related plugins - Replaced the AngularJS Commit guideline with Conventional Commits
- Replaced
npm run watch
withnpm run test -- --watch
- Updated contents and code examples in the
README
andCONTRIBUTING
guides
- [BREAKING CHANGE] Separate
reporter()
stream handler including the'fail'
flag
- Deprecation warning for version
1.0.0
- Migration guide to the README
- Separate
reporter()
stream handler including the'fail'
flag
- Greenkeeper to automatically keep dependencies up to date
- Ability to automatically run tests on change with
npm run watch
- David
devDependencies
badge
- Require packages using
proxyquire
instead ofmockery
in the unit tests - Replace deprecated
gulp-util
withfancy-log
,plugin-error
, andvinyl
- Upgraded
coveralls
,gulp
, andmocha
due to vulnerabilities found bynpm audit
- Update CONTRIBUTING list items to be in order
- Ignore all
*.pug
and*.jade
files in this repository
- Update README examples to adhere to StandardJS
- Bump Chai, Sinon, and StandardJS packages
- Ensure unit tests can run in Windows
- Ensure Node.js engine is not limited to v5.x
- Allow use of custom and external reporters
- Allow use of
extend
inpug-lint
- Bump version
- Contributing guide
- npm badge
- Bump StandardJS package
- Initial release