Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: WProbot/tengo

Tags

v2.3.2

Toggle v2.3.2's commit message

v2.3.1

Toggle v2.3.1's commit message

v2.3.0

Toggle v2.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
add shebang support (d5#274)

* add shebang support

v2.2.0

Toggle v2.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix stdlib json string encoding (d5#272)

v2.1.2

Toggle v2.1.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix typo in objects doc (d5#256)

v2.1.1

Toggle v2.1.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix markdownlint warnings (d5#255)

v2.1.0

Toggle v2.1.0's commit message

v2.0.5

Toggle v2.0.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
builtin delete for maps and arrays (d5#250)

* added builtin delete function and unit tests

* added vm tests for builtin delete

* added doc for builtin delete

* update doc

v2.0.4

Toggle v2.0.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
updated goreleaser config (d5#249)

v2.0.3

Toggle v2.0.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
update vm to raise wrapped runtime errors (d5#247)

* update vm to raise wrapped runtime errors

special errors returned from custom builtin modules can be identified easily by wrapping and using errors package's Is() and As() method.

* added test for runtime errors