Skip to content

Releases: redpen-cc/redpen

Release 1.5.2

17 Mar 01:18
Compare
Choose a tag to compare

This release contains following improvements.

  • Bug fixes
    • Fix paragraph start validator #571
    • Fix section length error message #573
  • Misc Improvements
    • SpellingValidator must skip all separate punctuation characters #572

Release 1.5.1

17 Mar 01:16
Compare
Choose a tag to compare

This release contains following improvements.

  • Misc Improvements
    • SuggestExpressionValidator should do whole matches only #566
    • Added redpen-server launcher script for Windows #555
    • Add basic Russian support #568
    • Allow specifying minimum length of detected doubled words #569
    • Do not require after space if it is at the end of sentence #570
  • Bug fixes
    • Fix broken handling of spaces at the end of line in markdown parser #567
    • SuccessiveWordValidator should not report formatted numbers as errors #565

Release 1.5.0

09 Mar 09:54
Compare
Choose a tag to compare

This release contains following features and improvements.

  • New features
    • PropertiesParser implemented for localization files #553
    • Wiki parser offsets #563
  • Bug fixes
  • Misc Improvements
    • Export REDPEN_HOME so that RedPenServer can read with getEnv #552
    • Small redpen-server UI fixes and improvements #556
    • Improve redpen-server security #557
    • Be able to support all available validators in external editors/wordpress #558
    • Better defaults for some validators #559
    • Validators define properties #560
    • Introduce abstract DictionaryValidator #561
    • Use all available validators in RedPen Server #562
    • Ignore years by default in NumberFormatValidator #564

Release 1.4.7

26 Feb 10:19
Compare
Choose a tag to compare

This release contains following bug fixes and improvements.

  • Bug fixes
    • Fix equals(), add toString(), optimize Maven dependencies, add better support of new languages #550
  • Misc Improvements
    • Improve RedPen custom resource loading #551

The above patches are needed in upcoming RedPen IntelliJ plugin v1.0.

Release 1.4.6

19 Feb 03:35
Compare
Choose a tag to compare

This release contains following improvements.

  • Misc Improvement
    • Implement consistent clone(), equals(), hashCode() and Serializable for all config classes #549

The patch needs upcoming RedPen IntelliJ plugin.

Release 1.4.5

12 Feb 04:13
Compare
Choose a tag to compare

This release contains following improvements.

  • Misc Improvements
    • Make it easier to write unit tests (mocking etc) #546
    • Allow CORS (Cross-Origin AJAX requests) #547
    • Implement ConfigurationExporter in redpen-core #548

Release 1.4.4

05 Feb 03:05
Compare
Choose a tag to compare

This release contains following bug fixes and improvements.

  • Bug fixes
    • Treat non-breaking space as whitespace character when tokenizing #539
  • Misc Improvements
    • RedPen's SymbolWithWhitespace validator reports symbols as ASCII codes #538
    • Expose symbol types in RedPen Server API #540
    • Language detection in Java #541
    • Create appveyor.yml #543
    • Rename type configuration attribute to variant, leaving type support … #542
    • Load dictionary files and JavaScript valdiators only from directories under $REDPEN_HOME for the security reasons #528
    • Link to WordPress plugin in RedPen's README

redpen-1.4.3

26 Jan 07:11
Compare
Choose a tag to compare

This release contains following bug fixes and improvements.

  • Bug fixes
    • make SuccessiveWord and DoubledWord validators case-insensitive #536
    • Fixing JS validator failure case #524
    • Fixed the error message of the SuggestExpression validator #523
  • Misc Improvements
    • upgrade selenide to 3.1.1, which already includes phantomjs support #537
    • make it possible to redefine baseUrl for external usage from redpen-wordpress-plugin #535
    • Add UI tests for redpen-server using Selenide #534
    • redpen-server: check for java executable or JAVA_HOME, just like redpen-cli does #533
    • do not require JAVA_HOME if `java' is already in PATH #532
    • Sandboxing JavaScript runtime environment #520
    • use File.separator instead of '/' for the better multi-OS support.
    • Honoring skip words on KatakanaEndHyphenValidator #526

Release 1.4.2

09 Dec 11:23
Compare
Choose a tag to compare

This release contains following bug fixes and improvements.

  • Bug fixes
    • Fix the error message of the SuggestExpression validator #523
    • Fix javadoc errors #522 #518
    • Fix a bug on OkuriganaValidator #517
    • Fix typo #516
    • Fix for #507 - do not process quoted blocks (ie: source listings etc)
  • Misc Improvements
    • Version 1.4.2-SNAPSHOT #519
    • Add a parameter to disable default resources for KakatanaSpellCheck #515
    • Replace AsciiDoctor/AsciiDoctorJ parser with simpler lightweight AsciiDoc parser #514
    • pom refinements #512
    • Add list propery for KatakanaSpellCheck #511
    • Sandboxing JavaScript runtime environment #520

Release 1.4.1

02 Nov 02:40
Compare
Choose a tag to compare

This release contains following bug fixes and improvements.

  • Bug fixes
    • Corrupted Japanese characters in Windows platform (CLI) #500
    • Skip to validate sentences in blockquote in Markdown parser #495
    • Just put a info level message when js directory is missing. #499
  • Misc Improvements
    • Test case implementation example for JavaScript Validators #491
    • Change the log dir when the directory creation fail #496
    • JavaScrpit validators are not loaded from REDPEN_HOME\js #501