Update Changes
[catagits/Catalyst-Controller-DBIC-API.git] / Changes
1 Revision history for Catalyst-Controller-DBIC-API: {{ $dist->version }}
2
3 {{ $NEXT }}
4
5 - Fill out some coercions to allow more complex search criteria (like sort order)
6 - Promote the helper functions into full methods
7 - Allow iterative customization by breaking down the save_objects into several discrete steps
8 - Make sure those steps also include $c
9
10 2.001002  2010-02-09 01:01:57 America/Chicago
11
12 - Fixed missing requirement for MooseX::Types::Structured
13 - Fixed MooseX::Aliases usage (we don't any more)
14 - Object inflation during end was broken out into its own method: each_object_inflate
15 - Enable offset based paging
16
17 2.001001
18 **************************************************************
19 ** THIS RELEASE GUARANTEES TO BREAK BACKWARDS COMPATIBILITY **
20 **************************************************************
21
22 - Merge create and update into update_or_create
23 - object is much advanced now:
24       + Identifier can be omitted, and data_root in the request is interpreted
25 - Because of the above one object or several is now possible for update or create
26 - Create and Update object validation now happens iteratively
27 - Creates and Updates can be mixed inside a single bulk request
28 - All modifying actions on the database occur within an all-or-nothing transaction
29 - Much of the DBIC search parameter munging is properly moved to the RequestArguments 
30     Role in the form of a trigger on 'search' to populate 'search_parameters' and 
31     'search_attributes' which correspond directly to ->search($parameters, $attributes);
32 - Error handling is now much more consistent, using Try::Tiny everywhere possible
33 - Tests are now modernized and use JSON::Any
34 - Extending is now explicitly done via Moose method modifiers
35 - The only portion of the stash in use is to allow runtime definition of create/update_allows
36 - list is now broken down into several steps:
37     + list_munge_parameters
38     + list_perform_search
39     + list_format_output
40     + row_format_output (which is just a passthrough per row)
41 - Search can now take an array of hashrefs to give the ability to use the default 'OR' 
42 - By default search_parameters is an ArrayRef[HashRef] which is pertinent to list_munge_parameters
43 - More thorough documentation of the various bits and pieces.
44     + Documentation now uses Pod::Weaver and Plugin::PodWeaver (weaver.ini added)
45 - The distribution is now managed by Dist::Zilla
46 - And some more likely forgotten.
47
48 1.004002
49 - Implement 'as' as a complement to 'select'
50 - CGI::Expand'ed search parameters are now also JSON decoded + test
51 - Fixed pod for parameters using a json string which shouldn't be surrounded
52   by single quotes
53 - Use next instead of NEXT in RPC
54 - Moved sub object from RPC/REST to Base to DRY
55   This will break your code if you subclass from REST
56   and had relied on the action name 'object'
57 - Check for defined objects before returning them for create/update
58
59 1.004001
60 - Allow for more complex prefetch_allows (multiple keys in hash)
61 - Skip non-existant parameters in deserialization
62 - Fixed whitespace to use spaces instead of tabs
63 - Fixed pod to not use the config attributes from before 1.004
64 - Fixed prefetch_allows check to properly handle nested attrs + test
65
66 1.004000
67 - Moosify
68 - Move validation for *_exposes/*_allows to Data::DPath::Validator
69 - Reorganize internals to use Moose and roles
70 - Allow maximum configuration for what request parameters are named
71 - Properly handle JSON boolean values
72 - Earlier and more consistent validation of configuration and request parameters
73
74 1.003004
75 - Database errors are also handled for searches + tests
76 - Totalcount isn't included in the response if a db error occurs while fetching data
77 - Converted no_plan tests to done_testing (required Test::More 0.88)
78
79 1.003003
80 - Database errors are properly handled + test
81 - Fixed isa redefined warnings
82 - Fixed bug preventing compat with future Catalyst::Action::Deserialize versions
83
84 1.003002
85 - Added totalcount to paged list responses
86 - Fixed some tests weren't run in t/rpc/list.t
87 - Fixed wrong setup_dbic_args_method error message
88
89 1.003001
90 - Minor fix to prevent failing test
91
92 1.003000
93 - Added prefetch support
94 - Refactored to ensure all request params accept JSON, CGI::Expand or standard params
95 - Doc improvements
96
97 1.002000
98 - Better error handing when unable to parse search arg
99 - Added setup_dbic_args_method config option
100 - Added list_search_exposes config option
101 - Removed duplicate tests in t/rpc/list.t and t/rest/list.t
102 - Fixed searches on columns which have a rel with the same name
103   and vice versa
104 - Added search by json
105 - Added pagination support
106
107 1.001000
108 - Added setup_list_method configuration flag (jshirley)
109 - Added support for setting config params in stash
110 - Added list_grouped_by, list_count and list_ordered_by config attributes
111 - Fixed bug with behaviour of list_returns
112
113 1.000002
114 - Fixed lack of deserialization under RPC
115
116 1.000001
117 - Improved docs
118
119 1.000000
120 - Released
121