Skip to content

Releases: goeb/reqflow

version 1.6.0

11 Mar 21:21
Compare
Choose a tag to compare

Changes in this release (since v1.5.3):

  • Option -type accepts only the following arguments: txt, odt, docx, xml, html, pdf
  • When file type detection is based on the filename extension:
    • the detection is case insensitive
    • the known extensions are those accepted by -type, and "htm"
    • text is the default (when the extension is unkown)

Reqflow version 1.5.3

02 Oct 19:34
Compare
Choose a tag to compare
v1.5.3

version 1.5.3

v1.5.2

31 Oct 22:25
Compare
Choose a tag to compare

Reqflow 1.5.2, 31 Oct 2017
- option -end-req for marking end of text of a requirement
- fix detection of duplicate reqs with -prefix-req
- docx: ignore 'fallback', to prevent duplicates

v1.5.1

13 Feb 20:22
Compare
Choose a tag to compare

Reqflow 1.5.1
- improve acquisition in HTML documents
- fix analysis of second document when first document has -stop-after
- option -prefix-req for prefixing acquired requirements

v1.5.0

23 Nov 20:43
Compare
Choose a tag to compare

Reqflow 1.5.0, 22 Nov 2016

- support for environment variable in .req config file: syntax $x or ${x}
- fix buffer overflow in testRegex
- fix acquisition of requirements wrt stop condition (docx)