-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathChanges
34 lines (22 loc) · 835 Bytes
/
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
Revision history for Hash-Fold
1.0.0 2019-03-11
- bump minimum perl version from v5.6 to v5.8
- switch from Moose to Moo (#2) (djerius)
- improve error reporting (#3) (djerius)
0.1.2 2015-12-04
- when deserializing, prefer the longest delimiter in the
case where the array and hash delimiters share a common
prefix (thanks, Thomas Sibley)
0.1.1 2014-05-13
- doc cleanup: separate types/signatures from POD headers
0.1.0 2014-05-07
- fix bug that prevented empty arrayrefs and hashrefs being serialized
- add merge method/function
- rename on_seen -> on_cycle
- document options/attributes and OO/functional usage
- rm redundant (for now) t/unfold.t
0.0.2 2014-04-16
- fix test typo that was causing OOM errors
- doc fixlets
0.0.1 2014-04-15
- initial release