release 0.04.
[AnyEvent-HTTPD.git] / Changes
blobf52f6d81804e7def072a0a953e31e4b148a6ed58
1 Revision history for AnyEvent-HTTPD
3 0.04 Sun Dec 28 15:48:28 CET 2008
4         - removed TCP* classes and using AnyEvent::Handle instead.
5         - added size and maxlength args to the C<entry> function in Appgets
6         - changed the API to actually call the events for all path segments
7           of an URL. also removed the ugly '/' => '_' mapping for the path
8           seperators. Sorry for any breakage in your code ;-/
9         - removed Perl 5.10 dependency.
11 0.03 Tue Apr 15 12:57:10 CEST 2008
12         - added submit() function to Appgets
13         - fixed a bug in the url() method of AnyEvent::HTTPD::Request where the
14           url wasn't get correctly. resulting in bad form behaviour.
16 0.02 Sat Mar 22 16:09:55 CET 2008
17         - rewrote the module API to be more "async"
18         - made it possible to respond to requests asynchronously in C<AnyEvent::HTTPD>.
19         - added lots of example scripts
21 0.01 Thu Mar 20 19:53:31 CET 2008
22         - first release