PhoenixframeworkChanges-2015128

chrismccord:c09e98ed2af8b7dd5a6a9f843c67d042461b9bba

ファイル名
priv/static/phoenix.js
web/static/js/phoenix.js

Phoenix.jsに渡されるURLが '/' のような結合できない条件で来た場合も処理ができるように修正が行われました。

whatyouhide:19589a70631570f4979af26540bd5a1d569a4538

(#1375)
ファイル名

lib/phoenix/endpoint.ex
lib/phoenix/endpoint/instrument.ex
lib/phoenix/instrument.ex
test/phoenix/endpoint/instrument_test.exs
test/phoenix/instrument_test.exs

instrument.ex の内容が endpoint/instrument.ex へと移動し、実行例やドキュメントが追加されました。

whatyouhide:77a6873799cc7a02c34550c0bba2eec149718169

(#1375)
ファイル名

lib/phoenix/endpoint.ex
lib/phoenix/endpoint/instrument.ex
test/phoenix/endpoint/endpoint_test.exs

Endpoint.Instrument.definstrument の呼び出しですが、Phoenix.Endpoint の __before_compile__ にフックするような形での呼び出しへと変更されたようです。

whatyouhide:53e2a82ea1a0dae5124f4c56d78cc20112cb79e6

(#1375)
ファイル名

lib/phoenix/endpoint.ex
lib/phoenix/endpoint/instrument.ex

ドキュメント、実行例の記述が追加されました