OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Data-Format-Pretty-Console?expand=0&rev=8
107 lines
3.1 KiB
Plaintext
107 lines
3.1 KiB
Plaintext
-------------------------------------------------------------------
|
|
Fri Mar 8 22:15:58 UTC 2024 - Tina Müller <tina.mueller@suse.com>
|
|
|
|
- Fix disabling of __perllib_provides
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Nov 17 03:06:12 UTC 2023 - Tina Müller <timueller+perl@suse.de>
|
|
|
|
- updated to 0.392
|
|
see /usr/share/doc/packages/perl-Data-Format-Pretty-Console/Changes
|
|
|
|
0.392 2023-08-07 Released-By: PERLANCAR; Urgency: medium
|
|
|
|
- Remove usage of smartmatch to avoid deprecation warning in perl
|
|
5.38+.
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Aug 9 03:07:03 UTC 2021 - Tina Müller <timueller+perl@suse.de>
|
|
|
|
- updated to 0.391
|
|
see /usr/share/doc/packages/perl-Data-Format-Pretty-Console/Changes
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Apr 3 06:52:23 UTC 2019 - Stephan Kulow <coolo@suse.com>
|
|
|
|
- updated to 0.38
|
|
see /usr/share/doc/packages/perl-Data-Format-Pretty-Console/Changes
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Feb 21 06:19:24 UTC 2017 - coolo@suse.com
|
|
|
|
- updated to 0.37
|
|
see /usr/share/doc/packages/perl-Data-Format-Pretty-Console/Changes
|
|
|
|
0.37 2016-03-13 (PERLANCAR)
|
|
|
|
- No functional changes.
|
|
|
|
- Bump prereq version Data::Unixish to 0.54 [RT#112947].
|
|
|
|
|
|
0.36 2016-03-11 (PERLANCAR)
|
|
|
|
- Replace JSON with JSON::MaybeXS.
|
|
|
|
|
|
0.35 2015-10-20 (PERLANCAR)
|
|
|
|
- No functional changes.
|
|
|
|
- Avoid runtime requires of Data::Unixish (now only TestRequires).
|
|
|
|
|
|
0.34 2015-08-17 (PERLANCAR)
|
|
|
|
- No functional changes.
|
|
|
|
- Switch from Log::Any to Log::Any::IfLOG.
|
|
|
|
-------------------------------------------------------------------
|
|
Sun May 3 08:23:36 UTC 2015 - coolo@suse.com
|
|
|
|
- updated to 0.33
|
|
see /usr/share/doc/packages/perl-Data-Format-Pretty-Console/Changes
|
|
|
|
-------------------------------------------------------------------
|
|
Sun May 3 08:23:35 UTC 2015 - coolo@suse.com
|
|
|
|
- updated to 0.11
|
|
see /usr/share/doc/packages/perl-Data-Format-Pretty-Console/Changes
|
|
|
|
0.11 2011-08-11
|
|
|
|
No functional changes. Added Data::Format::Pretty::Text which is a
|
|
shortcut for formatting with Console with option interactive=1, while
|
|
Data::Format::Pretty::SimpleText is a shortcut for interactive=0.
|
|
|
|
|
|
0.10 2011-07-28
|
|
|
|
[INCOMPATIBLE CHANGES]
|
|
|
|
- In interactive (table) mode, no longer prints header row for array,
|
|
hash, and aoa data (they are quite meaningless anyway, respectively:
|
|
"data", "key, value", and "col0, col1, ..."). No changes in
|
|
non-interactive (tab-separated text) mode, since headers are never
|
|
printed.
|
|
|
|
|
|
0.09 2011-06-15
|
|
|
|
No functional changes. Internally restructured as OO to allow being
|
|
subclassed by Data::Format::Pretty::HTML.
|
|
|
|
|
|
0.08 2011-05-20
|
|
|
|
[ENHANCEMENTS]
|
|
|
|
- Add option: table_column_orders.
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Mar 03 21:22:38 CET 2011 - pascal.bleser@opensuse.org
|
|
|
|
- initial version (0.07)
|
|
|