Revision history for DBIx-Class-Helper-WindowFunctions:
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.