relpipe-data/roadmap.xml
branchv_0
changeset 219 a94eb371f77e
parent 218 d7a7f20aae51
child 222 a02847f786d9
equal deleted inserted replaced
218:d7a7f20aae51 219:a94eb371f77e
     9 	<text xmlns="http://www.w3.org/1999/xhtml">
     9 	<text xmlns="http://www.w3.org/1999/xhtml">
    10 		<p>
    10 		<p>
    11 			Releases before v1.0.0 are development and are not intended for production use.
    11 			Releases before v1.0.0 are development and are not intended for production use.
    12 			Releases after v1.0.0 should follow the rules of <a href="http://semver.org/">Semantic versioning</a>.
    12 			Releases after v1.0.0 should follow the rules of <a href="http://semver.org/">Semantic versioning</a>.
    13 		</p>
    13 		</p>
    14 		
       
    15 		<h2>v0.8</h2>
       
    16 		
       
    17 		<p>
       
    18 			First public release for brave and courageous.
       
    19 		</p>
       
    20 		
       
    21 		<h3>Data types</h3>
       
    22 		<ul>
       
    23 			<li>boolean</li>
       
    24 			<li>variable unsigned integer (prototype)</li>
       
    25 			<li>string in UTF-8</li>
       
    26 		</ul>
       
    27 		<h3>Inputs</h3>
       
    28 		<ul>
       
    29 			<li>CLI</li>
       
    30 			<li>fstab</li>
       
    31 		</ul>
       
    32 		<h3>Transformations</h3>
       
    33 		<ul>
       
    34 			<li>grep: regular expression filter</li>
       
    35 			<li>sed: regular expression replacer</li>
       
    36 		</ul>
       
    37 		<h3>Outputs</h3>
       
    38 		<ul>
       
    39 			<li>tabular</li>
       
    40 			<li>XML</li>
       
    41 			<li>nullbyte</li>
       
    42 			<li>GUI in Qt</li>
       
    43 			<li>ODS (LibreOffice)</li>
       
    44 		</ul>
       
    45 		
       
    46 		
    14 		
    47 		<h2>v0.9, v0.10, v0.11 etc.</h2>
    15 		<h2>v0.9, v0.10, v0.11 etc.</h2>
    48 		
    16 		
    49 		<p>
    17 		<p>
    50 			Releases for discussion and verification of the format and API design.
    18 			Releases for discussion and verification of the format and API design.