Skip to content

Releases: RyanZim/EJS-Lint

v2.0.0

13 Oct 17:14
8fe7f8b
Compare
Choose a tag to compare
  • Require Node v14+
  • Switch to ESM
  • Upgrade deps

v1.2.2

10 May 15:25
Compare
Choose a tag to compare

Update EJS to silence unrelated security warning

v1.2.1

15 Jul 02:23
Compare
Choose a tag to compare

Patch release to upgrade EJS version

v1.2.0

08 Apr 00:45
Compare
Choose a tag to compare
  • Add --await option
  • Add support for backslashes in paths on Windows
  • Internal refactoring
  • Dependency upgrades

v1.1.0

10 Apr 13:53
Compare
Choose a tag to compare

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
Choose a tag to compare

Docs fix

v1.0.0

09 Jan 01:16
Compare
Choose a tag to compare

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
Choose a tag to compare

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
Choose a tag to compare

First Release - v0.1.1

07 May 17:55
Compare
Choose a tag to compare

This is the first release of ejs-lint.

Please note that there is no v0.1.0.