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
|
0.072 2021-07-21 Released-By: PERLANCAR; Urgency: medium; Backward-Incompatible: yes
- [incompatible change] Adjust to DefHash 1.0.13 (remove support for
PROP(LANG) syntax).
- Add options argument to prop(), get_prop().
- Use Regexp::Pattern::DefHash.
0.071 2020-01-04 Released-By: PERLANCAR; Urgency: low
- No functional changes.
- Some formatting, additional comments, and tweaking of examples.
0.070 2018-09-10 Released-By: PERLANCAR
- No functional changes.
- Fix dependency to DefHash (rel=x_spec).
0.06 2016-07-12 Released-By: PERLANCAR
- Update to DefHash 1.0.10.
0.05 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.04 2014-12-10 Released-By: PERLANCAR
- No functional changes.
- Use new name of renamed/split module SHARYANTO::String::Util ->
String::Trim::More.
0.03 2012-11-10 Released-By: SHARYANTO
- Follow DefHash 1.0.3 (getting default value for default_lang from
LANG).
0.02 2012-09-26 Released-By: SHARYANTO
- Allow defhash() to accept and return Hash::DefHash object, so you can
use it without fear of "double wrapping".
0.01 2012-09-14 Released-By: SHARYANTO
- First version. Most methods have been implemented except
get_prop_all_langs() and set_prop_lang().
|