- Deprecated Mojolicious::Routes::Route::bridge in favor of Mojolicious::Routes::Route::under.
- Deprecated Mojolicious::Controller::render_exception in favor of reply->exception helper.
- Deprecated Mojolicious::Controller::render_not_found in favor of reply->not_found helper.
- Removed deprecated object-oriented Mojo::JSON API.
- Removed deprecated stringification support from Mojo::Collection.
- Removed deprecated support for data arguments from Mojo::JSON::Pointer.
- Removed deprecated AUTOLOAD and pluck methods from Mojo::Collection.
- Removed deprecated AUTOLOAD and val methods from Mojo::DOM.
- Moved tutorial from Mojolicious::Lite to Mojolicious::Guides::Tutorial.
- Added term_escape method to Mojo::ByteStream.
- Added term_escape function to Mojo::Util.
- Improved get command to use the user agent of the application.
- Improved diagnostics information for MOJO_DAEMON_DEBUG, MOJO_USERAGENT_DEBUG and MOJO_WEBSOCKET_DEBUG environment
variables.
- Fixed tag helpers to generate correct HTML5. (batman, kraih)
- Fixed JSON Pointer escaping bug.
- Fixed portability bug in monkey_patch tests.