dbe579340b
Changes from previous: ---------------------- 2.37 2011-12-10 00:00:00 - Welcome to the Mojolicious core team Marcus Ramberg, Glen Hinkle and Abhijit Menon-Sen. - Removed cleanup_interval attribute from Mojo::IOLoop. - Deprecated Mojo::IOLoop->timeout in favor of Mojo::IOLoop::Stream->timeout. - Added EXPERIMENTAL timeout event to Mojo::IOLoop::Stream. - Added EXPERIMENTAL timeout attribute to Mojo::IOLoop::Stream. - Changed default keep alive timeout of Mojo::UserAgent from 15 to 20 seconds. - Improved documentation. - Improved unicode tests. - Fixed inline template double encoding bug. 2.36 2011-12-05 00:00:00 - Changed default heartbeat timeout of Hypnotoad from 5 to 10 seconds. - Improved documentation. - Fixed default keep alive timeout of Hypnotoad. 2.35 2011-12-01 00:00:00 - Added EXPERIMENTAL etag method to Mojo::Headers. - Improved documentation. - Fixed one-byte payload bug in Mojo::Transaction::WebSocket. (tinx) - Fixed body event in Mojo::Content to work more reliably in CGI environments. - Fixed small portability issue in loader test. 2.34 2011-11-28 00:00:00 - Added "websocket.pl" to example scripts. - Improved documentation. - Fixed small bugs in example scripts. 2.33 2011-11-28 00:00:00 - Improved Mojo::EventEmitter performance slightly. - Improved documentation. - Fixed a few small inline template issues. - Fixed small WebSocket handshake bug. 2.32 2011-11-24 00:00:00 - Added EXPERIMENTAL error event to Mojo::IOWatcher. - Updated jQuery to version 1.7.1. - Improved Mojo::IOLoop performance by changing the default cleanup interval from 0 to 0.025 seconds. - Improved documentation. 2.31 2011-11-21 00:00:00 - Improved stacktraces by making them a lot simpler. - Improved documentation. - Improved tests. 2.30 2011-11-20 00:00:00 - Deprecated Mojo::IOLoop->on_lock in favor of Mojo::IOLoop->lock. - Deprecated Mojo::IOLoop->on_unlock in favor of Mojo::IOLoop->unlock. 2.29 2011-11-19 00:00:00 - Deprecated Mojolicious->on_process in favor of around_dispatch hook. - Added EXPERIMENTAL emit_chain method to Mojolicious::Plugins. (Akron, sri) - Added EXPERIMENTAL around_dispatch hook. - Fixed small bug in boundary and charset methods of Mojo::Content. 2.28 2011-11-18 00:00:00 - Improved documentation. - Fixed small IPv6 portabilty issue in Mojo::IOLoop::Client. 2.27 2011-11-16 00:00:00 - Deprecated Mojo::IOLoop->connect in favor of Mojo::IOLoop->client. - Deprecated Mojo::IOLoop->listen in favor of Mojo::IOLoop->server. - Deprecated Mojo::IOLoop->connection_timeout in favor of Mojo::IOLoop->timeout. - Deprecated Mojo::IOLoop->write in favor of Mojo::IOLoop::Stream->write. - Deprecated Mojo::IOLoop->connect_timeout in favor of timeout argument. - Deprecated on_* methods in Mojo::IOLoop. - Removed Mojo::IOLoop::Resolver. - Added EXPERIMENTAL connect_timeout attribute to Mojo::UserAgent. - Added EXPERIMENTAL is_readable method to Mojo::IOLoop::Stream. - Added EXPERIMENTAL charset method to Mojo::Content. - Added EXPERIMENTAL write event to Mojo::IOLoop::Stream. - Added EXPERIMENTAL connection event to Mojo::Transaction. - Improved documentation. - Improved CSS of some built-in templates. - Fixed many small memory leaks. - Fixed multiple drain callback bugs. - Fixed small attribute selector bug in Mojo::DOM::CSS. (tladesignz) 2.26 2011-11-10 00:00:00 - Added EXPERIMENTAL upgrade event to Mojo::Asset::Memory. - Added EXPERIMENTAL upgrade event to Mojo::Transaction::HTTP. - Added EXPERIMENTAL auto_upgrade attribute to Mojo::Asset::Memory. - Improved Mojo::Content::Single and Mojo::Content::MultiPart parsers to reuse events. - Improved documentation. - Fixed small route caching bug. 2.25 2011-11-08 00:00:00 - Removed canonicalize method from Mojo::URL. - Improved documentation. - Fixed URL without scheme handling in Mojo::URL. - Fixed a few small bugs in Mojo::URL. 2.24 2011-11-05 00:00:00 - Added EXPERIMENTAL canonicalize method to Mojo::URL. - Improved documentation. - Fixed small path canonicalization bug in Mojo::URL. - Fixed small trailing slash bug in Mojo::Path. 2.23 2011-11-04 00:00:00 - Changed semantics of get_line function in Mojo::Util. - Removed experimental status from Mojo::Util. - Updated jQuery to version 1.7. - Improved documentation. - Improved empty path element handling in Mojo::URL. - Fixed empty path element bug in Mojo::Path. 2.22 2011-11-03 00:00:00 - Added EXPERIMENTAL --verbose flag to routes command. - Improved documentation. - Fixed a few attribute without value selector bugs in Mojo::DOM::CSS. - Fixed template inheritance bug in Mojolicious::Renderer. 2.21 2011-11-02 00:00:00 - Removed profile helper. - Removed CSS4 selector subject support from Mojo::DOM::CSS until we actually know the exact semantics. - Improved Mojo::ByteStream to generate most Mojo::Util based methods automatically. - Fixed route pattern bug. - Fixed bug in "user_agent.t". 2.20 2011-11-01 00:00:00 - Changed semantics of almost all functions in Mojo::Util. - Documentation improvements. 2.19 2011-10-31 00:00:00 - Deprecated Mojolicious::Plugins->add_hook in favor of Mojolicious::Plugins->on. - Deprecated Mojolicious::Plugins->run_hook in favor of Mojolicious::Plugins->emit_hook. - Deprecated Mojolicious::Plugins->run_hook_reverse in favor of Mojolicious::Plugins->emit_hook_reverse. - Improved documentation. - Improved tests. 2.18 2011-10-30 00:00:00 - Improved documentation. - Fixed small rendering bug. 2.17 2011-10-30 00:00:00 - Fixed bug in "user_agent.t". 2.16 2011-10-30 00:00:00 - Removed experimental status from Mojo::EventEmitter. - Merged unsubscribe and unsubscribe_all methods in Mojo::EventEmitter. - Improved documentation. 2.15 2011-10-29 00:00:00 - Deprecated Mojolicious::Controller->on_finish in favor of Mojolicious::Controller->on. - Removed Mojolicious::Controller->on_message, you can now use Mojolicious::Controller->on instead. $c->on(message => sub {...}) - Added EXPERIMENTAL message event to Mojo::Log. - Improved documentation. 2.14 2011-10-29 00:00:00 - Deprecated Mojo::DOM->new with arguments. - Renamed Mojo::IOLoop::Trigger to Mojo::IOLoop::Delay. - Renamed watch method in Mojo::IOWatcher to change. - Renamed io method in Mojo::IOWatcher to watch. - Renamed cancel method in Mojo::IOWatcher to drop_timer. - Renamed remove method in Mojo::IOWatcher to drop_handle. - Added EXPERIMENTAL --verbose flag to test command. 2.13 2011-10-28 00:00:00 - Removed experimental status from many classes, methods, attributes and functions. - Removed before_render hook. - Removed Mojolicious::Plugin::CallbackCondition. - Improved documentation. 2.12 2011-10-27 00:00:00 - Added EXPERIMENTAL cleanup_interval attribute to Mojo::IOLoop. - Added EXPERIMENTAL max_leftover_size attribute to Mojo::Content. - Replaced handle method in Mojo::IOLoop with stream method. - Replaced writing and not_writing methods in Mojo::IOWatcher with watch method. - Replaced is_finished method in Mojo::IOLoop::Stream with is_writing method. - Replaced add method in Mojo::IOWatcher with io method. - Reduced memory usage of Mojo::Headers significantly. - Fixed finish event timing in Mojo::Server::Daemon. |
||
---|---|---|
.. | ||
DESCR | ||
distinfo | ||
Makefile |