This repository has been archived by the owner on Oct 7, 2024. It is now read-only.
Release v0.2.0
Changes
- New autocomplete function (primary for CLJS and JS)
- returns all available functions with description and arguments list for an empty string:
(autocomplete "")
- suggestions for references:
(autocomplete "SUM(foo." {:foo {:bar 1 :bar 2}})
- returns all available functions with description and arguments list for an empty string:
- Added almost all text functions
- Not yet implemented:
- ARABIC
- ASC
- REGEXEXTRACT
- REGEXMATCH
- REGEXREPLACE
- T
- TEXT
- VALUE
- TEXTJOIN
- Not yet implemented: