File tree Expand file tree Collapse file tree 1 file changed +13
-9
lines changed Expand file tree Collapse file tree 1 file changed +13
-9
lines changed Original file line number Diff line number Diff line change 1
1
# Change Log
2
2
All notable changes to this project will be documented in this file.
3
3
4
- ## v0.2.0 - 2018-06-26
4
+ ## 0.2.1 - 2018-09-14
5
+ ### Update:
6
+ - Move to final classes and type-hints
7
+
8
+ ## 0.2.0 - 2018-06-26
5
9
### Updated:
6
10
- required php version changed to 7.2
7
11
8
- ## v0 .1.6 - 2018-06-26
12
+ ## 0 .1.6 - 2018-06-26
9
13
### Fixed:
10
14
- updated composer dependencies
11
15
12
- ## v0 .1.5 - 2018-01-03
16
+ ## 0 .1.5 - 2018-01-03
13
17
### Fixed:
14
18
- protocol parser throws ` WrongCommandException ` when parsing response for unknown command
15
19
16
- ## v0 .1.4 - 2017-11-19
20
+ ## 0 .1.4 - 2017-11-19
17
21
### Fixed:
18
22
- remove trailing slash in commands with no arguments (like ` version ` )
19
23
- cache key parsing from read response
20
24
21
- ## v0 .1.3 - 2017-11-17
25
+ ## 0 .1.3 - 2017-11-17
22
26
### Fixed:
23
27
- method type hints for IDE auto-completion
24
28
25
- ## v0 .1.2 - 2017-11-07
29
+ ## 0 .1.2 - 2017-11-07
26
30
### Added:
27
31
- functional tests
28
32
- client can emit events (` close ` , ` error ` )
@@ -37,12 +41,12 @@ All notable changes to this project will be documented in this file.
37
41
- handle broken connection
38
42
- retrieve value after decrement
39
43
40
- ## v0 .1.1 - 2017-10-19
44
+ ## 0 .1.1 - 2017-10-19
41
45
### Fixed:
42
46
- autoload in composer.json
43
47
44
- ## v0 .1.0 - 2017-10-18
48
+ ## 0 .1.0 - 2017-10-18
45
49
- First tagged release
46
50
47
- ## v0 .0.0 - 2017-10-08
51
+ ## 0 .0.0 - 2017-10-08
48
52
- First initial commit
You can’t perform that action at this time.
0 commit comments