Skip to content

Release 0.1.12: Bug fixes and new functions

Compare
Choose a tag to compare
@larsga larsga released this 19 May 18:42
· 22 commits to master since this release

This release adds the uuid() built-in function, and a couple of minor improvements. Parsing of decimal numbers in the number() function has been improved to handle larger decimals. Also, syntax errors in regular expressions are now detected at compile time when possible.

Thanks to @fuchsst for the design and implementation of the uuid() function!