Releases: cesanta/elk
Releases · cesanta/elk
Elk 2.2.0
09 Jan 15:35
Compare
Sorry, something went wrong.
No results found
Added ternary operator a ? b : c
Added unit test for ternary operator and recursive function calls
2.1.2
30 Oct 16:23
Compare
Sorry, something went wrong.
No results found
Enhanced CLI utility
Fixed expression evaluation with function calls, e.g. f() + 1
2.1.1
21 Oct 11:46
Compare
Sorry, something went wrong.
No results found
OSS license change to a stronger copyleft: GPLv2 -> AGPLv3
2.1.0
30 Sep 12:27
Compare
Sorry, something went wrong.
No results found
Speed up elk: instead of invoking GC before each top-level statement, invoke only free mem is 75% or more full
Add js_mkstr() and js_mknum() functions for hand-crafting objects exported to JS environment
2.0.9
21 Sep 07:26
Compare
Sorry, something went wrong.
No results found
Fix nul-termination in mkentity() which made strings with garbage at the end
2.0.8
10 May 08:46
Compare
Sorry, something went wrong.
No results found
Refactor while loop handling, with better GC strategy for it
2.0.7
09 May 14:49
Compare
Sorry, something went wrong.
No results found
Removed JS_GC_THRESHOLD
Automatic aggressive GC strategy: run GC before every top-level statement
2.0.6
08 May 18:48
Compare
Sorry, something went wrong.
No results found
Added more function tests
Added Esp32JS example sketch with the JS editor
2.0.5
05 May 08:26
Compare
Sorry, something went wrong.
No results found
Handle line comments in the JS source
Handle block comments in the JS source
2.0.4
04 May 09:33
Compare
Sorry, something went wrong.
No results found
else condition implemented
You can’t perform that action at this time.