github phoenixframework/phoenix v1.2.0-rc.1

latest releases: v1.7.12, v1.7.11, v1.7.10...
7 years ago

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:

      watchers: [node: ["node_modules/brunch/bin/brunch", "watch", "--stdin",
                 cd: Path.expand("../", __DIR__)]]

Don't miss a new phoenix release

NewReleases is sending notifications on new releases.