The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
Revision history for Mojolicious-Plugin-UrlWith

0.0502   Thu Sep  6 15:49:22 2012
       * Bumped required Mojolicious version

0.0501   Sun Aug  5 19:25:28 2012
       * _tag is not a method anymore

0.05     Sat Mar 17 11:55:41 2012
       * Add "current_page_class" attribute which will add a classname to
         the link generated by url_with() if the requested path match the
         link path.

0.04     Thu Sep 29 11:54:26 CEST 2011
       * Fix bug: need to use param() and not append() when merging
         with input arguments

0.03     Thu Sep  8 18:30:05 CEST 2011
       * url_with() allows fragments to be part location
       * url_with() can be called with an array-ref, which will replace the
         existing query params.

0.02     Sun Aug 14 09:16:51 CEST 2011
       * Forgot to add dependencies to Makefile.PL

0.01     Sun Aug 14 09:11:00 CEST 2011
       * Add url_with()
       * Add link_with()