Skip to content

Commit 50cc53a

Browse files
committed
chore: merge History.md to CHANGELOG.md
1 parent 0215cc5 commit 50cc53a

File tree

2 files changed

+109
-105
lines changed

2 files changed

+109
-105
lines changed

CHANGELOG.md

Lines changed: 109 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,112 @@
1111
### Bug Fixes
1212

1313
* hour crontab ([#31](https://github.com/eggjs/egg-logrotator/issues/31)) ([75e4787](https://github.com/eggjs/egg-logrotator/commit/75e478714f42e6d00f0500817bd2c6f1597174f2))
14+
15+
16+
---
17+
18+
19+
3.1.0 / 2019-04-25
20+
==================
21+
22+
**features**
23+
* [[`cd39697`](http://github.com/eggjs/egg-logrotator/commit/cd3969726998482df451da01eee759c883bf1552)] - feat: support relative path (#26) (TZ | 天猪 <<atian25@qq.com>>)
24+
25+
3.0.7 / 2019-03-14
26+
==================
27+
28+
**fixes**
29+
* [[`4c1632b`](http://github.com/eggjs/egg-logrotator/commit/4c1632be11fd527de80acc8bdda22568c5960bd1)] - fix: all rotator should use transport file (#25) (Hongcai Deng <<admin@dhchouse.com>>)
30+
31+
3.0.6 / 2019-03-06
32+
==================
33+
34+
**fixes**
35+
* [[`4f52df7`](http://github.com/eggjs/egg-logrotator/commit/4f52df7ff5efc963d5459321ba738ea17defba6d)] - fix: clean log should use transport options file (#24) (Hongcai Deng <<admin@dhchouse.com>>)
36+
37+
3.0.5 / 2018-12-04
38+
==================
39+
40+
**fixes**
41+
* [[`3371e60`](http://github.com/eggjs/egg-logrotator/commit/3371e609c29385ef73093abb9cbdcccc88e8f9b0)] - fix: allow 2 minutes deviation on schedule cron (#22) (fengmk2 <<fengmk2@gmail.com>>)
42+
43+
3.0.4 / 2018-10-24
44+
==================
45+
46+
**fixes**
47+
* [[`9c0f71f`](http://github.com/eggjs/egg-logrotator/commit/9c0f71f64ee3d78a79983f96211a58ab8b4e3def)] - fix: ignore not exists logdir (#21) (fengmk2 <<fengmk2@gmail.com>>)
48+
* [[`3c8786d`](http://github.com/eggjs/egg-logrotator/commit/3c8786da71c83526d6349ad4e90fb2aa992cda4b)] - fix: in for in loop add hasOwnProperty filter (#20) (AllenZeng <<zengjuncm@gmail.com>>)
49+
50+
3.0.3 / 2018-03-29
51+
==================
52+
53+
* fix: custom LogRotator error (#18)
54+
55+
3.0.2 / 2018-02-23
56+
==================
57+
58+
**fixes**
59+
* [[`7211181`](http://github.com/eggjs/egg-logrotator/commit/72111818bf632abfe16d6ff8545f9a114a15954f)] - fix: support json files (#17) (Haoliang Gao <<sakura9515@gmail.com>>)
60+
61+
3.0.1 / 2017-12-11
62+
==================
63+
64+
**fixes**
65+
* [[`922824b`](http://github.com/eggjs/egg-logrotator/commit/922824bd4f761e2c37b36ca42b50391ac2be1b29)] - fix: split file at 00:00:01 && update deps (#15) (TZ | 天猪 <<atian25@qq.com>>)
66+
67+
3.0.0 / 2017-11-10
68+
==================
69+
70+
**others**
71+
* [[`6b4e6e5`](http://github.com/eggjs/egg-logrotater/commit/6b4e6e58ee5aab5310059bde59f3c89fdba2d3ae)] - refactor: use async function and support egg@2 (#13) (Yiyu He <<dead_horse@qq.com>>)
72+
73+
2.3.0 / 2017-11-02
74+
==================
75+
76+
**features**
77+
* [[`bd3c95f`](http://github.com/eggjs/egg-logrotator/commit/bd3c95f651783ae8ccb167d1ad1e8c9e8590440c)] - feat: support custom hour delimiter (#12) (hui <<kangpangpang@gmail.com>>)
78+
79+
**others**
80+
* [[`5e6c563`](http://github.com/eggjs/egg-logrotator/commit/5e6c563b0cf34fafe6eab3a1f9f4a084c8bd5a28)] - test: upgrade dependencies (#11) (Haoliang Gao <<sakura9515@gmail.com>>)
81+
82+
2.2.3 / 2017-06-04
83+
==================
84+
85+
* docs: fix License url (#10)
86+
* chore: upgrade deps and fix test (#9)
87+
88+
2.2.2 / 2016-10-27
89+
==================
90+
91+
* fix: should rotate agent log (#8)
92+
93+
2.2.1 / 2016-10-27
94+
==================
95+
96+
* fix: check directory exist before readdir (#7)
97+
98+
2.2.0 / 2016-09-29
99+
==================
100+
101+
* refactor: use OO refactor schedule (#6)
102+
103+
2.1.0 / 2016-08-29
104+
==================
105+
106+
* feat: reload loggers after rotating (#5)
107+
108+
2.0.0 / 2016-08-17
109+
==================
110+
111+
* feat: rename logrotater => logrotator (#4)
112+
113+
1.0.1 / 2016-08-10
114+
==================
115+
116+
* fix: auto find log file dirs to do rotate (#2)
117+
118+
1.0.0 / 2016-07-26
119+
==================
120+
121+
* feat: auto remove expired files (#1)
122+
* init commit by egg-init

History.md

Lines changed: 0 additions & 105 deletions
This file was deleted.

0 commit comments

Comments
 (0)