Features
-
feat(cli) add the
malagu.webpack.sourceMaploaderExclude
property to ignore the warning message that the source map cannot be loaded -
feat(cli) build and release code also generates the
malagu.yml
file to the.malagu
directory, which can be ignored by thecodeUri
property of the function. The default is to ignore the upload of themalagu.yml
file to prevent some private information Give way -
feat(fc-adapter) adds the
codeUri
property configuration to the function, and the default value is to ignore the upload of themalagu.yml
file -
feat(scf-adapter) adds the
codeUri
property configuration to the function, and the default value is to ignore the upload of themalagu.yml
file -
feat(puppeteer) add @malagu/puppeteer component
-
feat(cli) add
puppeteer
application template -
feat(mvc) adds the file view
FileView
to facilitate the implementation of file download related APIs. It also provides a simplified decorator@File()
, and also provides@Text()
,@Json()
,@Html()
decorator simplifies the ability to use different types of views -
feat(cli) 添加
malagu.webpack.sourceMaploaderExclude
属性,用于忽略 source map 加载不到警告信息 -
feat(cli) 构建发布代码也生成
malagu.yml
文件到.malagu
目录,可以通过函数的codeUri
属性进行忽略,默认是忽略malagu.yml
文件上传的,防止一些私密信息泄露 -
feat(fc-adapter) 为函数添加
codeUri
属性配置,且默认值为忽略掉malagu.yml
文件的上传 -
feat(scf-adapter) 为函数添加
codeUri
属性配置,且默认值为忽略掉malagu.yml
文件的上传 -
feat(puppeteer) 添加 @malagu/puppeteer 组件
-
feat(cli) 添加
puppeteer
应用模板 -
feat(mvc) 添加文件视图
FileView
,方便实现文件下载相关 API,同时也提供简化的装饰器@File()
,另外也提供了@Text()
、@Json()
、@Html()
装饰器简化使用不同类型视图能力