You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.MD
+59-2Lines changed: 59 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# Changelog
2
2
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)
4
4
5
5
# Old Changelog
6
6
@@ -37,4 +37,61 @@
37
37
38
38
### 🐛 Bug Fix
39
39
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)
Copy file name to clipboardExpand all lines: README.md
+4-26Lines changed: 4 additions & 26 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,35 +10,13 @@
10
10
11
11
## Changelog
12
12
13
-
> V0.5.7 now we can add customized rules to webpack, see [less-demo](#iapvt.config.js)
13
+
> V0.6.0
14
14
>
15
-
> v0.5.6 update template & for now, not using vue, the css imported in js can be extracted too
15
+
> 🚀 New Feature
16
16
>
17
-
> v0.5.5 bug fix and test
17
+
> - Now we can add mulity htmls to render, please refer it in demo
18
18
>
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)
0 commit comments