Skip to content

v0.54.0

Compare
Choose a tag to compare
@ldemailly ldemailly released this 21 Aug 17:21
· 76 commits to main since this release
dfb82b3

You can use : for ranges in strings, arrays, maps and even standalone to generate numbers (ie -2:3 yields [-2,-1,0,1,2], it's an open interval to the right)

What's Changed

  • Index range expression, including right relative to the end for both direct access and ranges by @ldemailly in #171

Full Changelog: v0.53.1...v0.54.0

Changelog

  • dfb82b3 Index range expression, including right relative to the end for both direct access and ranges (#171)