-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathChanges
61 lines (46 loc) · 1.76 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
This file documents the revision history for Perl extension Protocol::Redis
1.0021 03.09.2024 00:00:00
- Test unknown version excaption implementation
1.0020 03.09.2024 00:00:00
- Protocol::Redis implementation should fail on instantiating with unknown version (Grinnz)
1.0011 25.12.2019 00:00:00
- Fix improper integer value in protocol test (Grinnz)
1.0010 28.08.2019 00:00:00
- code cleanup, prerequirements improvement, updated metadata to
meta-spec (Grinnz)
- tests improved with binary-safe encoding tests (Grinnz)
- optimize encode() (Grinnz)
- optimize parse() (jhthorsen)
1.0006 03.05.2017 00:00:00
- fixed typo
1.0005 03.05.2017 00:00:00
- use ExtUtils::MakeMaker for Makefile.PL
1.0004 10.06.2015 00:00:00
- re-release with newer Module::Install
1.0003 03.02.2012 00:00:00
- ->get_messages() optimization
- pod fixup
1.0002 16.12.2011 00:00:00
- fixed multi-bulk nil message
1.0001 03.08.2011 00:00:00
- use Module::Install for Makefile.PL
1.0000 05.05.2011 00:00:00
- use_api method deprecated in favor of "api" argument of
constructor
- code cleanup
0.9002 06.04.2011 00:00:00
- tests improved
- package metadata improved
0.9001 19.02.2011 00:00:00
- encode method added
- multi-bulk message parsing fixed (dgl). Multi-bulk object' format
CHANGED!!!
- deleted newline method
- code optimization
- reusable tests added
- use_api method added
0.9000 26.02.2011 00:00:00
- on_command renamed to on_message
- get_command renamed to get_message
0.1000 01.02.2011 00:00:00
- first release