File: Changes

package info (click to toggle)
libdefhash-perl 2.0.1-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 168 kB
  • sloc: perl: 39; makefile: 2
file content (117 lines) | stat: -rw-r--r-- 2,824 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
2.0.1   2022-10-21  Released-By: PERLANCAR; Urgency: low

        - No spec changes.

        - Add HISTORY section.


2.0.0   2021-08-14  Released-By: PERLANCAR; Urgency: medium

        - No changes from 1.0.13.

        - Properly bump version number from 1.x to 2.x due to backward
          incompatible changes (defhash_v 1->2).


1.0.13  2021-07-21  Released-By: PERLANCAR; Urgency: medium; Backward-Incompatible: yes

        [INCOMPATIBLE CHANGES]

        - [removed] Remove support for "PROP(LANG)" syntax, to make DefHash
          rules simpler and more orthogonal. This must now be written as
          "PROP.alt.lang.LANG".

	- Change alt combination rule. Previously, when multiple alt subjects
          are specified, for example lang=id_ID and env=cmdline, it must be
          written as "PROP.alt.env_lang.cmdline.id_ID". It is now changed to
          either "PROP.alt.env.cmdline.lang.id_ID" or
          "PROP.alt.lang.id_ID.env.cmdline". Implementations are free to do a
          first-match when getting the property's value.

        [OTHERS]

        - Make it clear that uppercase letters are acceptable in
          property/attribute name. Tweak the regexes.

	- Mention implementations.


1.0.12  2019-06-18  Released-By: PERLANCAR

        - No spec changes.

        - Add a Synopsis.

        - Split Sah schemas to Sah-Schemas-DefHash so that schema tweaks don't
          require releasing a new spec release.


1.0.11  2015-09-03  Released-By: PERLANCAR

	- No spec changes.

	- Remove requirement of perl 5.010001.


1.0.10  2015-04-24  Released-By: PERLANCAR

	- Introduce 'prop(LANG)' as shortcut for prop.alt.lang.LANG.


1.0.9   2015-04-02  Released-By: PERLANCAR

	- Rename alt.numnoun.* to alt.plurality.*.


1.0.8   2014-12-02  Released-By: PERLANCAR

	- Change alt.{neg,pos,posneg} to alt.bool.{not} to allow alternate
	  combination; specify alt.numnoun.


1.0.7   2014-11-20  Released-By: PERLANCAR

        - No spec changes.

        - Mention 'alt.neg' and 'alt.posneg'.


1.0.6   2014-10-22  Released-By: PERLANCAR

        - Introduce 'caption' property.


1.0.5   2014-04-27  Released-By: SHARYANTO

        - No spec changes.

        - Add Sah::Schema::DefHash.


1.0.4   2014-03-27  Released-By: SHARYANTO

        - Specify that each tag in 'tags' can also be a defhash (this is already
          practised by Perinci::Sub::Gen::AccessTable for some time).

        - Fix typos.


1.0.3   2013-04-11  Released-By: SHARYANTO

        - Introduce property 'x'.


1.0.2   2012-11-10  Released-By: SHARYANTO

        - Property 'default_lang' should be set to LANG first before falling
          back to 'en_US'.


1.0.1   2012-09-14  Released-By: SHARYANTO

        - No spec changes. Fix typos.


1.0.0   2012-09-14  Released-By: SHARYANTO

        - First version.