Fixing nested collection primitives
alexflav23
released this
23 Aug 08:53
·
235 commits
to develop
since this release
- Fixed support for
Primitive[List[List[String]]
style calls, orPrimitive[List[Set[String]]
. - Made it possible to use
ListColumn[List[String]]
style primitives.