Skip to content

Commit 4235fb7

Browse files
authored
R2-0 Release Notes
1 parent 1392488 commit 4235fb7

1 file changed

Lines changed: 6 additions & 3 deletions

File tree

documentation/luaReleaseNotes.html

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@
1010

1111
<h1 align="center">lua Release Notes</h1>
1212

13-
<h2 align="center">Release master</h2>
13+
<h2 align="center">Release 2-0</h2>
1414
<ul>
1515
<li><p>"iocsh" library now available for any version of base
1616
<li><p>Calls to the "iocsh" library can omit the library name while within
1717
the luash interpreter, this makes the luash almost fully backwards compatible
18-
with iocsh scripts. The only problems come from comments, due to "#" being a
19-
command in lua.
18+
with iocsh scripts. The only problems come from comments (due to "#" being a
19+
command in lua) and macros being different than global variables.
2020
<li><p>Better error handling in "asyn" library
2121
<li><p>lua Script file location now allows full paths
2222
<li><p>loadRegistered function automatically triggered
@@ -27,6 +27,9 @@ <h2 align="center">Release master</h2>
2727
represent that it is creating an asynOctetClient not an asynPortDriver.
2828
InTerminator and OutTerminator changed to member fields rather than
2929
get/set functions.
30+
<li><p>'asyn' lua library new function "driver" creates an object representing
31+
an asynPortDriver. Allows you to get/set the value of parameters in the paramList
32+
and trigger the read and write functions of parameters.
3033
<li><p>Parameters supplied in luaRecord CODE field and macros provided to
3134
luaSpawn are now evaluated using a lua sandbox environment rather than a
3235
custom parser.

0 commit comments

Comments
 (0)