The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
# This file documents the revision history for Perl extension CatalystX-RequestModel.

0.010 - 30 December 2022
  - Break out QueryModel into a separate class and method attribute.  For backwards
    compatibility we will maintain the code for the previous approach but I recommend
    changing to the new approach.  See docs.

0.009 - 26 September 2022
  - Allow RequestModel(Model1, Model2) for more concise code when you have more than
    one request model.

0.008 - 31 August 2022
  - Properly support 'omit_empty' when user doesn't bother to set the 'predicate'
  Moo/se attribute option.

0.007 - 25 July 2022
  - Specify newer Moo version in dependencies

0.006 - 24 July 2022
  - Fixed issue with incorrect error when there's an error creating the request model
  
0.005 - 23 July 2022
  - JSON Content Body Parser throws an exception when the JSON in the body is
    invalid.   This is an exception object that you can catch and handle or
    use CatalystX::Errors.

0.004 - 22 July 2022
  - Added missing dependency

0.003 - 21 July 2022
  - fixed previous borked release (what I get for releasing while distracted)
  
0.002 - 21 July 2022
  - fixed incorrect dependency version number

0.001 - 20 July 2022
  - First Release
  - In memory of our Akita dog Sunshine, one year passed and greatly missed