-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathChanges
173 lines (120 loc) · 4.13 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
Revision history for {{ $dist->name }}:
{{$NEXT}}
[Documentation]
- Documented support policy for older Perls.
[Tests]
- Increased recommended minimum version of Moo for MooX::TypeTiny tests.
v0.6.1 2023-01-12 14:25:42+00:00 Europe/London
No changes sicne v0.6.0.
v0.6.0 2023-01-10 14:46:04+00:00 Europe/London (TRIAL RELEASE)
[Incompatible Changes]
- Minimum Perl version is v5.14.
- The deprecated "wo" (write once) attribute type has been removed. Use "once" instead.
[Documentation]
- Bumped copyright year.
- Added Sub::Trigger::Lock to SEE ALSO.
- Documented support for older Perl versions.
[Other]
- Added GitHub Actions to run tests.
v0.5.4 2022-09-04 16:02:53+01:00 Europe/London
[Other]
- Sign distribution.
- Update MANIFEST.SKIP.
v0.5.3 2022-04-03 17:42:59+01:00 Europe/London
[Bug Fixes]
- Writers will throw errors, unless it is a write-once attribute.
- Clearers will throw errors.
- Fix error check for triggers on value types.
v0.5.2 2022-04-03 16:30:15+01:00 Europe/London
[Bug Fixes]
- Wrap coercions, fixes GH#4.
[Documentation]
- Bumped copyright year.
- Fix encoding of links in README.
[Other]
- Removed bad rule from MANIFEST.SKIP.
v0.5.1 2021-06-21 16:47:46+01:00 Europe/London
[Documentation]
- Bumped copyright year.
- Updated SEE ALSO.
v0.5.0 2020-12-30 16:54:53+00:00 Europe/London
[Enhancements]
- Added "once" as alternative to "wo" attributes. "wo" is now an
alias for "once", and is documented as deprecated, GH#3.
v0.4.5 2020-11-21 12:44:03+00:00 Europe/London
[Documentation]
- Noted different meaning of "wo" attributes in Class::Accessor.
v0.4.4 2020-07-31 14:44:28+01:00 Europe/London
[Toolchain]
- Add core modules in the prerequisites.
v0.4.3 2020-01-10 12:08:40+00:00 Europe/London
[Documentation]
- Added a note about using with Moose and Mouse.
- Added link to Types::Const in KNOWN ISSUES.
[Tests]
- Added tests with Moose.
[Other]
- Added MooX::TypeTiny and Moose as recommended test modules.
v0.4.2 2020-01-04 12:59:01+00:00 Europe/London
[Tests]
- Fix MooX::TypeTiny test to bail out if MooX::TypeTiny missing, #1.
v0.4.1 2020-01-03 18:34:29+00:00 Europe/London
[Documentation]
- Bump copyright year.
[Tests]
- Add tests with MooX::TypeTiny.
[Other]
- Recommend MooX::TypeTiny as prereq.
v0.4.0 2019-11-15 17:54:30+00:00 Europe/London
[Enhancements]
- Added "strict" option to only apply read-only constraints in
strict mode.
v0.3.1 2019-04-02 18:47:14+01:00 Europe/London
[Other]
- Removed unnecessary prerequisites.
v0.3.0 2019-04-02 18:35:06+01:00 Europe/London
[Incompatable Changes]
- Removed support for Perls before v5.10.1.
[Documentation]
- Documented handling of non-existent hash reference keys.
[Tests]
- Added more tests.
v0.2.2 2018-12-06 18:00:47+00:00 Europe/London
[Other]
- Added recommended minimum version of Types::Const.
- Recommend Type::Tiny::XS.
v0.2.1 2018-11-16 18:28:00+00:00 Europe/London
[Documentation]
- Added a ROADMAP section for planned changes.
[Tests]
- Added more tests.
v0.2.0 2018-11-10 23:03:30+00:00 Europe/London
[Enhancements]
- Add support for write-once attributes.
- Dies if a trigger is added to a constant attribute.
[Bug Fixes]
- Use version module for older Perls.
[Documentation]
- Updated ABSTRACT and POD accordingly.
[Toolchain]
- Use a different Pod::Coverage plugin.
v0.1.4 2018-11-10 12:27:54+00:00 Europe/London
[Documentation]
- Fixed typo.
v0.1.3 2018-11-10 12:23:52+00:00 Europe/London
[Documentation]
- Credited ideas for the module to Kang-min Liu 劉康民 <[email protected]>.
[Toolchain]
- Removed some redundant dependencies.
[Other]
- Bumped minimum version of Types::Const.
v0.1.2 2018-11-10 01:30:19+00:00 Europe/London
[Bug Fixes]
- Actually set the coercion.
[Documentation]
- Elaborated on what this is equivalent to.
v0.1.1 2018-11-10 00:28:47+00:00 Europe/London
[Bug Fixes]
- Specified a minimum version of Types::Const.
v0.1.0 2018-11-10 00:25:46+00:00 Europe/London
- Initial release.