Skip to content

Latest commit

 

History

History
244 lines (77 loc) · 6.48 KB

CHANGELOG.md

File metadata and controls

244 lines (77 loc) · 6.48 KB

Change Log

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

0.12.1 (2021-05-27)

Bug Fixes

  • script-compiler: add deps for script-comppiler (#51) (85cca5f)

0.12.0 (2021-05-24)

Features

0.11.3 (2021-05-15)

Features

  • support @textlint/config-inliner in compiler (630fd1e)

0.11.0 (2021-05-02)

Note: Version bump only for package @textlint/script-compiler

0.10.4 (2021-04-19)

Note: Version bump only for package @textlint/script-compiler

0.10.3 (2021-04-19)

Bug Fixes

  • textchecker-element: remove dot (371d4cf)

0.10.2 (2021-04-18)

Note: Version bump only for package @textlint/script-compiler

0.10.0 (2021-04-18)

Bug Fixes

  • script-parser: fix script banner format (166694c)

0.9.3 (2021-04-18)

Bug Fixes

  • rename textlint.js to textlint-worker.js (d9d2f3f), closes #27

0.9.0 (2021-04-17)

Bug Fixes

Features

  • support "ignore" feature (ef14d33)

0.8.0 (2020-10-27)

Features

0.7.0 (2020-08-05)

Features

  • script-editor: add metadata to script (569ef53)

0.6.0 (2020-08-02)

Bug Fixes

  • compiler: addd @babel/core deps (37076d9)

Features

  • compiler: process.env.TEXLINT_COMPILER_INLINING as flag (410ccb0)

0.5.0 (2020-08-02)

Features

  • @textlint/script-compiler: add babel-plugin-static-fs (3e85945)

0.4.1 (2020-08-02)

Note: Version bump only for package @textlint/script-compiler

0.4.0 (2020-08-02)

Bug Fixes

  • compiler: change way that is applying patch for kuromoji (de26db2)

Features

  • textchecker-element: implement LintEngine API (8cd5b1a)

0.3.0 (2020-07-31)

Note: Version bump only for package @textlint/script-compiler

0.2.2 (2020-07-31)

Bug Fixes

  • compiler: add mode option (7d02092)

0.2.0 (2020-07-30)

Features

  • fixText command should respect ruleId (#10) (69e68f1)

0.1.2 (2020-07-29)

Bug Fixes

0.1.1 (2020-07-29)

Bug Fixes

  • add multiple request handler (0ed4a4a)
  • compiler: add workaround for kuromoji.js bug (a64bb7a)
  • compiler: add workaround for kuromoji.js bug (41e63b0)
  • use fs.promises (24d13fa)

Features

  • textchecker-element: support "Fix it!" (c516c19)
  • implement @textlint/config-loader (2885865)
  • implement config loader (ed9ca27)