Skip to content
This repository has been archived by the owner on Oct 7, 2024. It is now read-only.

Release v0.2.0

Compare
Choose a tag to compare
@DeLaGuardo DeLaGuardo released this 28 Aug 10:03
· 292 commits to master since this release
a2c3224

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}})
  • Added almost all text functions
    • Not yet implemented:
      • ARABIC
      • ASC
      • REGEXEXTRACT
      • REGEXMATCH
      • REGEXREPLACE
      • T
      • TEXT
      • VALUE
      • TEXTJOIN