-
Notifications
You must be signed in to change notification settings - Fork 8
/
Changes
74 lines (73 loc) · 2.76 KB
/
Changes
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
# This Changes log is JSONY!
- 0.1.21 'Mon Apr 27 08:50:37 PDT 2020',
'Single scalar should become an array'
- 0.1.20 'Tue Apr 7 13:24:19 PDT 2020',
'Allow lists starting with array or hash',
'Allow for leading comments'
- 0.1.19 'Wed Jan 22 20:08:39 PST 2020',
'Use latest Pegex and TestML',
'Fix tests to use JSON::PP and YAML::PP'
- 0.1.18 'Wed Jan 22 13:32:47 PST 2020',
'Use latest Pegex and TestML'
- 0.1.17 'Sun Feb 12 14:00:02 PST 2017',
'Release after pause-cleanup removed wrong dists'
- 0.1.16 'Tue Mar 29 14:13:00 PDT 2016',
'Make $VERSION be more mst++ approved.'
- 0.1.15 'Tue Mar 29 10:42:30 PDT 2016',
'Make $VERSION be mst++ approved.'
- 0.1.14 'Tue Mar 29 08:18:26 PDT 2016',
'Remove coveralls badge from doc @pink_mist++'
- 0.1.13 'Thu Nov 20 14:43:11 PST 2014',
'Apply PR #5. Doc typo.'
- 0.1.12 'Thu Nov 20 14:04:52 PST 2014',
'Fix issue #3. Terminal comment w/o trailing newline.'
- 0.1.11 'Thu Nov 20 11:28:12 PST 2014',
'Add a test for terminal comment'
- 0.1.10 'Sat Aug 16 13:57:08 PDT 2014',
'Remove =travis'
- 0.1.9 'Sat Aug 16 11:20:57 PDT 2014',
'Meta 0.0.2'
- 0.1.8 'Sat Aug 16 02:11:35 PDT 2014',
'Eliminate File::Basename in test/'
- 0.1.7 'Fri Aug 15 18:28:50 PDT 2014',
'Add t/000-compile-modules.t'
- 0.1.6 'Fri Aug 15 09:38:22 PDT 2014',
'Fix github issue #2'
- 0.1.5 'Sun Aug 3 22:59:30 PDT 2014',
'Remove (c) from Copyright'
- 0.1.4 'Mon Jul 21 16:30:12 PDT 2014',
'Add grammar as submodule and share/ it'
- 0.1.3 'Mon Jul 21 13:53:16 PDT 2014',
'Fix Meta and add Contributing'
- 0.1.2 'Mon Jun 16 15:56:21 PDT 2014',
'Switch to manual VERSION and fix travis'
- 0.1.1 'Sat Jun 14 13:21:03 PDT 2014',
'Switch to zilla-dist and badges'
- 0.1.0 'Mon May 19 15:27:51 PDT 2014',
'Use new Pegex',
'Switch to new repo format and release process'
- 0.0.9 'Sat Feb 8 19:38:58 PST 2014',
'*** MAJOR API CHANGE',
'Switch to dzil',
'Support 5.8.1+'
- 0.0.8 'Mon Jun 17 12:39:27 PDT 2013',
'Change API to JSONY->new->load()',
'Fix a bug with strings containing "true"'
- 0.0.7 'Thu Nov 8 10:44:25 PST 2012',
'Use new Pegex-0.21'
- 0.0.6 'Tue Oct 2 23:07:55 JST 2012',
'Fix boolean and floating points cpantesters failures'
- 0.0.5 'Sat Sep 22 14:09:49 PDT 2012',
'Account for JSON::PP in tests'
- 0.0.4 'Wed Sep 19 19:33:01 PDT 2012',
'Update docs',
'Fix copyright year per supplicant++',
'Require boolean.pm per cpantesters++ :)'
- 0.0.3 'Mon Sep 17 12:27:09 PDT 2012',
'Change README'
- 0.0.2 'Mon Sep 17 12:18:51 PDT 2012',
'Add specific versions to the prerequisite modules',
'Support real double quote stings in grammar',
'Support continuation lines in top level seqs'
- 0.0.1 'Thu Sep 13 12:29:33 PDT 2012',
'First release.'