Quantcast
Channel: OSCHINA 社区最新新闻
Viewing all articles
Browse latest Browse all 59353

Phoenix v1.2 正式发布,Elixir 的 Web 开发框架

$
0
0

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

了解更多信息,参看完整改进日志

下载地址:


Viewing all articles
Browse latest Browse all 59353

Trending Articles