X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Controller-DBIC-API.git;a=blobdiff_plain;f=Changes;h=21d1aa440e1ef467619c84bd7b2a7f54b547ebf9;hp=da37718bb17d9ba6b66525e450f110e09dc60265;hb=25ce7b1d85074f74f5ffabff2fb7e36772ca6a79;hpb=7986e6b7913523782ad8186eca3f858ea927c6b2 diff --git a/Changes b/Changes index da37718..21d1aa4 100644 --- a/Changes +++ b/Changes @@ -1,7 +1,12 @@ Revision history for Catalyst-Controller-DBIC-API: {{ $dist->version }} {{ $NEXT }} + +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 @@ -136,7 +141,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.