Skip to content

Version 1.0.3

Compare
Choose a tag to compare
@torshid torshid released this 25 May 10:52
· 499 commits to main since this release
196f5a0

Added support for variadic functions. Example: concat(firstName, ' ', lastName) instead of concat(firstName, concat(' ', lastName))