Releases: RyanZim/EJS-Lint
Releases · RyanZim/EJS-Lint
v2.0.1
Bumps ejs
dependency to avoid npm audit
noise.
v2.0.0
- Require Node v14+
- Switch to ESM
- Upgrade deps
v1.2.2
Update EJS to silence unrelated security warning
v1.2.1
Patch release to upgrade EJS version
v1.2.0
- Add
--await
option
- Add support for backslashes in paths on Windows
- Internal refactoring
- Dependency upgrades
v1.1.0
Print the line of code where the error occurred, so you can see the context of the error, instead of just the file, line, and column number. (Thanks to @kenirwin for this!)
v1.0.0
Breaking Changes
- Drop all Node versions prior to Node 10
- Remove old deprecated
.lint()
alias function
New Features
- Now lints inside expression tags (like
<%=
)
- Can now pass directories into the CLI interface to lint all files in the directory (#53)
v0.3.0 - Breaking Changes
Breaking Changes
- Removed the
parse()
method & the --parse
cli option
- CLI exits with an error code of
1
if errors are found
- CLI prints errors to
stderr
instead of stdout
Other Changes
- Updated & Refactored internals
- Upgraded dependencies
- Added tests for the CLI