Skip to content

Releases: CSML-by-Clevy/csml-engine

v1.4.0-beta.2

14 Jan 22:03
Compare
Choose a tag to compare
v1.4.0-beta.2 Pre-release
Pre-release
v1.4.0-beta.2

v1.4.0-beta.1

14 Jan 11:08
Compare
Choose a tag to compare
v1.4.0-beta.1 Pre-release
Pre-release
prepare for pre-release v1.4.0-beta.1

v1.4.0-beta.0

13 Jan 09:18
Compare
Choose a tag to compare
v1.4.0-beta.0 Pre-release
Pre-release
prepare for pre-release

v1.3.7

05 Jan 19:17
a1a32ac
Compare
Choose a tag to compare

Bugfixes

  • Allow empty or non-object JSON body for HTTP client .post, .put and .patch methods #167

v1.3.6

24 Nov 11:53
63fb88c
Compare
Choose a tag to compare

Features:

  • Add AWS Lambda as build target #152

Bugfixes:

  • Wrong error message when using keyword #150
  • Array Find() returns [] when nothing is found #147
  • HTTP.get() and .delete() must send no body #146
  • Reset correct scope when parse_fn_root fails in parse_function #145

Internals:

  • Improvements on error message parsing #136

v1.3.5

30 Oct 15:35
fa59278
Compare
Choose a tag to compare

Improvements

  • Don't require a name wrapper on custom components #141

v1.3.4

21 Oct 10:23
7a90d47
Compare
Choose a tag to compare

Features

  • add String.split() method in stdlib #139

v1.3.3

17 Oct 09:50
Compare
Choose a tag to compare

Bugfixes

  • Allow if and foreach in native functions #138 #137

v1.3.2

16 Oct 18:25
Compare
Choose a tag to compare

Bugfixes

  • Accept event as a function parameter #135 #134

v1.3.1

15 Oct 20:54
11a8d3c
Compare
Choose a tag to compare

New features:

  • add AWS SNS notification target mode on CSML Server
  • auto build and publish on docker hub