X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Controller-DBIC-API.git;a=blobdiff_plain;f=Changes;h=39e94a189f5f5a64f9e68540ed2038c189d0971c;hp=9c6293e5bb0a858fb7e6053663dd34a05e66c04c;hb=40879b1c81136835ebe60ca02b1ad6ce112850e8;hpb=4cb8623abade7b9f100b3892df93ddcfb1168e01 diff --git a/Changes b/Changes index 9c6293e..39e94a1 100644 --- a/Changes +++ b/Changes @@ -1,6 +1,18 @@ Revision history for Catalyst-Controller-DBIC-API: {{ $dist->version }} {{ $NEXT }} + - 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) @@ -130,7 +142,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.