-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathChanges
152 lines (102 loc) · 3.52 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
142
143
144
145
146
147
148
149
150
151
152
Revision history for Test::Roo::DataDriven
{{$NEXT}}
[Documentation]
- Added security policy.
- Updated copyright year.
- Fixed encoding of links in README.md.
[Other]
- Update MANIFEST.SKIP rules.
v0.4.2 2019-07-17 17:34:44+01:00 Europe/London
[Tests]
- Add more diagnostics of installed modules.
v0.4.1 2019-07-13 11:07:47+01:00 Europe/London
[Documentation]
- Added INSTALL file to the distribution.
- Updated copyright year.
[Toolchain]
- Added keywords to distribution metadata.
- Tweaks to dist.ini for simplifying build.
- MANIFEST.SKIP updated.
v0.4.0 2018-05-24 22:18:38+01:00 Europe/London
[Enhancements]
- Minimum version lowered to v5.8.
[Toolchain]
- Remove core and redundant prereqs.
v0.3.1 2018-01-05 17:49:19+00:00 Europe/London
[Tests]
- Added more tests.
[Toolchain]
- Ref::Util::XS is recommended.
[Other Changes]
- Minor code changes to make namespaces easier to test.
- Code layout changes.
v0.3.0 2017-12-21 17:27:27+00:00 Europe/London
[Enhancements]
- Allow @ARGV to override files, #2.
[Documentation]
- Change example of skipped test for consistency.
- Added note about minimum Perl version.
[Toolchain]
- Include cpanfile in the distribution.
v0.2.2 2017-12-20 13:57:22+00:00 Europe/London
[Documentation]
- Document how to skip all tests, #1.
[Tests]
- Remove language-specific error check, #6.
- Add test for skip_all, #1.
v0.2.1 2017-12-18 01:18:37+00:00 Europe/London
[Tests]
- Skip error tests if the locale language is not English,
as a workaround for locale issues, #6.
v0.2.0 2017-12-17 00:21:59+00:00 Europe/London
[Enhancements]
- Check that return type is either an array or hash reference.
- Add the parser option to support alternative data file formats.
- Improved error diagnostics.
- Namespaces are cleaned up after data files are parsed.
[Documentation]
- Note that the file argument for the filter and parser options is a
Path::Tiny object.
- Document that data files are parsed in their own namespaces.
- Reorganized the documentation.
- Update the POD.
[Tests]
- Added more tests.
- Added various author/release tests.
[Other Changes]
- Change internal _build_data_files method to use a hash reference.
[Toolchain]
- Explicitly specify more authordeps.
v0.1.4 2017-12-15 16:34:15+00:00 Europe/London
[Toolchain]
- Modify dist.ini to via double-tagging on releases, #3.
v0.1.3 2017-12-15 16:21:07+00:00 Europe/London
[Documentation]
- Tidied up abstract in pod as reported by CPANTS (Mohammad S Anwar)
[Tests]
- Added various author/release tests.
- Increased minimum version of Time::Piece so that tests pass on
Perl v5.10.
- Add tests for failed parsing of data files, #4.
[Toolchain]
- Using Pod::Weaver to build the documentation.
- Using ReadmeAnyFromPod plugin to build the README, since it seems
to work better with Pod::Weaver plugin.
v0.1.2 2017-12-14 17:50:40+00:00 Europe/London
[Documentation]
- Fix typo in the POD markup.
- Add note about using ToolSet.
[Other]
- Added MANIFEST.SKIP to remove backup files and cruft from the
distribution.
[Tests]
- Added various author/release tests.
v0.1.1 2017-12-14 13:48:51+00:00 Europe/London
[Tests]
- Explicitly add test requirements for modules used by the test
data.
[Documentation]
- Add Known issue about prerequisite scanners and module imports in
test data.
v0.1.0 2017-12-14 13:21:37+00:00 Europe/London
- Initial release