#深圳# 6月10日 亚马逊AWSome Day云计算免费培训报名中
LiveScript 1.4.0 发布,此版本包括 source maps;功能性 JSON 命令行处理;改进生成器支持;大量 bug 修复。
更新内容如下:
Changed npm name to livescript as npm no longer allows publishing updates to packages with upper-case letters
Added source map support using the -m,--map flag
Added command line JSON processing with JSON and the -e,--eval flag. Inbound JSON is bound to this
Fixed a regression from previous versions that did not allow for flag style positionals after a first positional (eg. lsc app.ls --flag caused an error)
Generators are no longer auto-hushed, moving behavior in line with what was expected