Skip to content

v0.4.0

Choose a tag to compare

@mshima mshima released this 15 Apr 22:02
· 18 commits to main since this release
1ebedd7

What's Changed

  • fix: correctly remove and report unused directives with specific rules by @mshima in #31
  • fix(format): does not move close tag to new line when open tag is not slurp by @mshima in #32
  • chore: major refactoring by @mshima in #34
  • chore: major refactoring by @mshima in #35
  • chore: major refactoring by @mshima in #36
  • chore: major refactoring by @mshima in #37
  • chore: update dependencies and improve build by @mshima in #38
  • chore: refactoring to avoid exporting tree-sitter by @mshima in #39
  • chore: adjusts to normalizeContent and rework exported types by @mshima in #40
  • feat: add no-global-function-call rule by @mshima in #41
  • feat: add no-function-block rule by @mshima in #42
  • feat: add no-comment-empty-line rule, prefer-encoded and refactor tests/readme by @mshima in #43
  • feat: add customizeEjs helper by @mshima in #44
  • feat: fix @stylistic/no-trailing-spaces interoperability issues and a… by @mshima in #45
  • feat: suppress lint errors for generated //@ejs-tag: marker comments … by @mshima in #46
  • feat: add output-semi rule to enforce/disallow semicolons in output tags by @mshima in #47
  • feat: don't disable stylistic semi rules by @mshima in #48
  • feat: improvements to normalizedContent indent and make it default by @mshima in #49
  • feat: refact customize api by @mshima in #50
  • feat: add more continue statements by @mshima in #51
  • feat: replace prefer-raw with prefer-encoded never by @mshima in #52
  • feat: add no-complex-statements rule by @mshima in #53
  • chore: add constants and improve types by @mshima in #54
  • chore: add getTagTypeComments utility by @mshima in #55
  • feat: add prefer-output rule by @mshima in #56
  • chore(release): bump version to v0.4.0 by @github-actions[bot] in #57

Full Changelog: v0.3.0...v0.4.0