-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathCHANGELOG
More file actions
106 lines (62 loc) · 1.43 KB
/
CHANGELOG
File metadata and controls
106 lines (62 loc) · 1.43 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
CHANGES
=======
0.2.9 (2016-04-14)
------------------
- Link locale placeholder.
0.2.8 (2016-06-20)
------------------
- Global placeholders.
0.2.6 (2016-04-09)
------------------
- Warn on extra placeholders.
0.2.2 (2015-07-23)
------------------
- Log to stdout by default.
0.2.1 (2015-07-23)
------------------
- Validate number of placeholders too.
0.2.0 (2015-07-22)
------------------
- Placeholders validation.
0.1.12 (2015-05-07)
------------------
- Add --version cmd option.
0.1.11 (2015-04-14)
------------------
- Set dir attribute only when possible.
0.1.10 (2015-04-14)
------------------
- Set dir attribute for entire content not for each placeholder.
0.1.9 (2015-04-06)
------------------
- Use href for links only if available.
0.1.8 (2015-04-06)
------------------
- Improve logging for strict mode.
0.1.7 (2015-04-06)
------------------
- Improve logging for strict mode.
0.1.6 (2015-04-06)
------------------
- Dependencies update.
0.1.5 (2015-04-06)
------------------
- Adds default parser options.
0.1.4 (2015-04-06)
------------------
- Log filename if parsing fails.
0.1.3 (2015-04-06)
------------------
- Fixes missing dependency.
0.1.2 (2015-04-06)
------------------
- Fixes requirements parsing.
0.1.1 (2015-04-06)
------------------
- Use text and href for links in text files.
0.1.0 (2015-04-06)
------------------
- Refactorings.
0.0.1 (2014-09-30)
------------------
- Initial release.