智能化下的产物,无人棋牌室
Phoenix v1.2 正式发布了,Phoenix 是函数式编程语言 Elixir 的 Web 开发框架。以下是该版本值得关注的内容:
- [CodeReloader] The
lib/
directory is now code reloaded by default along withweb/
in development - [Channel] Add
subscribe/2
andunsubscribe/2
to handle external topic subscriptions for a socket - [Channel] Add
:phoenix_channel_join
instrumentation hook - [View] Generate private
render_template/2
clauses for views to allow overridingrender/2
clauses before rendering templates - [View] Add
:path
and:pattern
options to allow wildcard template inclusion as well as customized template directory locations
了解更多信息,参看完整改进日志。
下载地址: