File: Changes

package info (click to toggle)
libperinci-sub-normalize-perl 0.207-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 176 kB
  • sloc: perl: 302; makefile: 2
file content (185 lines) | stat: -rw-r--r-- 4,417 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
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
0.207   2022-12-19  Released-By: PERLANCAR; Urgency: low

        - No functional changes.

        - [ux] Tweak an error message to be more informative.


0.206   2022-12-09  Released-By: PERLANCAR; Urgency: high

        - Derp, fix another checking error.


0.205   2022-12-09  Released-By: PERLANCAR; Urgency: high; Broken: yes

        - [bugfix] Multiple slurp=1 and slurpy/pos clash were not checked.

        - UPDATE: this release is broken due to a bug, please use 0.206.


0.204   2022-12-09  Released-By: PERLANCAR; Urgency: high

        - [bugfix] Fix logic bug caused by typo.

        - Enable support for deprecated argument spec property 'greedy' because
          it will make us properly strict in this case.


0.203   2022-12-09  Released-By: PERLANCAR; Urgency: medium; Broken: yes

        - Perform some checks on function metadata (currently only check
          pos/slurpy).

        - UPDATE: this release is broken due to a bug, please use 0.204.


0.202   2021-08-01  Released-By: PERLANCAR; Urgency: medium

	- Bump prereq version Sah::Schema::rinci::function_meta to 1.1.96.0
	  (RT#138252).


0.201   2021-08-01  Released-By: PERLANCAR; Urgency: medium

	- Update test to newer Data::Sah::Normalize (0.051) (RT#138212).


0.200   2018-09-10  Released-By: PERLANCAR

	- No functional changes.

	- [dist] Remove dependency to DefHash.


0.19    2016-12-11  Released-By: PERLANCAR

	- No functional changes.

	- Bump prereq version Sah::Schema::rinci::function_meta to 1.1.82
	  (introduced 'index_completion' argument spec property).


0.18    2016-05-11  Released-By: PERLANCAR

        - [test] Bump optional test prereq version
          Perinci::Sub::Property::{test,result::table} to avoid test failures
          [RT#114308].


0.17    2016-05-10  Released-By: PERLANCAR

        - Update to Sah::Schema::rinci::function_meta which replaces
          Sah::Schema::Rinci.


0.16    2016-04-12  Released-By: PERLANCAR

        - No functional changes.

        - Fix test [RT#113688].


0.15    2016-01-07  Released-By: PERLANCAR

	- Downgrade dependency to Perinci::Sub::Property::retry optional,
	  to avoid circular dependency problem [RT#110958].


0.14    2015-12-23  Released-By: PERLANCAR

	- Move accessing %Sah::Schema::Rinci::SCHEMAS inside function, to
	  allow more flexibility (e.g. Sah::Schema::Rinci reloaded between
	  invocation).

	- Remove devscripts/bench (see
	  Bencher::Scenario::Perinci::Sub::Normalize now).


0.13    2015-09-30  Released-By: PERLANCAR

	- No functional changes.

	- Bump prereq Sah::Schema::Rinci to 1.1.78.


0.12    2015-09-04  Released-By: PERLANCAR

	- No functional changes.

	- [dist] Move spec prereqs from RuntimeRequires to
	  DevelopRecommends to reduce deps but still allow indicating spec
	  requirement.


0.11    2015-04-24  Released-By: PERLANCAR

	- [Bugfix] Regression: 'summary (id)' should be a syntax error;
	  refactor code to be cleaner.


0.10    2015-04-24  Released-By: PERLANCAR

        - Normalize 'prop(LANG)' to 'prop.alt.lang.LANG' (DefHash 1.0.10).

        - Add benchmark devscript.


0.09    2015-01-07  Released-By: PERLANCAR

	- No functional changes.

	- Include require() error in error message.


0.08    2014-10-17  Released-By: PERLANCAR

	- Support loading argument specification property module
          (Perinci/Sub/Property/arg/<prop>.pm).


0.07    2014-10-09  Released-By: PERLANCAR

	- Support argument submetadata (introduced in Rinci 1.1.55).


0.06     2014-07-08  Released-By: SHARYANTO

         - No functional changes.

         - Replace Data::Sah with Data::Sah::Normalize (smaller, less deps).


0.05     2014-05-01  Released-By: SHARYANTO

         - No functional changes.

         - Add more test.

         - Bump version requirement of Sah::Schema::Rinci to avoid fail reports
           [CT].


0.04     2014-04-30  Released-By: SHARYANTO

         - No functional changes.

         - Hide error message from Perl's require() which is too technical and
           exposes @INC (paths).


0.03     2014-04-30  Released-By: SHARYANTO

         - Try loading Perinci::Sub::Property::* module first before croaking of
           unknown property.


0.02     2014-04-28  Released-By: SHARYANTO

         - Add option: remove_internal_properties (bool, default 0).

         - Fix handling of attributes.


0.01     2014-04-28  Released-By: SHARYANTO

         - First release.