Revision history for DBIx-Class-Helper-TableSample:
v0.5.0 2023-11-21 17:19:41+00:00 Europe/London
[Enhancements]
- Added the tablesample method, GH#3.
[Documentation]
- Reorganised POD.
[Tests]
- Cleaned up prerequisite reports.
v0.4.0 2023-05-08 20:15:52+01:00 Europe/London
[Incompatible Changes]
- Perl v5.14 or later is required to use this module.
[Documentation]
- Bumped copyright year.
- Support policy for older Perls is documented.
[Other]
- Sign release.
v0.3.2 2022-10-13 22:08:00+01:00 Europe/London
[Documentation]
- Fixed typos.
- Added explicit note that some databases require a sampling method.
- Renamed CAVEATS to KNOWN ISSUES.
v0.3.1 2022-07-26 15:17:48+01:00 Europe/London
[Documentation]
- Fixed typos.
v0.3.0 2022-07-26 10:08:26+01:00 Europe/London
[Incompatible Changes]
- "type" has been renamed to "method", but "type" will still be
supported for backwards compatability.
[Documentation]
- Minor rewording.
- Fixed typo in SYNOPSIS.
- Bump copyright year.
- Fixed encoding of links in README.
[Toolchain]
- Updated MANIFEST.SKIP.
v0.2.0 2019-08-31 21:44:36+01:00 Europe/London
[Documentation]
- Minor rewording to improve clarity.
[Enhancements]
- Use Ref::Util for checking reference types.
- Scalar references for fraction and repeatable are dereferenced.
v0.1.0 2019-08-31 16:48:56+01:00 Europe/London
- Initial version released.