Releases: RyanZim/EJS-Lint
Releases · RyanZim/EJS-Lint
v2.0.1
06 Nov 23:27
Compare
Sorry, something went wrong.
No results found
Bumps ejs dependency to avoid npm audit noise.
v2.0.0
13 Oct 17:14
Compare
Sorry, something went wrong.
No results found
Require Node v14+
Switch to ESM
Upgrade deps
v1.2.2
10 May 15:25
Compare
Sorry, something went wrong.
No results found
Update EJS to silence unrelated security warning
v1.2.1
15 Jul 02:23
Compare
Sorry, something went wrong.
No results found
Patch release to upgrade EJS version
v1.2.0
08 Apr 00:45
Compare
Sorry, something went wrong.
No results found
Add --await option
Add support for backslashes in paths on Windows
Internal refactoring
Dependency upgrades
v1.1.0
10 Apr 13:53
Compare
Sorry, something went wrong.
No results found
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.1
09 Jan 01:23
Compare
Sorry, something went wrong.
No results found
v1.0.0
09 Jan 01:16
Compare
Sorry, something went wrong.
No results found
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
07 Apr 19:31
Compare
Sorry, something went wrong.
No results found
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
End of MVP - v0.2.0
30 May 14:48
Compare
Sorry, something went wrong.
No results found