| .. |
|
schema
|
build lib
|
2023-09-12 15:57:37 +08:00 |
|
Action.d.ts
|
5.0对configuration进行了重新规划
|
2024-03-28 21:25:10 +08:00 |
|
Action.js
|
initialize
|
2022-02-26 10:50:46 +08:00 |
|
AppLoader.d.ts
|
feat: 新增编译器脚本。feat: 检查is属性是否存在,并且是string literal
|
2026-01-01 20:46:46 +08:00 |
|
AppLoader.js
|
oak-domain 编译改成 esnext
|
2023-09-05 16:36:51 +08:00 |
|
Aspect.d.ts
|
增加了log对象
|
2024-09-09 10:02:31 +08:00 |
|
Aspect.js
|
重构了feature和aspect结构
|
2022-06-21 17:11:48 +08:00 |
|
Auth.d.ts
|
重构了编译器
|
2025-01-20 11:21:51 +08:00 |
|
Auth.js
|
修改了框架的大量语法
|
2022-04-25 11:06:47 +08:00 |
|
Cluster.d.ts
|
适配Redis集群的参数
|
2025-01-16 14:07:36 +08:00 |
|
Cluster.js
|
增加了cluster定义
|
2023-12-02 15:37:03 +08:00 |
|
Configuration.d.ts
|
fix: ServerConfiguration中的database改为可选,实际未使用,在backend从oak-db引用配置类型,处理动态导入
|
2025-12-30 15:46:55 +08:00 |
|
Configuration.js
|
5.0对configuration进行了重新规划
|
2024-03-28 21:25:10 +08:00 |
|
Connector.d.ts
|
feat: 新增编译器脚本。feat: 检查is属性是否存在,并且是string literal
|
2026-01-01 20:46:46 +08:00 |
|
Connector.js
|
connect修正
|
2023-08-30 19:17:07 +08:00 |
|
Context.d.ts
|
修改了编译器,支持schema的extends
|
2024-01-25 18:00:53 +08:00 |
|
Context.js
|
重构了项目文件
|
2022-04-08 15:22:41 +08:00 |
|
DataType.d.ts
|
增加了translateFilterToObjectPredicate
|
2023-11-30 19:38:01 +08:00 |
|
DataType.js
|
编译器和simpleconnector一些小的修正
|
2023-09-15 18:28:07 +08:00 |
|
Demand.d.ts
|
feat: 全文检索允许自定义语言配置(用于postgres)
|
2025-12-31 12:40:13 +08:00 |
|
Demand.js
|
feat: 新增编译器脚本。feat: 检查is属性是否存在,并且是string literal
|
2026-01-01 20:46:46 +08:00 |
|
Endpoint.d.ts
|
feat: 新增编译器脚本。feat: 检查is属性是否存在,并且是string literal
|
2026-01-01 20:46:46 +08:00 |
|
Endpoint.js
|
支持了自定义的endpoint
|
2025-04-15 09:28:40 +08:00 |
|
Entity.d.ts
|
opRecords中的selection支持id
|
2025-05-08 10:24:27 +08:00 |
|
Entity.js
|
OakExternalException增加了data域
|
2023-10-10 15:03:38 +08:00 |
|
EntityDesc.d.ts
|
完善了attrUpdateMatrix中支持用函数返回filter
|
2025-05-08 15:19:31 +08:00 |
|
EntityDesc.js
|
增加了entityDesc定义
|
2023-06-05 18:22:49 +08:00 |
|
Environment.d.ts
|
wechatMp的env补齐
|
2024-01-26 19:12:19 +08:00 |
|
Environment.js
|
增加了I18n对象
|
2023-08-12 15:21:59 +08:00 |
|
Exception.d.ts
|
feat: 新增OakInsecureRequestException,用于非安全连接
|
2025-12-22 17:41:20 +08:00 |
|
Exception.js
|
feat: 新增编译器脚本。feat: 检查is属性是否存在,并且是string literal
|
2026-01-01 20:46:46 +08:00 |
|
Expression.d.ts
|
fix: 先注释掉AggrExpression,Expression太复杂导致的堆栈溢出
|
2026-01-08 09:59:04 +08:00 |
|
Expression.js
|
feat: 新增编译器脚本。feat: 检查is属性是否存在,并且是string literal
|
2026-01-01 20:46:46 +08:00 |
|
Geo.d.ts
|
build lib
|
2023-09-12 15:57:37 +08:00 |
|
Geo.js
|
initialize
|
2022-02-26 10:50:46 +08:00 |
|
Locale.d.ts
|
build lib
|
2023-09-12 15:57:37 +08:00 |
|
Locale.js
|
locale的定义
|
2022-06-02 21:20:59 +08:00 |
|
Logger.d.ts
|
修改了filter中一对多子查询的语法
|
2023-07-22 18:32:55 +08:00 |
|
Logger.js
|
initialize
|
2022-02-26 10:50:46 +08:00 |
|
Polyfill.d.ts
|
build lib
|
2023-09-12 15:57:37 +08:00 |
|
Polyfill.js
|
initialize
|
2022-02-26 10:50:46 +08:00 |
|
Port.d.ts
|
重构了编译器
|
2025-01-20 11:21:51 +08:00 |
|
Port.js
|
重定义了Importation
|
2023-01-17 11:34:28 +08:00 |
|
RowStore.d.ts
|
增加了log对象
|
2024-09-09 10:02:31 +08:00 |
|
RowStore.js
|
operationResult的merge分离,修正了一个dependencyBuilder的小bug
|
2024-04-24 11:52:38 +08:00 |
|
Storage.d.ts
|
feat: 全文检索允许自定义语言配置(用于postgres)
|
2025-12-31 12:40:13 +08:00 |
|
Storage.js
|
定义的改进
|
2022-03-21 20:50:38 +08:00 |
|
Style.d.ts
|
5.0对configuration进行了重新规划
|
2024-03-28 21:25:10 +08:00 |
|
Style.js
|
增加了对checker的处理,增加了Style的定义
|
2023-03-07 15:01:13 +08:00 |
|
Sync.d.ts
|
增加同步时钟漂移时长声明
|
2024-12-10 10:12:37 +08:00 |
|
Sync.js
|
judgeRelation支持不抛异常,处理了同步的若干定义和问题
|
2024-02-24 16:22:46 +08:00 |
|
Timer.d.ts
|
feat: 支持了watcher的lazy以及timer和watcher的free形式
|
2026-01-19 14:45:19 +08:00 |
|
Timer.js
|
微调了timer的定义
|
2022-12-15 10:31:50 +08:00 |
|
Trigger.d.ts
|
feat: 全文检索允许自定义语言配置(用于postgres)
|
2025-12-31 12:40:13 +08:00 |
|
Trigger.js
|
feat: 全文检索允许自定义语言配置(用于postgres)
|
2025-12-31 12:40:13 +08:00 |
|
Txn.d.ts
|
initialize
|
2022-02-26 10:50:46 +08:00 |
|
Txn.js
|
initialize
|
2022-02-26 10:50:46 +08:00 |
|
Watcher.d.ts
|
feat: 支持了watcher的lazy以及timer和watcher的free形式
|
2026-01-19 14:45:19 +08:00 |
|
Watcher.js
|
feat: 支持了watcher的lazy以及timer和watcher的free形式
|
2026-01-19 14:45:19 +08:00 |
|
index.d.ts
|
Sync的定义,index中非type类型的定义的删除
|
2024-02-17 21:42:03 +08:00 |
|
index.js
|
Sync的定义,index中非type类型的定义的删除
|
2024-02-17 21:42:03 +08:00 |