-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathChanges
101 lines (69 loc) · 2.37 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
Revision history for {{$dist->name}}:
{{$NEXT}}
[Incompatible Changes]
- Bumped the minimum Perl to v5.20.
[Enhancements]
- The code uses newer Perl syntax features.
[Documentation]
- Added security policy.
[Tests]
- Added more author tests.
[Toolchain]
- Updated keywords in the distribution metadata.
v0.6.0 2024-09-24 16:32:13+01:00 Europe/London
[Enhancements]
- Add support for filter clauses GH #1.
- Add support for aggregate function filters without a window.
[Documentation]
- Updated documentation with more details.
v0.5.0 2024-09-23 23:29:02+01:00 Europe/London
[Incompatible Changes]
- Removed deprecated DBIx::Class::Helper::ResultSet::WindowFunctions.
[Documentation]
- Updated copyright year.
[Tests]
- Added redundant prerequisite for tests.
[Other Changes]
- Removed pruning of core prerequsites.
v0.4.0 2023-05-08 20:15:22+01:00 Europe/London
[Incompatible Changes]
- Upgraded the minimum Perl version to v5.14.
[Documentation]
- Documented support policy for older Perls.
- Fixed encoding of links in README.
- Bumped copyright year.
[Other]
- Sign distribution.
v0.3.0 2019-08-31 23:17:38+01:00 Europe/London
[Important Changes]
- Renamed to DBIx::Class::Helper::WindowFunctions.
- DBIx::Class::Helper::ResultSet::WindowFunctions is a simple subclass
added for backwards compatability.
[Enhancements]
- Use Ref::Util for checking reference types.
v0.2.1 2019-08-30 18:25:22+01:00 Europe/London
[Documentation]
- Fix typo in SYNOPSIS.
v0.2.0 2019-04-06 11:27:29+01:00 Europe/London
[Incompatible Changes]
- Incremented minimum Perl version to v5.10, since the $VERSION string
was never handled properly.
[Documentation]
- Added INSTALL file to the distribution.
- Updated Copyright year.
[Tests]
- Added minimum version for prereq of SQL::Abstract::Test.
[Toolchain]
- Added keywords to distribution metadata.
v0.1.2 2018-05-24 21:19:08+01:00 Europe/London
[Documentation]
- Fixed a broken Changes file due to a toolchain hiccup.
[Tests]
- Tests use Test::Roo::DataDriven.
- Removed dependency on Test::Most.
v0.1.1 2018-05-23 01:20:21+01:00 Europe/London
[Tests]
- Added redundant dependency on SQL::Abstract for diagnostics.
- Added missing test prerequisites.
v0.1.0 2018-05-22 23:17:53+01:00 Europe/London
- Initial release.