Skip to content

1.2.2

Compare
Choose a tag to compare
@wwkimball wwkimball released this 14 May 20:15
· 998 commits to master since this release
7bc1c2f

Enhancements:

  • Array element selection can now be specified by either the usual [#] notation
    or a bare integer. Thus, the following are all identical:
    array[1]
    array.1
    /array/1