内容简介:phoenix 1.3.0-rc.2, 1.2.4 和 1.1.9 发布,Web 开发框架
phoenix 1.3.0-rc.2,1.2.4 和 1.1.9 发布了,Phoenix 是函数式编程语言 Elixir 的 Web 开发框架。
1.3.0-rc.2 更新如下:
-
Enhancements
-
[Generator] Add new
phx.new,phx.new.web,phx.new.ectoproject generators with improved application structure and support for umbrella applications -
[Generator] Add new
phx.gen.htmlandphx.gen.jsonresource generators with improved isolation of API boundaries -
[Controller] Add
current_pathandcurrent_urlto generate a connection's path and url -
[Controller] Introduce
action_fallbackto registers a plug to call as a fallback to the controller action -
[Controller] Wrap exceptions at controller to maintain connection state
-
[Channel] Add ability to configure channel event logging with
:log_joinand:log_handle_inoptions -
[Channel] Warn on unhandled
handle_info/2messages -
[Channel] Channels now distinguish from graceful exits and application restarts, allowing clients to enter error mode and reconnected after cold deploys.
-
[Router] Document
matchsupport for matching on any HTTP method with the special:*argument -
[Router] Populate
conn.path_paramswith path parameters for the route -
[ConnTest] Add
redirected_params/1to return the named params matched in the router for the redirected URL -
[Digester] Add
mix phx.digest.cleanto remove old versions of compiled assets -
[phx.new] Add Erlang 20 support in
phx.newinstaller archive -
Big Fixes
-
[Controller] Harden local redirect against arbitrary URL redirection
-
[Controller] Fix issue causing flash session to remain when using
clear_flash/1 -
Deprecations
-
[Generator] All
phoenix.*mix tasks have been deprecated in favor of newphx.*tasks -
JavaScript client enhancements
-
Add ability to pass
encodeanddecodefunctions to socket constructor for custom encoding and decoding of outgoing and incoming messages. -
Detect heartbeat timeouts on client to handle ungraceful connection loss for faster socket error detection
-
Add support for AMD/RequireJS
下载地址
1.3.0-rc.2
1.2.4
1.1.9
以上就是本文的全部内容,希望本文的内容对大家的学习或者工作能带来一定的帮助,也希望大家多多支持 码农网
猜你喜欢:- ABP开发框架前后端开发系列---(2)框架的初步介绍
- ABP开发框架前后端开发系列---(14)基于Winform的ABP快速开发框架
- ABP开发框架前后端开发系列---(8)ABP框架之Winform界面的开发过程
- 如何基于Winform开发框架或混合框架基础上进行项目的快速开发
- ABP开发框架前后端开发系列---(9)ABP框架的权限控制管理
- 用大型开发框架开发小程序那点事儿
本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
细节决定交互设计的成败
张亮 / 2009-3 / 49.00元
《细节决定交互设计的成败》是一本非常实用的有关软件界面的交互设计和可用性设计方面知识的书籍,通过采用一问一答的形式,你将会有针对性地学习到一些能够很快应用在自己软件开发工作中的细节知识和诀窍。例如,如何减轻用户的等待感,如何预防和减少用户的使用错误等。另外,你会发现阅读《细节决定交互设计的成败》时会非常轻松和愉悦;这是由于《细节决定交互设计的成败》写作上的两个特点:第一,采用较多日常生活中的例子来......一起来看看 《细节决定交互设计的成败》 这本书的介绍吧!