-
Notifications
You must be signed in to change notification settings - Fork 4
/
Changes
70 lines (45 loc) · 1.71 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
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
Revision history for Perl extension Locale::Babelfish.
{{$NEXT}}
2.13 Thu Feb 01 12:55:00 2024 MSK
- Added support of nested lists and hashrefs
2.12
- Fix caching issue with list processing
2.11 Thu Nov 09 17:41:00 2023 MSK
- Temporary bugfix of caching params in nested hashrefs in lists
2.10 Wed Nov 30 15:01:00 2022 MSK
- Added support of lists with flat (non-nested) hashrefs
- Minor CS fixes
2.005 Wed Mar 28 12:10:12 2018 +0000
- Fixing bug: Exception when list has undefined items, now we return undef as is
2.004
- Added some missing test dependencies
- Added feature to work with lists in dictionaries
2.002
- Removed one internal (unexisting on CPAN) dependency
2.001
- Bulk backport of changes. Can cause minor compatibility problems
1.000001
[ FEATURES ]
- "watch" option added that allow to automatically
reload all dictionaries if something changed on disk.
We do not recommend use this option in production.
- call "check_for_changes" method to watch.
[ MISC ]
- fixed 'missing_build_prereqs' error
1.000000 Thu Nov 27 10:01:57 2014 +0000
[ FEATURES ]
- Selfhosted parsing and compilation of phrases
- Supports Babelfish 1.0 syntax and API
- Reworked dependencies (now depends on YAML::Syck)
0.06 Fri Jun 27 13:39:59 2014 +0000
0.05 Wed Jun 4 15:12:50 2014 +0000
0.04 Tue Jun 3 12:29:08 2014 +0000
0.03 Tue Jun 3 12:24:15 2014 +0000
0.02 Tue Jun 3 12:03:45 2014 +0000
[ TESTS ]
- added stardard tests (compile, eol, tabs).
[ MISC ]
- dzilify distribution.
0.01 Sat May 31 20:19:42 2014
- original version; created by h2xs 1.23 with options
-AX -n Locale::Babelfish -v 0.01