Releases: fitnesse/idea-fitnesse
Releases · fitnesse/idea-fitnesse
1.13.0
1.11.0
- Fixed parsing of wiki files to ensure continous tokens, required for IntelliJ 2020.2. See gshakhn#55.
- Added plugin logo (gshakhn#51).
1.10.1
1.10.0
1.9.0
1.8.1
1.8.0
1.7.0
1.6.0
- Support new .wiki file format supported by FitNesse 20161106 and up
- Support wiki page references.
.Absolute.PagePath
,<Uncle.PagePath
,>ChildPage
,~ChildPage
andSiblingPage
links are supported when used in text, not in tables. - The search base for fixtures now also includes libraries
1.5.1
- FitNesse did hide all unused classes and methods, now only the classes and methods used by wiki pages are referenced
- Use project scope everywhere (fixture classes used module scope)
- Upgrade FitNesse to 20160728 (snapshot) so escaped tables with ":" notation are handled propely