File tree Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change
1
+ 0.0.4
2
+ =====
3
+ - [ ExecuteAsyncTask instance support & arguments type hinting] ( https://github.com/bazilio91/yii2-async/commit/c20494322dae6ac588690ba7479cdc10fcc8ee2e )
4
+
5
+ 0.0.3
6
+ =====
7
+ - [ sleep for AsyncExecuteTask, redis queue names fix] ( https://github.com/bazilio91/yii2-async/commit/7798da55d69658cfdee63cdbee92e1d430d96f8c )
8
+
9
+ 0.0.2
10
+ =====
11
+ - [ Redis provider] ( https://github.com/bazilio91/yii2-async/commit/0e0caf108a7eee6062e979c6dd022dc717859558 )
Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ Install: `php composer.phar require bazilio/yii2-async:dev-master`
55
55
56
56
57
57
#####Usage:
58
- For code exampless look into tests:
58
+ For code examples look into tests:
59
59
- [ BaseTestClass] ( tests/unit/BaseTestClass.php )
60
60
61
61
You can’t perform that action at this time.
0 commit comments