-
Notifications
You must be signed in to change notification settings - Fork 2
/
CHANGELOG
70 lines (43 loc) · 981 Bytes
/
CHANGELOG
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
CHANGES
=======
0.6.0 (2018-08-21)
------------------
- Update to Python 3.6
0.5.0 (2016-11-14)
------------------
- Bugfixes.
- Separate parsing and reading.
0.5.0 (2016-02-01)
------------------
- Adds Java format validation.
0.3.2 (2015-10-01)
------------------
- Adds validate two files method.
0.3.1 (2015-08-13)
------------------
- Update markdown validator.
- Better messages in email structure error html.
0.3.0 (2015-08-03)
------------------
- New markdown validator.
0.2.5 (2015-04-29)
------------------
- More restrictive pattern.
0.2.4 (2015-04-14)
------------------
- More restrictive pattern.
0.2.3 (2015-04-14)
------------------
- Improve regex for text urls.
0.2.2 (2015-04-07)
------------------
- Replace code blocks as normal text.
0.2.1 (2015-04-06)
------------------
- Do not include tailing commas in urls.
0.2.0 (2015-03-26)
------------------
- Async http requests.
0.0.1 (2015-01-29)
------------------
- Initial release.