PhoenixframeworkChanges-20160427

josevalim:6b95ac8039a3584e507fe02f1accef6263dd8126

ファイル名
priv/templates/phoenix.gen.model/model.ex

@required_fields と @optional_fields を使用していた箇所が、Enum.map_joinにて直接見るように変更されました。
特に挙動としての変更はなさそうです。

chrismccord:fc2a1c357491043877e4bda8f9cc666680ff4072

ファイル名
installer/templates/static/brunch/package.json

brunch のバージョンの更新が行われました。

misfo:78633ea3d4f1436a650cd8c9785a82e0233ffbe2

(#1670)
ファイル名

installer/templates/new/config/config.exs
installer/test/phoenix_new_test.exs

「--no-ecto」 が指定されている場合に ecto_repos の設定を省略できるように修正が行われました。

josevalim:e1a2cdb32cc94baeae0a2df362b334340d027a48

ファイル名
CHANGELOG.md
lib/mix/phoenix.ex
lib/mix/tasks/phoenix.routes.ex
test/mix/phoenix_test.exs

以前に、 :app_namespace として定義されたものが :namespace として命名が変更されました。