变化日志
1.3 (WIP)
- 添加如下标准库函数
mathCeil
mathE
mathPi
mathSin
mathCos
mathTan
mathAsin
mathAcos
mathAtan
mathSinh
mathCosh
mathTanh
mathAsinh
mathAcosh
mathAtanh
mathSqrt
mathCbrt
mathExp
mathLog
stringSplit
stringSubByLength
stringSubByIndex
stringReplace
randomPick
contentAddHorizontalRule
readerSetPinned
readerUnsetPinned
readerSetStateDesc
readerUnsetStateDesc
canvasCreate
canvasOutput
canvasClear
canvasPutImage
canvasPutImagePart
canvasSetFont
canvasSetFillStyle
canvasFillText
canvasFillRect
canvasSetStrokeStyle
canvasSetLineWidth
canvasStrokeText
- 支持中文标识符
- 插值中可以使用函数
- 高级表格样式
- 嵌套选项
yield?
1.2
- 允许一个变量存储多个类型的值
- 添加
while
支持 - 添加
if
支持 - 添加
null
的变量类型 - 添加如下标准库函数
contentAddTable
listFilter
listSplice
listSlice
listLength
listIndexOf
listIncludes
listFindIndex
stringFormatNumberFixed
stringFormatNumberPrecision
- 添加如下操作符
.:
:.
- 添加函数创建语法糖
$
- 添加
function switch
语法糖 - 添加函数 Action 支持
1.1
- 添加
list
支持 - 添加
function
支持 - 存储
selection
的变量类型由selection
变为action
- 为了向前兼容,目前
selection
为action
的 alias,并且将在下一个大版本移除
- 为了向前兼容,目前
- 添加
switch
支持 - 添加标准库
- 添加如下操作符
::
.
.?
?.
?.?
**
?!
??
|>
|::