Elixir 的 Web 開發框架,Phoenix 1.1.0 發布

jopen 9年前發布 | 5K 次閱讀 Phoenix

Phoenix 是函數式編程語言 Elixir 的 Web 開發框架。要求 Elixir v1.0.2+

Phoenix 1.1.0 發布,更新內容如下:

  • 提升

    • [Router] Enable defining routes for custom http methods with a new match macro

    • [CodeReloader] The socket transports now trigger the code reloader when enabled for external clients that only connect to channels without trigger a recompile through the normal page request.

    • [phoenix.digest] The phoenix.digest task now digests asset urls in stylesheets automatically

    • [Channel] Add Phoenix.Channel.reply/3 to reply asynchronously to a channel push

    • [Channel] code_change/3 is now supported to upgrade channel servers

    • [Endpoint] check_origin now supports wildcard hosts, ie check_origin: ["http://*.example.com"]

    • [Endpoint] check_origin treats invalid origin hosts as missing for misbehaving clients

    • [Endpoint] Add Phoenix.Endpoint.server?/2 to check if webserver has been configured to start

    • [ConnTest] Add assert_error_sent to assert an error was wrapped and sent with a given status

  • 向后不兼容變更

    • [View] The @inner assign has been removed in favor of explicit rendering with render/3 and the new @view_module and view_template assigns, for example: <%= @inner %> is replaced by <%= render @view_module, @view_template, assigns %>

下載頁面:1.1.0

來自:http://www.oschina.net/news/69063/phoenix-1-1-0

 本文由用戶 jopen 自行上傳分享,僅供網友學習交流。所有權歸原作者,若您的權利被侵害,請聯系管理員。
 轉載本站原創文章,請注明出處,并保留原始鏈接、圖片水印。
 本站是一個以用戶分享為主的開源技術平臺,歡迎各類分享!