Skip to content

specify datatype isn't mandatory anymore

Compare
Choose a tag to compare
@mantovani mantovani released this 19 Apr 16:49
· 47 commits to master since this release

Now you don't need to specify the datatype when you are selecting like:

foo$bar:DataType

now:

foo$bar

it allow you to select complex types like array,struct etc.