PhoenixframeworkChanges-20160518

nicholaswyoung:c2340acc95b1daefb9af5a08fd70213c9f4a31d5

(#1710)
ファイル名

package.json

npm にて phoenix を公開するために必要な設定の記載追加が行われたようです。

nicholaswyoung:9c50f79febcba890924688912202abe281b214c6

(#1710)
ファイル名

RELEASE.md

npm publish に関する記載が RELEASE.md に追加されました。

chrismccord:317e9c57ca15c6b0c5c8b85b70d9e45870a0dd9e

(#1711)
ファイル名

CHANGELOG.md
lib/phoenix/template.ex
lib/phoenix/view.ex
test/fixtures/templates/path.html.eex
test/fixtures/templates/user/profiles/admin.html.eex
test/fixtures/views.exs
test/mix/tasks/phoenix.new_test.exs
test/phoenix/view_test.exs

View にてワイルドカードのテンプレートを含むカスタマイズされたテンプレートのディレクトリの場所の指定のための :path と :pattern が追加されました。