-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathChanges
173 lines (136 loc) · 4.32 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
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
Release history for HTTP-Tiny-Mech
{{$NEXT}}
1.001002 2017-03-10T13:22:58Z 91e962a
- Bugfix: Avoid test failures with -Ddefault_inc_excludes_dot
- Minor test refactoring
- Added compat for older Test::More
[Dependencies::Stats]
- Dependencies changed since 1.001001, see misc/*.deps* for details
- configure: +1 (recommends: ↑1)
- develop: +14 ↑4 -3 (recommends: +1, suggests: ↑2)
- test: +2 ↓1 (recommends: ↑1 ↓1)
1.001001 2014-08-15T06:11:34Z
[00 Trivial]
- no code changes.
- metdata updates
- whitespace adjustments.
- test tweaks.
[Dependencies::Stats]
- Dependencies changed since 1.001000, see misc/*.deps* for details
- configure: ↓1
- develop: +1 (suggests: ↑1)
- test: +1 -3 (recommends: ↑1 -1)
[Metadata]
- 1x Contributor is now recognised as contributor instead of an author
[Misc]
- POD moved around so generated source has less whitespace at the top.
[Tests]
- Test::ReportPrereqs was updated automatically, and is now more useful.
1.001000 2014-07-17T15:22:19Z
[00 Major]
- Recoded construction to work without Class::Tiny, as the logic is much more difficult since 1.000
- Test Coverage increased to 100%
- Misc packaging cleanups
[Dependencies::Stats]
- Dependencies changed since 1.000000, see misc/*.deps* for details
- develop: +3 -3 (suggests: +2 -1)
- runtime: -1
- test: +1
1.000000 2014-05-10T02:41:46Z
[00 Minor]
- Mostly a packaging changes, not interesting code changes, but downstream vendors who package by hand may need to pay
attention.
[01 Tooling]
- Now uses ExtUtils::MakeMaker instead of Module::Build
- Now defaults to Minimum requirements and "latest" are only recommended ( Previously it required very recent versions
of toolchain things needlessly )
[02 Version Scheme]
- Moved from x.y.z to x.yyyzzz
- This is the primary reason for the 1.x on the box.
[Dependencies::Aggregate]
- 5.008009 : 64 → 61
- 5.010001 : 48 → 45
- 5.018002 : ? → 25
- 5.019000 : 29 → ?
- 5.019009 : ? → 28
[Dependencies::Stats]
- Dependencies changed since 0.2.1, see misc/*.deps* for details
- build: -1
- configure: +1 -1 (recommends: +1)
- develop: +7 ↑1 -9
- test: +4 ↓1 (recommends: +4)
0.2.1 2013-11-24T00:55:35Z
[Dependencies::Noteworthy]
- Needs HTTP::Tiny 0.022 for tests.
[Dependencies::Stats]
- Dependencies changed since 0.2.0, see misc/*.deps* for details
- runtime: ↑1
- test: +1
0.2.0 2013-11-24T00:18:47Z
[00 Major]
- Internals refactored in terms of Class::Tiny, removing the need for Moose to do basically nothing.
[Dependencies::Noteworthy]
- use Class::Tiny
- no longer uses Moose and MooseX::NonMoose
[Dependencies::Stats]
- Dependencies changed since 0.1.4, see misc/*.deps* for details
- develop: ↑1
- runtime: +2 -2
[Documentation]
- Changes retroactively tided.
[Tests]
- Basic constructor tests added.
0.1.4 2013-11-21T07:32:56Z
[00 Maint release]
[Dependencies::Noteworthy]
- use Module::Build 0.4202
- use Test::More 1.001002
[Dependencies::Stats]
- Dependencies changed since 0.1.3, see misc/*.deps* for details
- build: ↑1
- configure: ↑1
- develop: +45 -1 (recommends: -1, suggests: +1 -1)
- test: ↑1 -2
[Documentation]
- Update ©
- UTF-8 encoding
[Meta]
- Issues to Github
[Packaging]
- utilise test_requires
- utilise new fallback code
[Tests]
- Use new Compile::PerFile
- Regen report versions to hide develop reqs
- Regen CPAN Changes test
- Regen Kwalitee test
0.1.3 2012-11-08T14:06:30Z
[Bugs]
- Resolves github #1 "Adjust get() to bridge HTTP::Tiny and WWW::Mechanize APIs", reported by Pedro Melo, with fix by
Pedro Melo.
- Resolves RT#80674 , essentially github #1, reported by Diogo Franco
[Dependencies::Noteworthy]
- perl = 5.006
- use Module::Build 0.4003
- use Test::More 0.98
[Dependencies::Stats]
- Dependencies changed since 0.1.2, see misc/*.deps* for details
- build: ↑1
- configure: ↑1
- develop: +5 (recommends: ↑1, suggests: ↑1)
- runtime: +1
- test: ↑1
[Documentation]
- Added Pedro Melo to author list
[Tests]
- regenerated t/00-compile.t
- regenerated t/000-report-versions-tiny.t
- added xt/release/minimum-version.t
0.1.2 2011-10-17T09:42:07Z
[Internals]
- Query the Request Object for success code instead of passing 1.
0.1.1 2011-10-17T03:48:43Z
[Packaging]
- Bloody UTF8 Encoding.
0.1.0 2011-10-17T03:44:31Z
- First version.