Macaca Datahub Versions Save

Continuous data provider for development, testing, staging and production. Just enjoy the data out-of-the-box.📦

v2.5.2

4 years ago
  • 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

https://github.com/macacajs/macaca-datahub/compare/v2.4.2...v2.5.2

v2.4.2

5 years ago
  • feat: support cors for api (#139) 1560cee
  • doc: replace weibo to yuque 756df38
  • feat: tweak scene order (#137) b686d7a
  • chore: update doc d5d619a
  • docs: docs supplement 7fb0650
  • doc: update docs 769c833

https://github.com/macacajs/macaca-datahub/compare/v2.4.0...v2.4.2

v2.4.0

5 years ago
  • 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

https://github.com/macacajs/macaca-datahub/compare/v2.3.10...v2.4.0

2.1.9

5 years ago

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

**⚠️Note: DataHub 2's underlying service changes are no longer compatible with 1.x data formats. **

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
}
 

不兼容处理

⚠️注意: DataHub 2 的底层服务变更,不再兼容 1.x 的数据格式。

已有的归档数据可以通过如下命令行进行升级:

$ ./node_modules/.bin/datahub-migrate-1-to-2 -s ./data

如果你用到 switchScene,请继续阅读

支持 method 属性,具体见 datahub-nodejs-sdk 文档。

1.0.75

5 years ago

1.0.49

6 years ago

1.0.34

6 years ago