Skip to content

Latest commit

 

History

History
71 lines (33 loc) · 2.67 KB

CHANGELOG.md

File metadata and controls

71 lines (33 loc) · 2.67 KB

Change Log

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

1.3.1 (2018-07-22)

Bug Fixes

  • hr: HRの文字種を変更(RC3676対応) Fix #5 (8045068)
  • list: リストが制限文字数を超過した場合に改行するように変更 Fix #6 (d1752b2)

1.3.0 (2018-07-22)

Bug Fixes

  • app: 最新のtextlintを取り込み、npmパッケージ化できるようにしました. (16079ae)
  • add npm package scope (532631a)

Features

  • option: Add lineLength option (0d3029a)
  • textlint: textlintによる日本語チェック機能を追加しました。 (4052a53)

1.2.0 (2017-05-11)

Features

  • textlint: textlintによる日本語チェック機能を追加しました。 (4052a53)

1.1.0 (2017-05-02)

Bug Fixes

  • convert: パラグラフ内のインライン要素がレンダリングされない不具合の修正 (450e204)
  • convert: 幾つかの非対応要素をそのまま出力するように変更 (fe6eb19)

Features

  • convert: Markdownテーブルに簡易対応 (60bcf97)

1.0.2 (2017-05-01)

Bug Fixes

  • convert: 見出しレベル2以上の場合、レンダリングされない不具合を修正致しました。 (716a34b)
  • kaigyo: 行頭禁則文字の簡易実装。行末に句読点が来るときは、文字数制限を解除しました。 (7081dfc)

1.0.1 (2017-05-01)