Download Latest Version v1.5.3 source code.tar.gz (921.6 kB)
Email in envelope

Get an email when there's a new version of Phoenix Framework

Home / v1.2.0-rc.1
Name Modified Size InfoDownloads / Week
Parent folder
README.md 2016-05-25 684 Bytes
v1.2.0-rc.1 source code.tar.gz 2016-05-25 262.1 kB
v1.2.0-rc.1 source code.zip 2016-05-25 358.6 kB
Totals: 3 Items   621.5 kB 0

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 - 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:

``` elixir
watchers: [node: ["node_modules/brunch/bin/brunch", "watch", "--stdin",
           cd: Path.expand("../", __DIR__)]]
```
Source: README.md, updated 2016-05-25