Skip to content

Release 1.4.0

Compare
Choose a tag to compare
@takahi-i takahi-i released this 07 Oct 03:41
· 995 commits to master since this release

This release contains following features and improvements.

  • New features
    • OkuriganaValidator #463
    • Doubled Negative Validator #461
    • Doubled Joshi Validator #460
    • Latex support #353
    • Creation of additional English language validators #481
  • Bug fixes
    • False detection of KatakanaSpellCheck #464
  • Misc Improvements
    • Add LaTeX sample in RedPen server #475
    • Reduce server memory usage in Heroku envrionment #449
    • Rule validator #357
    • Check the write permission of $REDPEN_LOG_DIR #492
    • Rename addValidationError -> addLocalizedError to clarify that the method will add localized error message #480
    • More plugin examples #483
    • Simplify TokenElement constructor #468
    • Remove DocumentBuilder#addSentence(String content, int lineNumber) #470
    • Introduce Validate#addError method which you can add non-localized/hard-coded ValidationError #476
    • Prepare for using Kuromoji being from Maven Central #482
    • Use Kuromoji from Maven Central #487
    • Module redpen-distribution requires Maven 3.0 or later #490
    • Bump version to 1.4 #493