Skip to content

Commit 4b64386

Browse files
committed
docs: move changelog to history
1 parent c7e09c3 commit 4b64386

File tree

2 files changed

+99
-97
lines changed

2 files changed

+99
-97
lines changed

CHANGELOG.md

-97
Original file line numberDiff line numberDiff line change
@@ -1,97 +0,0 @@
1-
### 2.4.3
2-
3-
> 2017-02-15
4-
5-
#### Bug fixes
6-
* fix emoji replacing error (#76)
7-
8-
### 2.4.2
9-
10-
> 2017-02-14
11-
12-
#### Bug fixes
13-
- fix(index): load file path error
14-
15-
16-
### 2.4.1
17-
18-
> 2017-02-13
19-
20-
#### Bug fixes
21-
- fix(index): cover page
22-
23-
### 2.4.0
24-
25-
> 2017-02-13
26-
27-
#### Features
28-
29-
- feat(hook): add `doneEach`
30-
31-
32-
### 2.3.0
33-
34-
> 2017-02-13
35-
36-
#### Features
37-
38-
- feat(src): add alias feature
39-
- docs: update all documents
40-
- feat(src): dynamic title
41-
- feat(hook): support custom plugin
42-
- feat(themes): add dark theme
43-
44-
#### Bug fixes
45-
- fix(event): `auto2top` has no effect on a FF mobile browser, fixed #67
46-
- fix: sidebar style
47-
- fix(render): fix render link
48-
49-
### 2.2.1
50-
51-
> 2017-02-11
52-
53-
#### Bug fixes
54-
- fix(search): crash when not content, fixed #68
55-
- fix(event): scroll active sidebar
56-
- fix(search): not work in mobile
57-
58-
### 2.2.0
59-
60-
#### Features
61-
- Add `Google Analytics` plugin.
62-
```html
63-
<script src="//unpkg.com/docsify" data-ga="UA-XXXXX-Y"></script>
64-
<script src="//unpkg.com/docsify/lib/plugins/ga.js"></script>
65-
```
66-
67-
### 2.1.0
68-
#### Features
69-
- Add search plugin
70-
```html
71-
<script src="//unpkg.com/docsify"></script>
72-
<script src="//unpkg.com/docsify/lib/plugins/search.js"></script>
73-
```
74-
75-
#### Bug fixes
76-
- fix sidebar style
77-
78-
### 2.0.3
79-
#### Bug fixes
80-
- fix: rendering emojis
81-
- fix: css var polyfill
82-
83-
### 2.0.2
84-
85-
#### Bug fixes
86-
- fix button style in cover page.
87-
88-
### 2.0.1
89-
#### Bug fixes
90-
- border style.
91-
92-
### 2.0.0
93-
#### Features
94-
- Customize the theme color
95-
96-
#### Break change
97-
- Remove `data-router`, `data-sidebar`, `data-sidebar-toggle` APIs

HISTORY.md

+99
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,102 @@
1+
### 2.4.3
2+
3+
> 2017-02-15
4+
5+
#### Bug fixes
6+
* fix emoji replacing error (#76)
7+
8+
### 2.4.2
9+
10+
> 2017-02-14
11+
12+
#### Bug fixes
13+
- fix(index): load file path error
14+
15+
16+
### 2.4.1
17+
18+
> 2017-02-13
19+
20+
#### Bug fixes
21+
- fix(index): cover page
22+
23+
### 2.4.0
24+
25+
> 2017-02-13
26+
27+
#### Features
28+
29+
- feat(hook): add `doneEach`
30+
31+
32+
### 2.3.0
33+
34+
> 2017-02-13
35+
36+
#### Features
37+
38+
- feat(src): add alias feature
39+
- docs: update all documents
40+
- feat(src): dynamic title
41+
- feat(hook): support custom plugin
42+
- feat(themes): add dark theme
43+
44+
#### Bug fixes
45+
- fix(event): `auto2top` has no effect on a FF mobile browser, fixed #67
46+
- fix: sidebar style
47+
- fix(render): fix render link
48+
49+
### 2.2.1
50+
51+
> 2017-02-11
52+
53+
#### Bug fixes
54+
- fix(search): crash when not content, fixed #68
55+
- fix(event): scroll active sidebar
56+
- fix(search): not work in mobile
57+
58+
### 2.2.0
59+
60+
#### Features
61+
- Add `Google Analytics` plugin.
62+
```html
63+
<script src="//unpkg.com/docsify" data-ga="UA-XXXXX-Y"></script>
64+
<script src="//unpkg.com/docsify/lib/plugins/ga.js"></script>
65+
```
66+
67+
### 2.1.0
68+
#### Features
69+
- Add search plugin
70+
```html
71+
<script src="//unpkg.com/docsify"></script>
72+
<script src="//unpkg.com/docsify/lib/plugins/search.js"></script>
73+
```
74+
75+
#### Bug fixes
76+
- fix sidebar style
77+
78+
### 2.0.3
79+
#### Bug fixes
80+
- fix: rendering emojis
81+
- fix: css var polyfill
82+
83+
### 2.0.2
84+
85+
#### Bug fixes
86+
- fix button style in cover page.
87+
88+
### 2.0.1
89+
#### Bug fixes
90+
- border style.
91+
92+
### 2.0.0
93+
#### Features
94+
- Customize the theme color
95+
96+
#### Break change
97+
- Remove `data-router`, `data-sidebar`, `data-sidebar-toggle` APIs
98+
99+
1100
### 1.10.5
2101
#### Bug fixes
3102
- fix initialize the Vue instance

0 commit comments

Comments
 (0)