Skip to content

Commit 36f2520

Browse files
committed
update md
1 parent c0b2732 commit 36f2520

File tree

2 files changed

+63
-28
lines changed

2 files changed

+63
-28
lines changed

CHANGELOG.MD

Lines changed: 59 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
3+
For changes in version v0.6.0 and up please go to [Readme](https://github.com/iapYang/iapyang-vue-template/blob/master/README.md)
44

55
# Old Changelog
66

@@ -37,4 +37,61 @@
3737

3838
### 🐛 Bug Fix
3939

40-
- Fix Mac OS file cannot load bug
40+
- Fix Mac OS file cannot load bug
41+
42+
## v0.5.2
43+
44+
### 💅 Polish
45+
46+
- On windows still use ip
47+
48+
## v0.5.1
49+
50+
### 🐛 Bug Fix
51+
52+
- add capabilities to windows
53+
54+
## v0.5.0
55+
56+
### 🚀 New Feature
57+
58+
- Officially remove vendor and plugins folder, if you wan to use js can't be required, try [imports-loader](https://github.com/webpack-contrib/imports-loader)
59+
- Add template option
60+
61+
### 💅 Polish
62+
63+
- Update dependencies
64+
65+
## v0.4.1
66+
67+
### 🐛 Bug Fix
68+
69+
- Hot fix! Fix babel-loader not working fine.
70+
71+
## v0.4.0
72+
73+
### 🚀 New Feature
74+
75+
- We don't need to write index.html anymore
76+
77+
## v0.3.0
78+
79+
### 🚀 New Feature
80+
81+
- Add gh-pages function
82+
83+
### 💅 Polish
84+
85+
- Change part of the build structure
86+
87+
## v0.2.9
88+
89+
### 💅 Polish
90+
91+
- Update dependencies versions
92+
93+
## v0.2.8
94+
95+
### 🚀 New Feature
96+
97+
- Add cli command for use, see [here](#configuration)

README.md

Lines changed: 4 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -10,35 +10,13 @@
1010

1111
## Changelog
1212

13-
> V0.5.7 now we can add customized rules to webpack, see [less-demo](#iapvt.config.js)
13+
> V0.6.0
1414
>
15-
> v0.5.6 update template & for now, not using vue, the css imported in js can be extracted too
15+
> 🚀 New Feature
1616
>
17-
> v0.5.5 bug fix and test
17+
> - Now we can add mulity htmls to render, please refer it in demo
1818
>
19-
> v0.5.4 add bundle option
20-
>
21-
> v0.5.3 fix OS node bug
22-
>
23-
> v0.5.2 on windows still use ip
24-
>
25-
> v0.5.1 add capabilities to windows
26-
>
27-
> v0.5.0 officially remove vendor and plugins folder, if you wan to use js can't be required, try [imports-loader](https://github.com/webpack-contrib/imports-loader)
28-
>
29-
> ​ update dependencies
30-
>
31-
> ​ add template option
32-
>
33-
> v0.4.1 hot fix! fix babel-loader not working fine.
34-
>
35-
> v0.4.0 we don't need to write index.html anymore
36-
>
37-
> v0.3.0 change part of the build structure & add gh-pages function
38-
>
39-
> v0.2.9 update dependencies versions
40-
>
41-
> v0.2.8 add cli command for use, see [here](#configuration)
19+
> For more old changelog, please go to Changelog
4220
4321
## Env
4422

0 commit comments

Comments
 (0)