Skip to content

New functions, varargs

Compare
Choose a tag to compare
@technosophos technosophos released this 03 Feb 04:02
· 450 commits to master since this release

This release features a few improvements.

  • Added quote and squote functions for quoting strings.
  • Addedb32enc and b32dec for Base32 encoding and decoding.
  • add now takes varargs: {{ add 1 2 3 }}
  • biggest now takes varargs: {{ biggest 5 6 4 }}
  • README is updated

Our tests indicate that making functions variadic seems to be backward compatible, but we're only doing a few this release in case there are some use cases we hadn't thought of.