Skip to content

0.5.30

Compare
Choose a tag to compare
@blacksmithgu blacksmithgu released this 08 Jun 02:45
· 276 commits to master since this release

0.5.30

  • Added the typeof(any) function in Dataview, which obtains the type of any value for comparison:
typeof("text") = "string"
typeof(1) = "number"
typeof([1, 2, 3]) = "array"
  • Added the modulo operator (%) for doing integer division remainder. I.e., 14 % 2 = 0 and 14 % 3 = 2.
  • Fixed some minor spacing issues with lists in tables.