X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Controller-DBIC-API.git;a=blobdiff_plain;f=Changes;h=24886df9c3adfc8c6bbe1f05bbf7647a48a8358c;hp=3840398e43d73adb7a339c241e980c4647773096;hb=211cba18a20ef91a15c56bcf7d5dad2b5000b9f2;hpb=167f91619e02db8320b61f428a1e09706e300bb4 diff --git a/Changes b/Changes index 3840398..24886df 100644 --- a/Changes +++ b/Changes @@ -1,6 +1,25 @@ Revision history for Catalyst-Controller-DBIC-API: {{ $dist->version }} {{ $NEXT }} + - Add support for has_many relationships (RT#65168) + - Remove update_object_relation method + replaced by DBIx::Class::ResultSet::RecursiveUpdate + +2.007002 2018-08-02 21:55:55+02:00 Europe/Vienna + - Remove the debug logging which shouldn't have been in the previous release + +2.007001 2018-08-02 21:12:33+02:00 Europe/Vienna + - Improve data_root & item_root documentation + - Fix grouped_by request argument documentation + - Don't overwrite already set response data when return_object is enabled + - Use JSON::MaybeXS for improved performance + +2.006002 2014-08-26 12:31:27+02:00 Europe/Vienna + - Fix missing Data::Printer test requirement + +2.006001 2014-08-25 18:27:26+02:00 Europe/Vienna + - Fix links to ::Request::Context + - Add support for the -and, -not and -or operators (RT93864) 2.005001 2014-01-13 21:43:59+01:00 Europe/Vienna - Fixed test failures with JSON 2.90 (RT#90188, thanks Samuel Kaufman!) @@ -128,7 +147,7 @@ Revision history for Catalyst-Controller-DBIC-API: {{ $dist->version }} + list_format_output + row_format_output (which is just a passthrough per row) - Search can now take an array of hashrefs to give the ability to use the - default 'OR' + default 'OR' - By default search_parameters is an ArrayRef[HashRef] which is pertinent to list_munge_parameters - More thorough documentation of the various bits and pieces.