Skip to content

Commit

Permalink
Merge pull request #183 from swoft-cloud/inhere-patch-1
Browse files Browse the repository at this point in the history
some update
  • Loading branch information
inhere committed Apr 10, 2018
2 parents 8497da0 + 91d405c commit bf59a8a
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 1 deletion.
2 changes: 1 addition & 1 deletion app/WebSocket/EchoController.php
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,6 @@ public function onMessage(Server $server, Frame $frame)
*/
public function onClose(Server $server, int $fd)
{
$server->push($fd, 'oo, goodbye! :)');
// do something. eg. record log, unbind user ...
}
}
34 changes: 34 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,15 @@
# Change log

# 2018-04-05

* 添加 websocket 支持
* 完成基本的 devtool

# 2018-03-05
* 组件化拆分

# 2018-01-05

* 重构HttpClient
* 重构Redis
* 创建实体新增特殊变量别名
Expand All @@ -26,41 +34,67 @@

* 新增HTTP、RPC验证器
* 新增HTTP、RPC中间件

# 2017-12-2

* 新增RESTful风格兼容

# 2017-11-29

* 重构请求流程
* 简化控制器和RPC服务操作
* 增加 创建实体 操作

# 2017-11-15

* 增加 Pipeline 组件

# 2017-11-13

* 增加 PHPUnit 单元测试

# 2017-11-12

* 根据 Psr-7 重构 Request/Response

# 2017-11-02

* 重构 config 配置
* 新增 .env 配置环境信息

# 2017-11-01

* 新增定时任务

# 2017-10-24

* 协程、异步任务投递
* 自定义用户进程
* RPC, Redis, Http, Mysql 协程和同步客户端无缝切换
* HTTP 和 RPC 服务器分开管理

# 2017-09-19

* 数据库 ORM

# 2017-09-02

* 别名机制
* 事件机制
* 国际化(i18n)
* 命名空间统一大写。

# 2017-08-28
* 新增 Inotify 自动 Reload

# 2017-08-24

* 重写 IoC 容器
* 新增控制器路由注解注册
* 重写容器注入,不再依赖 PHP-DI

# 2017-08-15

* 重构 Console 命令行

# ......

0 comments on commit bf59a8a

Please sign in to comment.