Skip to content

Releases: tcnh/fitnesse

New CodeMirror, Better themeability

14 Dec 19:50
Compare
Choose a tag to compare

This version contains:

  • Updates on CodeMirror (syntax highlighting in plaintext editor)
  • Request data made available to Velocity engine, so that themes can access request headers, parameters, etc allowing more customization

Maven:

<dependency>
            <groupId>com.github.tcnh</groupId>
            <artifactId>fitnesse</artifactId>
            <version>20181214</version>
</dependency>

20181025 - New version of codemirror, wiki highlighting in tables

25 Oct 14:41
Compare
Choose a tag to compare
  • New codeMirror version
  • Highlighting of variables inside tables in the text-editor
  • Disabled slim table row coloring logic based on first cell
<dependency>
  <groupId>com.github.tcnh</groupId>
  <artifactId>fitnesse</artifactId>
  <version>20181025</version>
</dependency>

Bugfix release

17 Aug 14:50
Compare
Choose a tag to compare

Fixes a bug where expression evaluation resulted in a NPE on the slim server when a variable had a null value.

Fork release containing velocity fix and Slim symbols

19 Mar 14:28
Compare
Choose a tag to compare

Release containing:

<dependency>
  <groupId>com.github.tcnh</groupId>
  <artifactId>fitnesse</artifactId>
  <version>20180319</version>
</dependency>