Changes for Forward::Routes
0.17 2011-05-12 00:00:00
- Fixed id prefix in case of nested resources (singularize)
- Allow customization of singularize method
- Added docs for nested resources
- Improved "params" method in Match class (read only, return single
params)
- Added "captures" method in Match class
- Removed "pattern" method from Match class (missing use case)
- Added "name" method to Match class
0.16 2011-05-04 00:00:00
- Fixed nested resources
- Improved documentation on restful resources
- Added tests
0.15 2011-05-02 00:00:00
- Fixed request method inheritance and added tests
- Test cleanup
- Replaced method add_resource by add_singular_resources
- Added docs for restful resources
0.14 2011-04-20 00:00:00
- Fixed format inheritance and added tests
- Better documentation of format constraints
- Improved format contraint tests
- Added path_building format constraint support
0.13 2011-04-13 00:00:00
- Added documentation
0.12 2011-04-13 00:00:00
- Added .gitignore file
0.11 2011-04-13 00:00:00
- Added description to pod
0.10 2011-04-04 00:00:00
- Make Forward::Routes compatible with older versions of Perl
(remove logical defined or //, which requires Perl 5.10)
0.09 2011-04-04 00:00:00
- Use method chaining for (internal) generation of resources
0.07 2011-03-09 00:00:00
- Fixed Makefile.PL
0.06 2011-03-08 00:00:00
- Added bridge support inspired by Sebastian Riedel's
Mojolicous::Routes module
- Removed Try::Tiny from test file
0.05 2011-03-08 00:00:00
- Fixed serious path matching bug for nested routes
- Made format detection significantly smarter and added format method
to allow format constraints
0.04 2011-03-07 00:00:00
- First release