Thanks to visit codestin.com
Credit goes to github.com

Skip to content

v1.3.0

Choose a tag to compare

@soliphp soliphp released this 18 Dec 15:14
· 32 commits to master since this release
  1. 添加 Component::trigger() 方法简化组件中的事件调用
  2. 添加 application.exception 事件,便于统一处理异常
  3. 添加 application.terminate 事件,便于执行 Response::send() 后的耗时操作
  4. 合并 soliphp/di:v1.2.2 组件代码
  5. 添加基于 nikic/fast-route 的 Soli/Router
  6. 移除 Logger 推荐使用 monolog
  7. Task 重命名为 Command
  8. 完善测试,优化代码