- Added EXPERIMENTAL modules Mojo::IOWatcher and Mojo::Resolver, which contain extracted functionality from
Mojo::IOLoop.
- Added EXPERIMENTAL module Mojo::Transactor, which contains extracted functionality from Mojo::UserAgent.
- Added EXPERIMENTAL support for simple alternative placeholder values to routes.
- Improved Morbo restarter to also check for changed file size in addition to mtime.
- Fixed many small routes bugs.
- Fixed small reparse bug in Mojo::Parameters. (dmw397)
- Fixed url_for to incorporate trailing slash for current route.
- Fixed a few small error reporting bugs around Mojo::UserAgent.
- Fixed portability issue in "command.t".