From ed35bdc04bc374ed67e0317e9a69be3465b4de71 Mon Sep 17 00:00:00 2001 From: Florin Iucha Date: Sat, 25 Apr 2020 19:26:06 -0400 Subject: [PATCH] [Doc] Update documentation --- README.md | 4 +++- build.gradle | 2 +- doc/roadmap.md | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 5ec48f5..4557c36 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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 --------------- diff --git a/build.gradle b/build.gradle index 5497c74..dd10714 100644 --- a/build.gradle +++ b/build.gradle @@ -7,7 +7,7 @@ plugins { } group 'net.signbit.samx' -version '0.4.1' +version '0.4.2' sourceCompatibility = 1.8 diff --git a/doc/roadmap.md b/doc/roadmap.md index 46d8641..f6cc816 100644 --- a/doc/roadmap.md +++ b/doc/roadmap.md @@ -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.