Phoenix v1.2.0-rc.1 发布了,Phoenix 是函数式编程语言 Elixir 的 Web 开发框架。
更新内容:
Enhancements
[View] Add :path and :pattern options to allow wildcard template inclusion as well as customized template directory locations
Deprecations
[Watcher] Using the :root endpoint configuration for watchers is deprecated. Pass the :cd option at the end of your watcher argument list in config/dev.exs. For example:
watchers: [node: ["node_modules/brunch/bin/brunch", "watch", "--stdin", cd: Path.expand("../", __DIR__)]]
下载地址:https://github.com/phoenixframework/phoenix/archive/v1.2.0-rc.1.tar.gz
来自:开源中国社区

