# This file documents the revision history for Perl extension Catalyst-TraitFor-Request-StructuredParameters.
0.009 - 2022-07-05
- Works properly with newer version of CatalystX::Errors
0.008 - 2022-01-30
- Fix typo in tests
- Added a few tests;
0.007 - 2021-12-24
- fixes / improvements to support for final empty array. Now you can have
more than one non specified array indexes in limited but useful situations.
0.006 - 2021-10-19
- ome new helper methods on getting processed parameters.
- New option to control how long an array can be (Sets default of 1000 items).
- Fixed some typos here and there.
0.005 - 2021-10-15
- Fixed another 'oops' in the metadata.
0.004 - 2021-10-15
- Small meta data changes that I messed up in the previous release. Also
I'm doing one last release under the old namespace and I wanted this one
to have a bigger version number :)
0.003 - 2021-10-15
- Changed distribution name based on community feedback
- Changed exceptions to be based on CatalystX::Errors
- Fixed some spelling mistakes
0.002 - 2021-10-12
- fixed issue where an array element was comprised only of disallowed fields
0.001 - 2021-10-12
- First Release