Skip to content

Releases: 0x8000-0000/samx-java

Improve formatting of long lines

12 Apr 17:19
Compare
Choose a tag to compare

Automatically wrap long lines in paragraphs and in lists.

Improve pretty-printing of tabular data

12 Apr 03:39
Compare
Choose a tag to compare

Columns are now vertically aligned, and columns that contain integer values only are right-aligned.

Example pretty-printed table:

   sales:: Vehicle Sales

       | year | type  | quantity
       | 2010 | sedan |    10000
       | 2011 | SUV   |     2000
       | 2020 | any   |      500

Improve stability and usability

12 Apr 00:33
Compare
Choose a tag to compare

Add support for nested lists.
Allow #, * and = unescaped in paragraphs text.
Emit identifiers and references in XML serialization.
Emit code blocks in XML serialization.
Allow tables to have arbitrary white space at the beginning of the line - so | can be aligned when conditions are present.

Small fixes to XML export tool

10 Apr 12:29
Compare
Choose a tag to compare
v0.2.3

Update documentation; add build instructions

Improved generating of XML documents

10 Apr 02:11
Compare
Choose a tag to compare
v0.2.2

Output correct entities for special symbols

Preserve whitespace before punctuation

09 Apr 11:40
Compare
Choose a tag to compare
v0.2.1

Preserve presence/absence of whitespace before punctuation

Pretty-print and enforce complex conditions

09 Apr 00:21
Compare
Choose a tag to compare
v0.2.0

Add support for combined conditions (and/or)

Generate compliant DocBook XML

08 Apr 04:21
Compare
Choose a tag to compare

Improve documentation on how to generate and validate the DocBook output.

Add an example of generating DocBook

08 Apr 02:25
Compare
Choose a tag to compare
v0.1.8

Add an example of generating DocBook from SAMx

General support for conditions

08 Apr 01:50
Compare
Choose a tag to compare

Greatly improve the robustness of the condition parsing and processing.

In addition to variable=value conditions, support variable in {set, of, values} conditions as well.