Phoenix v1.2 正式发布了,Phoenix 是函数式编程语言 Elixir 的 Web 开发框架。以下是该版本值得关注的内容:
[CodeReloader] The lib/ directory is now code reloaded by default along with web/ in development
[Channel] Add subscribe/2 and unsubscribe/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 overriding render/2 clauses before rendering templates
[View] Add :path and :pattern options to allow wildcard template inclusion as well as customized template directory locations
软件详情:https://github.com/phoenixframework/phoenix/blob/v1.2.0/CHANGELOG.md
下载地址:https://github.com/phoenixframework/phoenix/archive/v1.2.0.tar.gz
来自:开源中国社区

