Releases: ilyakam/gulp-pug-linter
Releases · ilyakam/gulp-pug-linter
[1.5.0] - 2021-02-06
[1.4.0] - 2020-08-18
Changed
- [BREAKING CHANGE] Require Node.js engine v10 and higher
- Bump
eslint
,jest
, andthrough2
[1.3.0] - 2019-08-24
Changed
- Bump
eslint-config-airbnb-base
andeslint-plugin-jest
packages - Update
index.js
to comply with new ESLint rules viaeslint . --fix
[1.2.1] - 2019-07-18
Fixed
- Bump the Node.js engine to match the ES2017 syntax in this project
Security
- Bump Lodash to version
4.17.15
to address vulnerability withdefaultsDeep
[1.2.0] - 2019-06-30
Changed
- Replace Dependencies Status badge with Tidelift
- Manually update all dependencies with
npx npm-check-updates -u && npm i
[1.1.0] - 2018-11-07
Changed
- Bump
through2
andestlint-plugin-jest
packages
[1.0.0] - 2018-11-04
Added
- [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
Changed
- 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
Removed
- [BREAKING CHANGE] Separate
reporter()
stream handler including the'fail'
flag
[0.7.0] - 2018-11-04
Added
- Deprecation warning for version
1.0.0
- Migration guide to the README
Deprecated
- Separate
reporter()
stream handler including the'fail'
flag
[0.6.0] - 2018-08-05
Added
- Greenkeeper to automatically keep dependencies up to date
- Ability to automatically run tests on change with
npm run watch
- David
devDependencies
badge
Changed
- 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
Fixed
- Update CONTRIBUTING list items to be in order
- Ignore all
*.pug
and*.jade
files in this repository
[0.5.1] - 2017-06-17
Fixed
- Update README examples to adhere to StandardJS