nocobase/docs/changelog.md

112 lines
1.9 KiB
Markdown
Raw Normal View History

2021-11-21 12:43:18 +00:00
# 更新日志
## v0.5 - 2021/5 ~ 2021/9
2021-11-23 02:40:25 +00:00
重新设计 client实现所见即所得的无代码配置界面重构部分核心插件提供 server API。
2021-11-22 01:40:38 +00:00
重构:
2021-11-21 12:43:18 +00:00
- @nocobase/client
2021-11-22 01:40:38 +00:00
- @nocobase/database
2021-11-21 12:43:18 +00:00
- @nocobase/plugin-collections
2021-11-22 01:40:38 +00:00
- @nocobase/plugin-permissions
更新:
- @nocobase/server
- @nocobase/plugin-users
- @nocobase/plugin-file-manager
- @nocobase/plugin-action-logs
新增:
2021-11-21 12:43:18 +00:00
- @nocobase/plugin-ui-schemas
- @nocobase/plugin-ui-router
- @nocobase/plugin-client
- @nocobase/plugin-notifications
2021-11-22 01:40:38 +00:00
- @nocobase/plugin-system-settings
- @nocobase/plugin-multi-apps
- create-nocobase-app
废弃:
- @nocobase/plugin-pages
2021-11-21 12:43:18 +00:00
## v0.4 - 2021/3 ~ 2021/4
2021-11-23 02:40:25 +00:00
实现表单形式的无代码配置方案。
2021-11-22 01:40:38 +00:00
重构:
2021-11-21 12:43:18 +00:00
- @nocobase/plugin-collections
- @nocobase/plugin-pages
2021-11-22 01:40:38 +00:00
更新:
- @nocobase/client
- @nocobase/plugin-permissions
- @nocobase/plugin-users
- @nocobase/plugin-file-manager
- @nocobase/plugin-action-logs
- @nocobase/plugin-automations
新增:
2021-11-21 12:43:18 +00:00
- @nocobase/plugin-china-region
2021-11-22 01:40:38 +00:00
- @nocobase/plugin-export
2021-11-21 12:43:18 +00:00
## v0.3 - 2020/10 ~ 2021/1
将 app 和 api 进行拆分,提炼了 server 和 client 内核,并实现了核心的一些插件。
2021-11-22 01:40:38 +00:00
更新:
- @nocobase/database
- @nocobase/actions
新增:
2021-11-21 12:43:18 +00:00
- @nocobase/server
- @nocobase/client
- @nocobase/plugin-collections
- @nocobase/plugin-pages
- @nocobase/plugin-permissions
- @nocobase/plugin-users
- @nocobase/plugin-file-manager
- @nocobase/plugin-action-logs
- @nocobase/plugin-automations
2021-11-22 01:40:38 +00:00
废弃:
- @nocobase/app
- @nocobase/api
2021-11-21 12:43:18 +00:00
## v0.2 - 2020/7 ~ 2020/9
使用 sequelize 重构 database将 router 拆分为 resourcer 和 actions并初步构建了无代码平台的 app 和 api。
2021-11-22 01:40:38 +00:00
重构:
2021-11-21 12:43:18 +00:00
- @nocobase/database
2021-11-22 01:40:38 +00:00
新增:
2021-11-21 12:43:18 +00:00
- @nocobase/resourcer
- @nocobase/actions
- @nocobase/app
- @nocobase/api
2021-11-22 01:40:38 +00:00
废弃:
- @nocobase/router
2021-11-21 12:43:18 +00:00
## v0.1 - 2020/6
2021-11-22 01:40:38 +00:00
基于 Bookshelf 和 Koa 构建了第一版配置化的 database 和 router。
新增:
2021-11-21 12:43:18 +00:00
- @nocobase/database
- @nocobase/router