steedos-platform/packages/core/History.md

89 lines
2.2 KiB
Markdown
Raw Normal View History

1.5.0-beta.0 / 2019-08-30
===================
* 把所属单位表 company 从 organizations 中独立出来 #124
2019-08-28 03:07:26 +00:00
1.3.19 / 2019-08-20
2019-09-02 01:46:51 +00:00
===================
* base object 迁移到standard-objects
1.3.19 / 2019-08-20
2019-08-28 03:07:26 +00:00
===================
* [graphql api 的url 取消 datasource_name 部分](https://github.com/steedos/object-server/issues/125)
2019-08-20 03:11:20 +00:00
1.3.18 / 2019-08-20
===================
* 优化core.init 函数
1.3.17 / 2019-08-20
===================
* 支持在meteor 项目中的.plugins文件夹中调试插件
1.3.16 / 2019-08-19
===================
* 调整插件调试文件夹plugins -> .plugins统一steedos-config.yml 与 plugin-config.yml datasources 部分数据格式
2019-08-17 06:51:41 +00:00
1.3.14 / 2019-08-17
2019-08-17 06:51:07 +00:00
===================
* 支持对象继承
1.3.10 / 2019-08-14
===================
* 升级@steedos/objectqlfix npm install 版本冲突
1.3.9 / 2019-08-14
===================
* 支持加载plugins中的objects
2019-08-10 07:58:56 +00:00
1.3.2 / 2019-08-10
===================
* core.ts添加initRoutes函数
1.3.1 / 2019-08-02
===================
* 提供publish接口
2019-07-23 07:40:33 +00:00
1.2.1 / 2019-07-23
===================
* 加载.client.js到web client
1.1.27 / 2019-07-16
===================
* fix bug: 防止steedos-config.yml中未定义datasources, 导致core.init函数报错
2019-07-21 02:12:56 +00:00
1.1.26 / 2019-07-16
===================
* 新增init函数简化启动文件代码
1.1.25 / 2019-07-16
2019-07-16 09:27:23 +00:00
===================
* 使用@steedos/auth:1.0.7
2019-07-15 10:01:44 +00:00
1.1.22 / 2019-07-15
===================
* 开放接口 `/api-v2/jwt/sso`单点登录,`/api-v2/jwt/getToken`获取`{userId:'xx', authToken: 'xx'}`
2019-07-12 03:49:08 +00:00
1.1.21 / 2019-07-12
===================
* OData接口速度优化EXCEL接入偏慢
1.1.20 / 2019-06-17
2019-06-17 03:35:29 +00:00
===================
* odata接口获取到$set, $unset 后, 将set与unset合并为一个doc 交给driver。 合并完的doc中unset字段部分字段值均为null
* fix OData接口问题EXCEL接入时expand字段出不来
2019-06-17 03:35:29 +00:00
2019-06-13 11:14:26 +00:00
1.1.19 / 2019-06-13
===================
* loadStandardObjects加载方式优化及加载object_webhooks.object.yml
2019-06-04 05:47:53 +00:00
1.1.18 / 2019-06-04
===================
* 列表接口不返回已假删除(is_deleted:true)的数据
2019-06-04 01:57:39 +00:00
1.1.17 / 2019-06-04
===================
* meteormongodriver中update 的data参数格式不要带$set 与mongodriver保持一致 #82