|
| 1 | +# Change Log |
| 2 | + |
| 3 | +All notable changes to this project will be documented in this file. |
| 4 | +See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. |
| 5 | + |
| 6 | +# 1.1.0 (2020-12-15) |
| 7 | + |
| 8 | + |
| 9 | +### Features |
| 10 | + |
| 11 | +* **module-loader:** 服务端渲染 ([06c30b8](https://github.com/aceHubert/vue-async/commit/06c30b8403776c16cf5d21f7dc9a2c22e13eb34d)) |
| 12 | + |
| 13 | + |
| 14 | +### Performance Improvements |
| 15 | + |
| 16 | +* ts baseUrl 修改 ([c1722fa](https://github.com/aceHubert/vue-async/commit/c1722fa33d902ca680cfa04544f606948b5f9373)) |
| 17 | + |
| 18 | + |
| 19 | + |
| 20 | +## 1.0.8 (2020-09-30) |
| 21 | + |
| 22 | + |
| 23 | +### Features |
| 24 | + |
| 25 | +* **module-loader:** 模块在 Vue 实例化之前调用方法 ([fb57208](https://github.com/aceHubert/vue-async/commit/fb57208020cb0da3dff68861c531adc59e767868)) |
| 26 | + |
| 27 | + |
| 28 | + |
| 29 | +## 1.0.7 (2020-09-14) |
| 30 | + |
| 31 | + |
| 32 | +### Features |
| 33 | + |
| 34 | +* **module-loader:** add "sync" param in options ([c7fae50](https://github.com/aceHubert/vue-async/commit/c7fae5084a711e3df33075aed464a832f4ea84b3)) |
| 35 | + |
| 36 | + |
| 37 | + |
| 38 | +## 1.0.6 (2020-09-01) |
| 39 | + |
| 40 | + |
| 41 | +### Features |
| 42 | + |
| 43 | +* moduleLoader error handle ([19741c3](https://github.com/aceHubert/vue-async/commit/19741c3847384b050de609cc9daef98c068c14ab)) |
| 44 | + |
| 45 | + |
| 46 | + |
| 47 | +## 1.0.5 (2020-08-07) |
| 48 | + |
| 49 | + |
| 50 | +### Features |
| 51 | + |
| 52 | +* extract css file load ([1bd5866](https://github.com/aceHubert/vue-async/commit/1bd5866d6e8ad47438c78b4346e6d13e46bb88a6)) |
| 53 | + |
| 54 | + |
| 55 | +### Performance Improvements |
| 56 | + |
| 57 | +* rename dist filename ([468af87](https://github.com/aceHubert/vue-async/commit/468af875d596d11942e1c65af582f218b99ace38)) |
| 58 | + |
| 59 | + |
| 60 | + |
| 61 | +## 1.0.4 (2020-08-05) |
| 62 | + |
| 63 | + |
| 64 | +### Features |
| 65 | + |
| 66 | +* vue object using in modules problem ([c807d04](https://github.com/aceHubert/vue-async/commit/c807d04ea5b381980044ded1129f8e945b198a64)) |
| 67 | + |
| 68 | + |
| 69 | + |
| 70 | +## 1.0.3 (2020-07-13) |
| 71 | + |
| 72 | + |
| 73 | +### Bug Fixes |
| 74 | + |
| 75 | +* **module-loader:** router.beforeEach in beforeCreate ([af48850](https://github.com/aceHubert/vue-async/commit/af4885065612ff57dfb1dda506c73ae25e48d8e0)) |
| 76 | + |
| 77 | + |
| 78 | +### Features |
| 79 | + |
| 80 | +* **module-loader:** module-loader install options change ([697841c](https://github.com/aceHubert/vue-async/commit/697841c0a60e638b111355b13c8e1cc4c3b6e80a)) |
| 81 | + |
| 82 | + |
| 83 | +### Performance Improvements |
| 84 | + |
| 85 | +* **rollup:** rollup build packages ([791121a](https://github.com/aceHubert/vue-async/commit/791121a1b1cb3bbc19f03f0d6d79872f30148e83)) |
| 86 | + |
| 87 | + |
| 88 | + |
| 89 | +## 1.0.1 (2020-05-29) |
| 90 | + |
| 91 | + |
| 92 | +### Bug Fixes |
| 93 | + |
| 94 | +* changelog test ([93171fe](https://github.com/aceHubert/vue-async/commit/93171fe9dcae0f5286793b6fff9d8b159ac84f8e)) |
| 95 | +* window.Vue.use() options problem ([285b9c1](https://github.com/aceHubert/vue-async/commit/285b9c19990916b67568c57c7ca86f720a93a784)) |
| 96 | + |
| 97 | + |
| 98 | +### Features |
| 99 | + |
| 100 | +* add remote component loader function ([ff5c47c](https://github.com/aceHubert/vue-async/commit/ff5c47c1e0ec1a0bc986cac244b5854b0b8cb104)) |
| 101 | +* addRoutes/AddLayouts 支持外部重新定义 ([d1a9ccb](https://github.com/aceHubert/vue-async/commit/d1a9ccb908db7af66c94c47c298254d03befa327)) |
| 102 | +* remove init modules from framework constructor ([b972b66](https://github.com/aceHubert/vue-async/commit/b972b6660acfa2d61f83fadb7bf1a2f0ab25f687)) |
| 103 | + |
| 104 | + |
| 105 | +### Performance Improvements |
| 106 | + |
| 107 | +* code clean up ([9796b85](https://github.com/aceHubert/vue-async/commit/9796b85a6e6f7d19e05322e66c63314630704074)) |
| 108 | +* types format ([538cb85](https://github.com/aceHubert/vue-async/commit/538cb8538c25566b3cd976c00cf55db06b33eecf)) |
0 commit comments