|
1 | 1 | ## Change Log
|
2 | 2 |
|
| 3 | +### v0.49.8 |
| 4 | +- [#1292](https://github.com/opencomponents/oc/pull/1292) dont watch files on temp folder from templates |
| 5 | +- [#1289](https://github.com/opencomponents/oc/pull/1289) use polling on watch |
| 6 | +- [#1288](https://github.com/opencomponents/oc/pull/1288) Update README documentation link |
| 7 | +- [#1287](https://github.com/opencomponents/oc/pull/1287) [INTERNAL] reduce lodash usage on test/code |
| 8 | +- [#1286](https://github.com/opencomponents/oc/pull/1286) Callback to promises |
| 9 | +- [#1285](https://github.com/opencomponents/oc/pull/1285) [CB-INTERNAL] promisify publish route |
| 10 | +- [#1284](https://github.com/opencomponents/oc/pull/1284) Update README.md |
| 11 | +- [#1273](https://github.com/opencomponents/oc/pull/1273) [CB-INTERNAL] move nested renderer to promises |
| 12 | +- [#1272](https://github.com/opencomponents/oc/pull/1272) [CB-INTERNAL] promisify registry |
| 13 | +- [#1269](https://github.com/opencomponents/oc/pull/1269) [CB-INTERNAL] move plugins initialiser to promises |
| 14 | +- [#1267](https://github.com/opencomponents/oc/pull/1267) [CB-INTERNAL] add express-promise-router to allow promises on routes |
| 15 | +- [#1266](https://github.com/opencomponents/oc/pull/1266) [CB-INTERNAL] upgrade storage adapters and parse legacy ones |
| 16 | +- [#1265](https://github.com/opencomponents/oc/pull/1265) [CB-INTERNAL] move components-details and repository to promises |
| 17 | +- [#1258](https://github.com/opencomponents/oc/pull/1258) [INTERNAL-CB] move components cache to promises |
| 18 | +- [#1257](https://github.com/opencomponents/oc/pull/1257) [INTERNAL-CB] Facade to promises |
| 19 | +- [#1247](https://github.com/opencomponents/oc/pull/1247) Some repository methods to promises |
| 20 | +- [#1246](https://github.com/opencomponents/oc/pull/1246) Registry cli to promises |
| 21 | +- [#1245](https://github.com/opencomponents/oc/pull/1245) Local to promises |
| 22 | +- [#1242](https://github.com/opencomponents/oc/pull/1242) move more files to promises |
| 23 | +- [#1241](https://github.com/opencomponents/oc/pull/1241) Start moving callback based functions to promises |
| 24 | + |
3 | 25 | ### v0.49.7
|
4 | 26 | - [#1283](https://github.com/opencomponents/oc/pull/1283) add "open" link to component preview page
|
5 | 27 | - [#1279](https://github.com/opencomponents/oc/pull/1279) improve auth flexibility allowing to pass any library on type field
|
|
0 commit comments