File: Changes

package info (click to toggle)
libdata-sah-normalize-perl 0.051-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 172 kB
  • sloc: perl: 209; makefile: 2
file content (53 lines) | stat: -rw-r--r-- 1,496 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
0.051   2021-07-29  Released-By: PERLANCAR

        - Mark as non-developer release.


0.050_001 2021-07-20  Released-By: PERLANCAR; Backward-Incompatible: yes; Developer-Release: yes

          - [incompatible change] Extras part are now removed to better comply
            with Sah 0.9.47+; it must also be empty now, normalize_schema() dies
            on input that contains non-empty extras part.


0.050   2018-09-10  Released-By: PERLANCAR

	- No functional changes.

	- Remove unnecessary dependency to DefHash.

	- [removed] Remove benchmark devscript, see
	  Bencher::Scenario::DataSah::normalize_schema instead.


0.04    2015-09-06  Released-By: PERLANCAR

	- No functional changes.

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


0.03    2015-04-24  Released-By: PERLANCAR

        - Add prototype to normalize_schema($) to catch common error like
          normalize_schema(int => min=>1) when it should be
          normalize_schema([int => min=>1]).

        - Add benchmark devscript.


0.02    2015-04-24  Released-By: PERLANCAR

	- No functional changes.

	- Mark compliance to DefHash 1.0.10 and add test (code to support
	  'prop(LANG)' has been previously added but not yet
	  documented/tested).


0.01     2014-07-08  Released-By: SHARYANTO

         - First release, split from Data-Sah to provide something minimal for
           those that need normalizing functionality only.