-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathChanges
More file actions
64 lines (45 loc) · 1.58 KB
/
Copy pathChanges
File metadata and controls
64 lines (45 loc) · 1.58 KB
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
Revision history for DBIx-Class-Helper-Row-Enumeration:
{{$NEXT}}
v0.1.8 2019-07-13 11:02:25+01:00 Europe/London
[Documentation]
- Mention DBIx::Class::Helper::ResultSet::EnumMethods in SEE ALSO.
v0.1.7 2019-04-06 11:40:27+01:00 Europe/London
[Tests]
- Include more diagnostics for tests.
v0.1.6 2019-03-19 09:46:32+00:00 Europe/London
[Bug Fixes]
- Added Sub::Name as an explicit prereq, needed for some (buggy?)
installations.
[Documentation]
- Fixed typo.
- Bump copyright year.
v0.1.5 2018-11-18 16:48:14+00:00 Europe/London
[Enhancements]
- Removed explicit inheritance from DBIx::Class::Core.
[Documentation]
- Added INSTALL file to the distribution.
[Toolchain]
- Fixed minor type in dist.ini.
v0.1.4 2018-08-31 00:00:02+01:00 Europe/London
[Docuentation]
- Documented workaround for autogenerated schema classes.
[Bug Fixes]
- Require enum columns to have a list of values.
- Do not create a "0" method for unspecified coderef handers.
[Tests]
- Add tests of workarounds for autogenerated schema classes.
[Other]
- Minor code reformatting.
v0.1.3 2018-08-30 18:03:57+01:00 Europe/London
[Enhancements]
- Only check for a defined value if the column is nullable.
[Bug Fixes]
- Allow classes to be reloaded, #1 @arc
v0.1.2 2018-07-29 22:56:43+01:00 Europe/London
[Tests]
- Add SQL::Translator as a test prerequisite.
v0.1.1 2018-07-29 18:11:59+01:00 Europe/London
[Documentation]
- Fixed typo in SEE ALSO and added link to DBIx::Class.
v0.1.0 2018-07-29 18:07:35+01:00 Europe/London
- Initial release.