!release 20210605

FitNesse Release Notes 2021/06/05

Uncle Bob Consulting LLC.


Requires Java 8


Major Changes since 20210516:


20210605

* Fix non-backwards compatible change in fitnesse.testsystems.TestSystemListener (1325)

20210516

* Release process updated to no longer use Bintray.
* Improve handling of Slim symbols embedded in strings (1324)

20210410

* Ability to show number of test pages in table of context of suite. (1318)
* Create distinct rerun failed page per suite, to allow concurent suites to run. (1316)
* Small change of classpath ordering. (1317)

20201213

* New table type: 'No links table' to create tables where wiki-words, email addresses and URLs are not automatically converted to hyperlinks (1310)
* Facilitate running a suite in partitions by adding a JUnit RunListener and Gradle TestListener that generate XML result files per page, instead of per suite. (1297)
* Upgrade bootstrap to 4.5.3 and JQuery to 3.5.1 (1309)
* Bugfix: rendering of maps inside lists (1311)
* Bugfix: Move Page does not change alias references (1293)

20200501


20200404


20200307


20200307


20200304


20200205


20200128


20200108


20191229


20191217


20191110


20190716


20190628


20190620


20190508


20190428


20190421


20190418


20190417


20190416


20190409


20190406


20190224


20190216


20190202


20190127


20190119


20190118


20190110


20181224


20181223


20181221


20180127


For a complete list of closed issues and merged pull requests see https://github.com/unclebob/fitnesse/issues?milestone=16&state=closed.


20161130


For a complete list of closed issues and merged pull requests see https://github.com/unclebob/fitnesse/issues?milestone=15&state=closed.


20160515



For a complete list of closed issues and merged pull requests see https://github.com/unclebob/fitnesse/issues?milestone=14&state=closed.

20151230


For a complete list of closed issues and merged pull requests see https://github.com/unclebob/fitnesse/issues?milestone=13&state=closed.

20150814


For a complete list of closed issues and merged pull requests see https://github.com/unclebob/fitnesse/issues?milestone=12&state=closed.

20150428


For a complete list of closed issues and merged pull requests see https://github.com/unclebob/fitnesse/issues?milestone=11&state=closed.

v20150226


For a complete list of closed issues and merged pull requests see https://github.com/unclebob/fitnesse/issues?milestone=10&state=closed.

20150114


For a complete list of closed issues and merged pull requests see https://github.com/unclebob/fitnesse/issues?milestone=9&state=closed.

20140901


For a complete list of closed issues and merged pull requests see https://github.com/unclebob/fitnesse/issues?milestone=8&state=closed.

20140630


For a complete list of closed issues and merged pull requests see https://github.com/unclebob/fitnesse/issues?milestone=7&state=closed.

2014-06-23


For a complete list of closed issues and merged pull requests see https://github.com/unclebob/fitnesse/issues?milestone=6&state=closed.

2014-04-18


For a complete list of closed issues and merged pull requests see https://github.com/unclebob/fitnesse/issues?milestone=6&state=closed.

2014-02-01


For a complete list of closed issues and merged pull requests see https://github.com/unclebob/fitnesse/issues?direction=desc&milestone=4&page=1&sort=updated&state=closed.

2013-11-10


2013-05-30


2012-11-16


2012-09-18


2012-03-20


2011-10-25


20110923 (Dan Rollo)

maven pom.xml cleanups:


20081128 (UB)


Github ids of Contributors to this release:



Thanks to all of you!

Git History


2021-06-05 Fried Hoeben Ensure existing (custom) TestSystemListeners continue to work allowing their implementations to be migrated to the new signature also accepting a TestPage. Fixes #1325