Skip to content

4.0.0

Compare
Choose a tag to compare
@azu azu released this 17 Oct 05:35
· 3345 commits to master since this release

Breaking Change

  • Switch to 1-based columns on TextLintMessage #38 #40

The Breaking Change related to textlint module user(use-as-modules.md).

Features

  • TextLintEngine#executeOnText and textlint#lintText support ext arguments. #36
    • use like executeOnText(text, ".md")
  • expose TextLintCore #41
  • Add "json" formatter #5

Fixed


3.7.1...4.0.0

  • jscs: format code for jscs (9556ea1)
  • engine: support extenstion (933492a)
  • index: expose TextLintCore to index (fccee7c)
  • plugin: introduce plugin Processor (d3d6e70)