Releases: macacajs/macaca-datahub
Releases · macacajs/macaca-datahub
v2.5.2
- feat: set project capacity with async (#147) ae57659
- version: bump to 2.5.1 142812c
- feat: support iframe (#144) 983a7df
- chore: update readme 95fdec6
- version: bump to 2.5 a96441f
- feat: support query __datahub_scene to select custom scene (#142) 9d83251
- chore:upgrade sequelize-cli (#143) 7c96866
- docs(img): fix img url (#141) d170a64
v2.4.2
v2.4.0
- feat: support scene modify contextCconfig (#128) c5e5a4f
- chore: update readme a626ae6
- Merge pull request #126 from nightink/fix/should_dep_execa af1de30
- Merge branch 'master' into fix/should_dep_execa 53dfcda
- Update .travis.yml 18b29ca
- Update package.json 71569f7
- fix: execa should add dependencies 56ff79b
- Feat/doc add content (#125) f2d2375
- fix: optimize network error (#124) f11b58c
- fix: sequelizerc-error (#122) 3c9d3b3
- fix: posix path resolve 4e8e144
- doc: update webpack config 64c0de4
- Update .eslintignore 9f37929
- Update README.md b1e61ff
- chore: update lint ignore 29d196e
- docs: update readme d4f6e6d
- Chore/docs refactor (#117) e1e3aa9
DataHub 2.0
DataHub 2.x Upgrade Guide
Dependency update
Upgrade the version number to 2
{
"macaca-datahub": "2",
"macaca-wd": "2", // If you use this module to write unit tests, please upgrade to 2
}
Incompatible processing
**
Existing archive data can be upgraded via the following command line:
$ ./node_modules/.bin/datahub-migrate-1-to-2 -s ./data
If you use switchScene, please read on
The method property is supported, as described in the datahub-nodejs-sdk documentation.
依赖更新
将版本号升级到 2
{
"macaca-datahub": "2",
"macaca-wd": "2", // 如果你用到该模块写单元测试,请升级到 2
}
不兼容处理
已有的归档数据可以通过如下命令行进行升级:
$ ./node_modules/.bin/datahub-migrate-1-to-2 -s ./data
如果你用到 switchScene,请继续阅读
支持 method 属性,具体见 datahub-nodejs-sdk 文档。