v1.2.0-rc.1
版本发布时间: 2016-06-04 06:10:19
phoenixframework/phoenix最新发布版本:v1.5.3(2020-06-26 19:06:09)
1.2.0-rc.1 (2016-05-25)
See these 1.1.x
to 1.2.x
upgrade instructions to bring your existing apps up to speed.
- Enhancements
- [View] Add
:path
and:pattern
options to allow wildcard template inclusion as well as customized template directory locations
- [View] Add
- 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__)]]
-