Skip to content

Releases: cellbang/cell

v1.16.7

18 Mar 10:58
Compare
Choose a tag to compare
  • feat(core) adds @Service() decoration, currently @Service() and @Component() have the same effect. When adding a decorator to a service class, using @Service() will be better and more readable; when AOP interception is needed on the service class, separate the service class from other classes, which is more convenient for AOP Intercept.
  • feat(core) 添加 @Service() 装饰,目前 @Service()@Component() 效果是一样的。当给服务类添加装饰器的时候,使用 @Service() 会更好,可读性更强;当要对服务类进行 AOP 拦截的时候,将服务类与其他类进行分开,更方便 AOP 拦截。

Bug Fixes

16 Mar 06:01
Compare
Choose a tag to compare
  • fix(cli) prompts for the AKSK information to be overwritten by other information during the first deployment
  • fix(cli) 第一次部署提示输入 AKSK 信息被其他信息覆盖

Features

15 Mar 08:06
Compare
Choose a tag to compare
  • feat(fc-adapter) api gateway supports forceNonceCheck attribute configuration
  • feat(fc-adapter) api gateway 支持 forceNonceCheck 属性配置

Features

15 Mar 05:29
Compare
Choose a tag to compare
  • feat(cli) CICD supports main branch main
  • feat(cli) CICD 支持主分支 main

Features & Bug Fixes

15 Mar 05:28
Compare
Choose a tag to compare
  • feat(serve-static) does not cache html files by default

  • fix(rpc) fixes the problem that the session setting in the rpc method does not take effect

  • feat(typeorm) shields unnecessary warning messages

  • feat(serve-static) 默认不缓存 html 文件

  • fix(rpc) 修复在 rpc 方法中设置 session 不生效问题

  • feat(typeorm) 屏蔽掉不必要的警告信息

Features & Bug Fixes

12 Mar 11:27
Compare
Choose a tag to compare
  • fix(serve-static) has an infinite loop without index.html
  • feat(vue) optimize cdn loading logic
  • fix(serve-static) 在没有 index.html 的情况下存在死循环
  • feat(vue) 优化 cdn 加载逻辑

Features & Bug Fixes

12 Mar 03:26
Compare
Choose a tag to compare
  • fix(faas-adapter) fix profile loading priority
  • feat(fc-adapter) The name of the API gateway group defaults to the name property of package.json
  • fix(faas-adapter) 修复 profile 加载优先级
  • feat(fc-adapter) API 网关组的名称默认为 package.json 的 name 属性

Features & Bug Fixes

11 Mar 07:33
Compare
Choose a tag to compare
  • fix(fc-adapter) fixes the second deployment error of a function of the api-gateway type
  • feat (fc-adapter) the default service name is the name property of package.json
  • fix(fc-adapter) 修复 api-gateway 类型的函数第二次部署报错
  • feat(fc-adapter) 默认服务名称为 package.json 的 name 属性

Bug Fixes

08 Mar 07:20
Compare
Choose a tag to compare
  • fix(vue) 加载 vue 的样式部分文报错

Features & Bug Fixes

08 Mar 06:08
Compare
Choose a tag to compare
  • fix(cli) to fix the error when using hook in vue-app template

  • feat(vue) supports Vue CSS file parsing

  • fix(cli) 修复 vue-app 模板在使用 Hook 时候报错

  • feat(vue) 支持 vue css 文件解析