Skip to content

Releases: redpen-cc/redpen

Release 1.7.1 RC

10 Sep 21:38
Compare
Choose a tag to compare
redpen-1.7.1.rc

[maven-release-plugin] prepare release redpen-1.7.1

Release 1.7.1

12 Sep 05:31
Compare
Choose a tag to compare

This release contains following improvements.

  • Bug fixes
    • Fix error messages (VoidSection) #678
      • Failed starting RedPen server in Windows environment #704

Release 1.7.0

28 Jul 01:33
Compare
Choose a tag to compare

This release contains following improvements.

  • Features
    • Added the validator for doubled negative conjunctions #668
    • Make configuration file specify in redpen-server command #689
    • Make JavaScript based Validators configurable #676
    • Add SuccessiveSentenceValidator #672
  • Bug fixes
    • Fix error messages (VoidSection) #678
    • Change the way to install maven (AppVeyor)#680
    • Fix a bug in CommaNumber #684
    • Implement handling of labeled single-line list #685
    • Fixed handling of attribute of images #686
    • Make sure the message obtained is in validators locale.#691
    • Fix mismatch in JapaneseStyle. #679
    • Fix DuplicatedSection exception #692
  • Misc Improvements
    • Enhance Ambiguous noun conjunction #677
    • Add limit parameter to VoidSection #674
    • Improvement Re:VIEW keyword and href handling #687
    • Introduced min_interval opiton to DoubledJoshi #695
    • Enhance AsciiDoc parser test for tables #681
    • Fix spell miss #696

Release 1.6.2

27 Jun 01:26
Compare
Choose a tag to compare

This release contains following improvements.

  • Bug fixes
    • Fix version number

Release 1.6.1

09 Jun 01:28
Compare
Choose a tag to compare

This release contains following improvements.

  • Bug fixes
    • Number expresions should not precede kanjis #660
    • Add handling to skip error when the parenthesis are multi-byte character #661
    • Allowing non-top headers to start document #662

Release 1.6.0

06 Jun 04:23
Compare
Choose a tag to compare

This release contains following improvements.

  • Features
    • Annotation for suppressing validation errors #649
    • Addition of Tokenizer UI to redpen-server #645 #632
    • Adding a validator that looks for gapped section. #629
    • Adding VoidSectionValidator #611
    • Experimental support Re:VIEW parser #601
    • Porting the japanese-anchor-expression.js validator #603
    • Porting the long-kanji-chain.js validator #600
    • Adding -c option to RedPenRunner for specifying configuraiton xml for server instance #577
    • Porting the japanese_number_expression.js validator #602
    • Porting section level validator #596
    • Porting the doubled_no.js validator #595
    • Detect text format from the file extension #497
  • Bug fixes
    • Fix doubledword bug #652
    • Do not create Level 0 seciton in Markdown when the input document start from a section #648
    • Make contents in list elements tokenized in Document.builder #640
    • MIME type related fixes #635
    • Lexing comments in more compatible way #630
    • DuplicatedSection validator preserves the document across the http requests. #621
    • Excluding floating point numbers in InvalidSymbolValidator #618
    • Fix a bug in SpaceBetweenAlphabeticalWord #591
    • Remove slash for splitting directory in order to fix windows support #582
  • Misc Improvements
    • Add review samples #651
    • Enhance default settings #642 #592
    • simplify ValidatorFactory using reflections lib. #620
    • Change the handling of @ in Re:VIEW format #610
    • Autorun Jetty in RedPenDemoTest #604
    • Porting space_with_latin_word.js into SpaceBetweenAlphabeticalWordValidator #597

Release 1.6.0 experimental

26 Apr 03:43
Compare
Choose a tag to compare
Pre-release
Merge pull request #601 from takahi-i/review-parser

[WIP] Re:VIEW parser

Release 1.5.5

04 Apr 07:06
Compare
Choose a tag to compare

This release contains following improvements.

  • Bug fixes
    • Fix a bug in SpaceBetweenAlphabeticalWord #591
    • Handling StackOverflowError from EndOfSentenceDetector #598
  • Misc Improvements
    • Modify default settings of redpen command #592

Release 1.5.4

30 Mar 05:43
Compare
Choose a tag to compare

This release contains following improvements.

  • Bug fixes
    • #574 is still alive on multiple image links #578
  • Misc Improvements
    • Activate AppVeyor for Windows support #580

Release 1.5.3

22 Mar 05:45
Compare
Choose a tag to compare

This release contains following improvements.

  • Bug fixes
    • Hot fix of exception in Markdown parser #575
  • Misc Improvements
    • Adjust dependency scopes of redpen-server module #576
    • server-config (support -c option for specifying configuraiton in RedPen server ) #577