028-86261949

当前位置:首页 > 行业新闻 > 静态类型语言—PureScript 0.11.4 发布

静态类型语言—PureScript 0.11.4 发布

2017/04/18 15:11 分类: 行业新闻 浏览:19

PureScript 0.11.4 发布了。PureScript 是个小巧而强大的静态类型语言,可以编译成 JavaScript。PureScript 主要是由 Haskell 编写的。

主要更新内容如下:

增强功能:

purs executable will now display help text by default (@matthewleon)Adding -h/--help to ide subcommands (@simonyangme)Some simplifications to the tail call optimization (@matthewleon)

Bug 修复:

Remove newline from printed custom type errors (@matthewleon)

Fix pretty printing of rows in error messages (#2820, @thoradam)

Allow user to propagate Warn constraints (@paf31)

Match type level strings in docs renderer (#2772, @hdgarrood)

Fix encoding bug in purs ide list import command (@kRITZCREEK)

purs ide now reads files in text mode for adding imports (@kRITZCREEK)

其他:

Bump aeson lower bound to 1.0 (@hdgarrood)

Add a bunch of NFData instances (@hdgarrood)

Turn off coveralls upload for now (@paf31)

purs command line help message fixes (@Cmdv)

Switch core-tests to psc-package (#2830, @matthewleon)

Update CONTRIBUTING.md notes (@thoradam)

#标签:PureScript,PureScript 0.11.4 发布,静态类型语言