0.69
[catagits/Catalyst-Action-REST.git] / Changes
1 Thu Mar 26 14:16:03 PDT 2009 (hdp) - Release 0.69
2   Fix RT#32342, deprecated config loses default map (hdp)
3   Fix broken insertion of Catalyst::Request::REST for Action::REST (jshirley)
4
5 Wed Mar 25 22:33:38 PDT 2009 (hdp) - Release 0.68
6   Remove prompt for ancient and deprecated Data::Denter from Makefile.PL
7   Remove Data::Dump, which was entirely unused
8   Stop tests from dying with Catalyst 5.80
9
10 Wed Mar 25 21:59:59 PDT 2009 (hdp) - Release 0.67
11   (no changes from 0.67_01)
12
13 Wed Mar 25 09:36:00 PDT 2009 (hdp) - Release 0.67_01
14   Fix RT#43840, improper app-level config handling
15   Fix RT#42859, 'wrong' Catalyst dependency
16   Fix RT#42025, stepping on custom request classes
17
18 Wed Aug 20 10:42:00 PST 2008 (jshirley) - Release 0.65
19   Fully revamped tests to work without any JSON support
20   Final removal of JSON::Syck
21   Special thanks to jgoulah for helping test this release
22
23 Wed Aug 13 08:55:00 PST 2008 (jshirley) - Release 0.64
24   New dist to fix issue with Module::Install
25
26 Wed Jul 09 11:16:00 PST 2008 (jshirley) - Release 0.63
27   Changing from JSON::Syck to JSON/JSON::XS
28   Refactored tests to be more applicable to current state of affairs
29
30 Wed Jul 02 07:53:00 PST 2008 (jshirley) - Release 0.62
31   Reshipping with current Module::Install included due to error reports
32     about failed installs
33
34
35 Mon Jun 30 12:28:00 PST 2008 (jshirley) - Release 0.61
36   Support official application/json and carp about text/x-json
37   Accepted patch from Luke Saunders for processing all accepted content types
38
39 Thu Jan  3 17:23:58 PST 2008 (adam) - Release 0.60
40   Updated my contact information.
41   Prepped for release.
42
43 Thu Jan  3 19:42:16 EST 2008 
44         Fixed RT#30498 - REST controller references Catalyst without
45           loading it first.
46         Fixed RT#32042 - Import of Params::Validate :all plays badly
47           with subclasses that have their own validate()
48         Fixed RT#30456 - Debug messages print even with debugging disabled
49
50 Thu Jan  3 08:54:09 PST 2008
51         Fixed an issue where YAML::Syck versions 0.92 require $c->request->body to
52           be stringified
53
54 Fri Dec 21 15:23:46 EDT 2007 
55         Updated the configuration specifiers to operate more in line with the way
56         Catalyst expects.  Most notably component based configuration through
57         "Controller::RestClass" now works.  "serialize" at the top level simply
58         is suggested defaults that all REST classes inherit.
59
60 Wed Jul 04 11:17:20 EDT 2007
61         Fixed 'default' serializer to set a valid Content-Type: header.  Fixes
62         RT ticket 27949.  Note that behavior has changed -- the default
63         serializer must now be specified as a content-type, not as a plugin
64         name. (dmo@roaringpenguin.com)
65
66 Thu May 24 14:01:06 PDT 2007 (adam) - Release 0.41
67         Moved a bogus $self->class to $c->component($self->class)
68
69 Fri Mar  9 14:13:29 PST 2007 (adam) - Release 0.40
70         Refactored the Content-Type negotiation to live in Catalyst::Request::REST.  (drolsky)
71         Added some useful debugging. (drolsky)
72         Added a View serializer/deserializer, which simply calls the correct
73         Catalyst view.  ('text/html' => [ 'View', 'TT' ]) (claco, adam)
74
75 Wed Dec  6 00:45:02 PST 2006 (adam) - Release 0.31
76         Fixed a bug where we would report a blank content-type negotiation.
77         Added Data::Dump as a dependency.
78
79 Tue Dec  5 13:02:08 PST 2006 (adam)
80         Made the YAML::HTML view automatically append content-type=text/html on
81           the resulting URLs.
82
83 Sun Dec  3 12:24:16 PST 2006 (adam) - Release 0.30
84         Updated the Makefile to support optional installation of the different
85           Serialization formats.
86         Renamed some of the test cases, since the execution order doesn't
87           matter.
88         Fixed things so that not having a Serialization module returns 415.
89         Fixed things so that failure to Deserialize sends the proper status.
90         Refactored the Plugin loading to Catalyst::Action::SerializeBase.
91         Updated the Documentation.
92         Added a whole raft of serializers. (JSON, all the Data::Serializer
93           supported ones, and XML::Simple)
94         Added test cases.
95
96 Thu Nov 30 23:51:04 PST 2006 (adam)
97         Refactored the Catalyst::Action::REST dispatch, so that the default
98           method is called before any _METHOD handlers.  In addition, moved
99           the 405 Not Implemented handler to be foo_not_implemented, instead
100           of the default sub.  (daisuke++ pointed out the inconsistency and
101           provided a patch, and I added the foo_not_implemented support)
102
103         Added in automated OPTIONS handler, which constructs the allow
104           header for you, just like the 405 handler.  Can be overridden
105           with a normal _METHOD sub.
106
107         Refactored Test::Rest, so that it uses closures to create the
108           very similar $test->method() subs.
109
110         Added tests for Catalyst::Action::REST.
111
112 Thu Nov 30 17:14:51 PST 2006 (adam) - Release 0.2
113         Added documentation patch from Daisuke Maki (daisuke@endeworks.jp)
114         Added dependency patch from Daisuke Maki (daisuke@endeworks.jp)
115
116 Sun Nov 19 16:24:20 PST 2006 (adam) - Release 0.1
117         Added status_accepted (Code 202)
118         Added a first pass at documentation.
119
120 Mon Oct 16 14:48:54 PDT 2006 (adam)
121         Added in Test Suite
122         Created Catalyst::Action::Serialize and Catalyst::Action::Deserialize
123         Added Data::Serializer actions
124         Added status_created helper method
125
126 Wed Oct 18 17:29:07 PDT 2006 (adam)
127         Added more status_ helpers
128
129 Thu Oct 19 16:04:33 PDT 2006 (adam)
130         Converted error helpers to return an object instead of plain-text.  It's
131           a more consistent model than a text/plain error message.
132         Added logging to 4xx status handlers
133