Skip to content

Releases: cellbang/cell

Bug Fixes

09 Dec 04:09
Compare
Choose a tag to compare
  • fix(cli-service) 修复 ServeHook after 阶段未执行问题

Features

09 Dec 04:09
Compare
Choose a tag to compare
  • feat(web) 支持 ServerAware 扩展接口,方便扩展 Web Socket 服务

Bug Fixes

09 Dec 04:08
Compare
Choose a tag to compare
  • fix(cache) 修复编译警告问题

Bug Fixes

02 Dec 17:02
Compare
Choose a tag to compare
  • fix(cli-common) 修复通过组件 package.json 里面的 keywords 指定组件配置文件前置名称的问题

Features & Bug Fixes

02 Dec 17:02
Compare
Choose a tag to compare
  • fix(cache) 修复 cache 组件报异步依赖注入错误问题
  • feat(cli-common) 支持通过组件 package.json 里面的 keywords 指定组件配置文件前置名称,例如:"keywords": ["sample-component"],则组件配置文件名称可以为:sample.yml,模式配置文件为:sample-[mode].yml

Bug Fixes

24 Nov 15:15
Compare
Choose a tag to compare
  • fix(fc3-plugin) createOrUpdateFunction 增加 timeout 时间

Features

23 Nov 02:55
Compare
Choose a tag to compare
  • feat(cli-runtime) 支持阿里云 fc 3.0 插件
  • feat(fc3-plugin) 支持自定义域名和大代码包上传

Features

22 Nov 03:55
Compare
Choose a tag to compare
  • feat(cli-common) add node18, node20 and bun runtime (#200)

Features

21 Nov 14:51
Compare
Choose a tag to compare
  • feat(fc3-plugin) add fc3-plugin (#198)

Bug Fixes

01 Nov 10:41
Compare
Choose a tag to compare
  • fix(oauth2-client) 添加 authorizationCodeGrantUri 配置,更新 AuthorizationResponse 判定逻辑