Skip to content

Releases: d5/tengo

v1.8.4

12 Feb 09:31
@d5 d5
cb1c8a4
Compare
Choose a tag to compare

Changelog

cb1c8a4 Fix a bug for 'for' loop without condition: "for {}" (#100)

v1.8.3

12 Feb 01:36
@d5 d5
fc4e358
Compare
Choose a tag to compare

Changelog

fc4e358 Fix a closure-block scope bug (#99)

v1.8.2

11 Feb 05:47
@d5 d5
9ccc6dd
Compare
Choose a tag to compare

Changelog

9ccc6dd add Bytecode.FormatInstructions and Bytecode.FormatConstants (#95)

v1.8.1

10 Feb 08:34
@d5 d5
9c67444
Compare
Choose a tag to compare

Changelog

9c67444 Fixes a REPL bug (Issue #91) (#92)

v1.8.0

10 Feb 00:48
@d5 d5
Compare
Choose a tag to compare

Changes

  • Indexer of Array, ImmutableArray, String, Bytes returns undefined if index is out of bounds (instead of raising a run-time error)
  • Undefined indexer returns undefined

Changelog

5e21abf IndexGet of Array, Index, ImmutableIndex, Bytes, String, Undefined

v1.7.0

09 Feb 20:36
@d5 d5
2b517f3
Compare
Choose a tag to compare

Changelog

2b517f3 add 'rand' module (#90)

v1.6.1

07 Feb 23:25
@d5 d5
9782d87
Compare
Choose a tag to compare

Changelog

9782d87 Merge pull request #86 from d5/ostestfix
a9f9ba4 minor cleanups for 'os' module tests

v1.6.0

07 Feb 23:16
@d5 d5
e81380b
Compare
Choose a tag to compare

Changelog

e81380b Merge pull request #85 from ripienaar/84
06c7e7d add os.readfile()

v1.5.0

06 Feb 18:28
@d5 d5
a9224a3
Compare
Choose a tag to compare

Changelog

a9224a3 Merge pull request #81 from ripienaar/80
69961de add os.stat() and file.stat()

v1.4.0

03 Feb 23:57
@d5 d5
edfb765
Compare
Choose a tag to compare

Changes

  • Added is_function and is_callable builtin functions

Changelog

90aafc8 Add 'is_function' and 'is_callable' builtin functions
edfb765 Merge pull request #76 from d5/is_function