-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathChanges
141 lines (111 loc) · 3.7 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
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
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
Release history for MetaPOD
{{$NEXT}}
v0.4.0 2017-03-11T14:39:45Z 1e90f7b
- Bugfix: update tooling avoids -Ddefault_inc_excludes_dot issues
- Installer switched to EUMM, this may break some downstreams (hence the major v)
[Dependencies::Stats]
- Dependencies changed since 0.3.6, see misc/*.deps* for details
- build: -1
- configure: +2 -1 (recommends: +1)
- develop: +20 ↑4 -8 (recommends: +1, suggests: +2 -1)
- runtime: ↓1 -1 (recommends: +1)
- test: +3 ↓1 -3 (recommends: +3 ↑1 -1)
0.3.6 2014-01-23T11:35:46Z
[00 Minor]
- Tooling/Documentation minor adjustments.
[Dependencies::Stats]
- Dependencies changed since 0.3.5, see misc/*.deps* for details
- build: ↑1
- configure: ↑1
- develop: +6 ↑1 -7
- runtime: +1 ↑1
- test: +3 (recommends: +2)
0.3.5 2013-11-24T10:37:17Z
[00 Further Forking]
- MetaPOD::Spec and MetaPOD::JSON are no longer part of the core MetaPOD distribution.
- MetaPOD will be purely functional code.
[Dependencies::Stats]
- Dependencies changed since 0.3.0, see misc/*.deps* for details
- develop: ↑1
0.3.0 2013-11-23T06:39:27Z
[00 FORK]
- MetaPOD::Format::JSON is now shipped seperately.
- This is to trend towards making defining the Spec and the Implementation independently.
[Dependencies::Noteworthy]
- Upgrade Module::Build
- Upgrade Test::More
- JSON specific things dropped
- Try::Tiny no longer a core dep
- use Test::Requires
- Perl Minimum lowered.
[Dependencies::Stats]
- Dependencies changed since 0.2.4, see misc/*.deps* for details
- build: ↑1
- configure: ↑1
- develop: +43 ↑1 -1 (recommends: -1, suggests: +1 -1)
- runtime: ↓1 -2
- test: +1 ↑1 -3
[Documentation]
- Changes file now simplified.
[Packaging]
- use newish fallback_build_requires in Build.PL
[Tests]
- use Test::Compile::PerFile
- ReportVersions::Tiny updated not to report Develop Deps
0.2.4 2013-09-26T06:34:05Z
[00 Minor]
- Bump to provide regenerated Test::Compile not known-broken on win32
[Dependencies::Stats]
- Dependencies changed since 0.2.3, see misc/*.deps* for details
- test: +1
0.2.3 2013-08-31T03:01:20Z
[!Minor]
- Bump to excise old Test::Compile test.
[Dependencies::Stats]
- Dependencies changed since 0.2.2, see misc/*.deps* for details
- develop: +1 (suggests: ↑1)
- test: +2 -2
0.2.2 2013-08-01T19:06:05Z
[Dependencies::Noteworthy]
- Needs Throwable::Error, Try::Tiny and Capture::Tiny
- Needs newer Module::Build
[Dependencies::Stats]
- Dependencies changed since 0.2.1, see misc/*.deps* for details
- build: ↑1
- configure: ↑1
- develop: (suggests: ↑1)
- runtime: +2
- test: +2 -2
[Restructuring]
- Internals now decomponentized and implemented as roles, which leads to better class composition overall.
0.2.1 2013-06-07T15:41:59Z
[Restructuring]
- No noteworthy user-visible changes in this release.
- Restructuring the reference JSON implementation to be easier to extend and stretch to new versions.
0.2.0 2013-06-07T12:49:29Z
[!Noteworthy Changes]
- Adds MetaPOD::JSON v1.1 SPEC and Support
- Adds 'interface' tag.
0.1.3 2013-06-02T08:27:59Z
[Documentation]
- Add "What can we do for you" section.
- Add an image of example usage.
0.1.2 2013-06-02T07:12:28Z
[Bug Fix]
- Update Moo dep to 1.000008 to solve bug caused by builder + 1.000007 Moo
[Dependencies::Stats]
- Dependencies changed since 0.1.1, see misc/*.deps* for details
- runtime: ↑1
0.1.1 2013-05-31T16:02:34Z
[Dependencies::Noteworthy]
- Use Path::Iterator::Rule
[Dependencies::Stats]
- Dependencies changed since 0.1.0, see misc/*.deps* for details
- test: +1
[Documentation]
- Improve surface docs on MetaPOD::Assembler
- Various spelling mistakes
[Tests]
- Automatic self-validation test
0.1.0 2013-05-31T11:24:23Z
- First version.