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