All notable changes to this project will be documented in this file.
Tags
- Features
- Bug Fixes
- Performance Improvements
- Enhancements
- Dependency Updates
- Breaking Changes
- Documentation
- Internal
- Unreleased
- Fix all-files to accept boolean input (76bafe1)
- Rename input
root-dir
toworking-directory
(dd4ab68) - Rename input
github-token
totoken
(2a30aa5) - Rename input
ignore-file
toignore-path
(d025a5d)
- Add option to lint all files (5e82983)
- Filter files correctly when the root-dir option is set (d9bb279)
- Use correct bin path (3cb3ba9)
- Print changed files (e522c35)
- Run action with nodejs 16 (a6b82ed)
- Update @vercel/ncc to v0.33.0 (6b76f89)
github-token
is optional (10b7645)
- Rename input
eslintArgs
toeslint-args
(a926a0e) env.GITHUB_TOKEN
is nowwith.github-token
(10b7645)
- Update @vercel/ncc to v0.29.0 (da80066)
- Update @octokit/types to v6.25.0 (5cecebc)
- Update @actions/github to v5.0.0 (d731913)
- Update @actions/exec to v1.1.0 (828f2f0)
- Update @actions/core to v1.4.0 (a1dfa29)
- Update devDependencies (f31df13)
- Fix forwarding arguments to eslint (cec9556)
- Trim extensions input (a0c220b)
- Update
@actions/core
to v1.2.7 (1b17160) - Update
@octokit/types
to v6.13.0 (1b17160) - Update devDependencies (1b17160)
- Add option to disable annotations (bb12546)
- Initial Release: Setup ESLint Action