Releases: theenadayalank/lint-prepush
v1.1.0
REVERT
#70 [REVERT]Use remote/current_branch for diff if it has already been pushed to remote - @theenadayalank
INTERNAL
#70 Remove async functions to make the code less verbose - @theenadayalank
DEPENDENCIES UPDATION
#69 Bump execa from 2.0.5 to 2.1.0
released v1.0.0 🎉
FEATURES
- #66 Use remote branch as the base branch if that particular branch is available in remote - @ericrallen @theenadayalank
- #31 lint against remote base branch if the user is on the base branch - @ericrallen @theenadayalank
TESTS
- #28 Basic mocha tests - @theenadayalank
DOCUMENTATION
- #60 update README - @theenadayalank
SECURITY
DEPENDENCIES UPDATION
v0.4.2
v0.4.1
#27 Fix message while skipping checks - @astronomersiva
Deep Down Analysis
#25 Show elapsed time for lint tasks - @astronomersiva
#23 Show total downloads count instead of monthly downloads - @theenadayalank
#22 Added npmtrends link to downloads badge - @theenadayalank
Debug with ease
#16 Update eslint to fix loadash security issue - @theenadayalank
#17 Log more info for debugging - @theenadayalank
#18 Fix typo in Readme.md - @theenadayalank
Skip Linting On Already Linted Commit Hash
#15 Cache successful linted commit hash - @theenadayalank
Skip the linters for the base branch
#14 Skip the linters for the base branch - @theenadayalank
More Whitespace
#6 Some whitespace to make the logs look slightly better - @astronomersiva
#11 Updated yarn.lock - @theenadayalank
#12 Removed unwanted packages - @theenadayalank
Warning on GIT DIFF command failure
- #4 [BUGFIX] Shows Warning and End the Process If the
git diff
command fails to execute. @theenadayalank