Changes for version 0.8 - 2008-10-21
- Fixed Mojo::Server::Daemon windows support.
- Generated applications now have individually named executables.
- Cleaned up Mojo::Home.
- Changed Mojolicious default application templates to something more sane.
- Mojo::Base accessors don't take multiple arguments anymore, this results in a 25% speed increase.
- Added MOJO_MAX_MEMORY_SIZE environment variable.
- Added prepare_parser and prepare_builder callbacks to Mojo::Message.
- Added done and is_done to Mojo::Stateful.
- Fixed many win32 related bugs.
- Fixed keep alive related bugs in daemon and client. (Pedro Melo)
- Allow default in Mojo::Base to have false values. (Pedro Melo)
- Fixed chmod_rel_file in Mojo::Script. (Shu Cho).
- Mojo::Base attributes can't start with a digit. (Shu Cho).
- Fixed Content-Length header for empty messages.
- Removed warning from Mojo.pm.
- Renamed gate to bridge in MojoX::Routes.
- Added waypoint() to MojoX::Routes.
- Added named url_for to MojoX::Routes and Mojolicious.
- Added Mojolicious documentation. (vti)
- Fixed documentation links.
- Fixed some typos.
Documentation
Manual
Coding Guidelines
Cookbook
Framework Building
Getting Started
HTTP Guide
Mojolicious
Modules
The Web In A Box!
Once Upon A Midnight Dreary!
Buffer
ByteStream
Client
Content
MultiPart Content
Cookie Base Class
Request Cookies
Response Cookies
Date
File
In-Memory File
Filter Base Class
Chunked Filter
Headers
Hello World!
Home Sweet Home!
Loader
Message Base Class
Request
Response
Parameters
Path
Script Base Class
CGI Script
Daemon Script
Prefork Daemon Script
FastCGI Script
Generator Script
Application Generator Script
Test Script
Scripts
Server Base Class
CGI Server
HTTP Server
Prefork HTTP Server
FastCGI Server
Stateful Base Class
Perlish Templates!
Transaction
Uniform Resource Locator
Upload
Routes Dispatcher
Routes Dispatcher Context
Controller Base Class
Static Dispatcher
Renderer
Routes
Match
Pattern
Types
Web Framework
Context
Controller Base Class
Dispatcher
Renderer
Daemon Script
Generator Script
App Generator Script
Mojo Script
Test Script
Scripts
Server Tests