Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 721 Bytes

CHANGELOG.md

File metadata and controls

16 lines (11 loc) · 721 Bytes

Unreleased

Nothing Yet!

Version 0.5.22 (2024-10-18)

  • Add eval(formula, context) function for math calculation
  • Add Resend mail service support for send_mail(), and environment variable is RESEND_API_KEY.
  • Documentation to make associative array quickly: array[$1] = $2, arr = record("{host:localhost,port:1234}"), arr = pairs("a=b,c=d").

Version 0.5.20 (2024-10-05)

  • Add smtp_send(url, from, to, subject, body) function to send email
  • Add MQTT support: publish("mqtt://servername:1883/topic", body)
  • Add system2(cmd): different from system(cmd), and it will return an array with code, stdout, stderr.
  • Add cargo-binstall and cargo-dist support