-
Notifications
You must be signed in to change notification settings - Fork 3
/
Changes
39 lines (33 loc) · 1.41 KB
/
Changes
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
Revision history for Hash-MoreUtils
0.06 2018-06-08
- update toolchain for modern perl environments including
* automated regression test
* test coverage analyzation
* pod coverage
- introducing common code style
- introduce a bunch of missing functions:
* slice_without (Thanks to Theo van Hoesel <[email protected]>)
* slice_missing / slice_missing_map (Thanks to Christoph Zimmermann <[email protected]>)
* slice_notdef / slice_notdef_map (Thanks to Christoph Zimmermann <[email protected]>)
* slice_true / slice_true_map
* slice_false / slice_false_map
0.05 2013-12-09
- Fix hashsort with sort block (Koichi Nakashima - http://nksm.name)
0.04 2013-10-04
- add slice_map family
- Changes reformatted as per CPAN::Changes::Spec
0.03 2013-09-07
- Add documentation about intended behaviour of slice* when no
list given (fixing RT#77429 and RT#57095), thanks to Titi Ala'ilima
and Bernhard Graf
- Changes reformatted as per CPAN::Changes::Spec
- Move to GitHub.com
0.02 2010-04-28
- Taking maintainership (Jens Rehsack)
- Implement optimized versions for slice, slice_exists and
slice_def
- Add test for each function to work proper with default keys
- Add safe_reverse as wished in RT#48403 (Ed Davis)
- Add test for hashsort
0.01 2005-11-05
- First version, released on an unsuspecting world.