Skip to content

Commit

Permalink
[Doc] Update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
0x8000-0000 committed Apr 25, 2020
1 parent 1ec8e7b commit ed35bdc
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ equivalent of a table caption, and uses the first row as a header which
defines the field names.

* SAM record set field separator is comma, while SAMx uses a vertical pipe
symbol '|' .
symbol '|' (same as the grids).

* SAM allows for multiple conditions on a flow, and they are all logically
'and'-ed together. SAMx allows for one condition on a flow, but allows that
Expand All @@ -69,6 +69,8 @@ applies to several sub-blocks at once.
* SAMx is using the CSS sigil for selecting name (hash mark) instead of SAM's
which is an asterisk. SAMx also supports a class attribute introduced by a dot.

* SAMx grids support row and column spanning.


License for SAM
---------------
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ plugins {
}

group 'net.signbit.samx'
version '0.4.1'
version '0.4.2'

sourceCompatibility = 1.8

Expand Down
2 changes: 1 addition & 1 deletion doc/roadmap.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ In Progress:

Done:

* [0.4.1] Add multi-row / multi-column grids, experimental for now.
* [0.4.2] Add multi-row / multi-column capability to grids.

* [0.3.5] Add partial support for generalized grids: column spanning cells.

Expand Down

0 comments on commit ed35bdc

Please sign in to comment.