• 4.0.31 f3e6ed4917

    pqc released this 2026-01-09 16:17:22 +08:00 | 7 commits to dev since this release

    1. 适配新connector定义,支持ExposeHeaders,connector的自定义Aspect(用于实现前后台的connector初始化逻辑)
    2. 修复了watch模式下非ts文件修改时,未处理源文件路径导致误删除的bug
    3. 使用oak-domain的isOakException函数,替代instanceof去判断err的类型
    4. 修改模板,默认使用新tscBuilder编译
    5. 修复了部分已知问题
    Downloads
  • 4.0.30 52b3ed8d97

    Xc released this 2025-12-10 18:09:48 +08:00 | 13 commits to dev since this release

    1、bug fixed: 新增stopRoutines的执行,在shutdown时执行,并完善信号处理
    2、bug fixed:修复stopRoutine重复执行,并添加模板文件

    Downloads
  • 4.0.29 2b0ffbffaf

    Xc released this 2025-12-02 10:53:20 +08:00 | 17 commits to dev since this release

    1、feat: 增加将异常处理器注册到appLoader,不再重载console.error
    2、feat: 改为从appLoader加载ExceptionHandler
    3、feat:serverConfiguration支持middleware配置
    4、feat: 完善watch编译器,现编译完成之后会自动进行alias替换,防止运行时问题,并修复server启动失败导致整体进程退出的问题
    5、bug fixed: 更新template中一个疏漏

    Downloads
  • 4.0.28 af34753f48

    Xc released this 2025-10-16 15:10:41 +08:00 | 31 commits to dev since this release

    更正了部分小的bug

    Downloads
  • 4.0.27 a3e2d584a8

    Xc released this 2025-10-16 11:10:09 +08:00 | 38 commits to dev since this release

    feat: 支持在configuration中新建errors.ts来对项目的console.error做额外的polyfill处理

    Downloads
  • 4.0.26 523aac80c2

    Xc released this 2025-10-16 11:07:26 +08:00 | 43 commits to dev since this release

    1. feat: 更新了initServer时的默认行为
    2. feat: 添加版本限制与检查
    3. bug fixed: template中部分页面的title修正
    4. bug fixed:完全重构并优化了server watch,通过编译链与事件机制解决多文件修改的情况,并且支持了在i18n文件更新的情况下,自动同步到数据库(利用了routine)

    npm run server:init命令更新,旧项目需要升级:

    1、将template/scripts/initServer.js拷贝覆盖项目scripts目录下的同名文件
    2、命令可以接一个参数,指定init时如果数据库中已经有该表的行为:
     
    drop :删除后重建
    omit :不重建
    dropIfNotStatic :只有Static类型的表不重建,否则重建(默认行为)
    
    Downloads
  • 4.0.25 fb54bc3844

    Xc released this 2025-08-18 15:13:10 +08:00 | 51 commits to dev since this release

    1、feat: template中增加了upgrade:locale脚本
    2、feat: 添加版本限制与检查
    3、bug fixed: 在带routine的情况下,整个项目要unmount
    4、bug fixed:使用bcryptjs替换bcrypt,移除了本地C++相关的依赖性

    Downloads
  • 4.0.24 816b391174

    Xc released this 2025-08-02 21:39:22 +08:00 | 58 commits to dev since this release

    1、feat: 修改了小程序下webpack的配置
    2、feat: makeDep修正了强制模式

    Downloads
  • 4.0.23 1002abf0e6

    Xc released this 2025-06-16 12:32:23 +08:00 | 62 commits to dev since this release

    1、feat: 支持了手动配置socket.io/admin的ui的path
    2、feat: 完善了ios下打包react-native的命令

    Downloads
  • 4.0.22 5c861a1e40

    Xc released this 2025-05-08 16:48:47 +08:00 | 71 commits to dev since this release

    整合了socket-io/admin到框架中

    Downloads