File: ChangeLog

package info (click to toggle)
libstring-print-perl 1.02-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 208 kB
  • sloc: perl: 989; makefile: 2
file content (129 lines) | stat: -rw-r--r-- 3,065 bytes parent folder | download
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
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129

========== version history of String::Print

All modifications where created by Mark Overmeer, unless explicitly
stated differently.

version 1.02: Tue  9 Dec 13:49:31 CET 2025

	Changes:
	- remove the blank before kB in BYTES.

	Fixes:
	- remove correct redundant separator from thousands in %d
	- do not use %F and %T in date formats, for broken Windows
	  github issue #2 [Phil Perry]

	Improvements:
	- flexible format for the DT modifier
	- formats for DATE modifier

version 1.01: Thu  4 Dec 16:43:36 CET 2025

	Improvements:
	- add UNKNOWN modifier
	- doc improvements

version 1.00: Wed  3 Dec 13:21:40 CET 2025

	Improvements:
	- add bugtracker to meta
	- add ellipsis EL modifier
	- add CHOP modifier
	- add defaults configuration
	- better document encodeFor()
	- add DateTime support for time modifiers

version 0.96: Fri 12 Sep 14:01:16 CEST 2025

	Improvements:
	- thousands markers in %d
	- add date modifier RFC5322
	- add modifier '='
	- further documentation improvements

version 0.95: Mon  8 Sep 14:06:53 CEST 2025

	Changes:
	- require 5.16

	Fixes:
	- printp formats which start with a '%' were not processed

	Improvements:
	- modifier HTML
	- add .gitignore
	- convert to OODoc 3.03

version 0.94: Sun  1 Mar 12:37:41 CET 2020

	Fixes:
	- fix metadata [Mohammad S Anwar]
	- test failed when year with blanks [cpantesters]

version 0.93: Tue Jan 23 22:08:31 CET 2018

	Improvements:
	- convert to GIT
	- publish via GitHUB

version 0.92: Thu  6 Jul 12:31:36 CEST 2017

	Fixes:
	- %F and %T not supported on Windows [cpantesters]

version 0.91: Tue 27 Jun 17:10:58 CEST 2017

	Improvements:
	- add output encoding (encodeFor)
	- add complex keys
	- add modifier BYTES
	- add time modifiers
	- add default modifier '//'
	- add new(missing_key) with warning

version 0.90: Wed 14 Jun 14:47:03 CEST 2017

	Improvements:
	- spell-fix rt.cpan.org#96464 [Gregor Herrmann, Debian]

version 0.15: Fri Mar 14 09:06:18 CET 2014

	Fixes:
	- t/11modif.t regression test, where float may get ',' under
	  some locales [cpantesters]

version 0.14: Mon Mar 10 16:11:30 CET 2014

	Improvements:
	- changed documentation style

version 0.13: Sun Jan  5 16:51:09 CET 2014

	Improvements:
	- docs: fune-tuning
	- serializer for SCALAR
	- accept blanks around names of interpolated variable names
	- accept digits in variable names, not as first character.

version 0.12: Mon Apr 29 09:16:23 CEST 2013

	Changes:
	- %c --> %S [Amsterdam Perl Mongers]

	Improvements:
	- docs: correct syntax for links to alternative modules.
	- docs: PND -> GBP [H.Merijn Brand]

version 0.11: Tue Apr 16 12:27:54 CEST 2013

	Fixes:
	- require perl 5.10 for '//' operator [cpantesters]
	- fix tests to use gmtime, not localtime [cpantesters]
	- some documentation layout improvements [search.cpan.org]
	- in examples: strftime "%TT%FZ" --> "%FT%TZ", of course
	- in tests: Windows doesn't support %T nor %F, expand format
	- any format with strings must be transformed into utf8

version 0.10: Mon Apr 15 12:06:32 CEST 2013
	- implementation, documentation and regression tests.