Change Log for WWW::OpenResty

0.09 Sep 25 2008
* Fixed the /=/version test since the Version API changed in a recent OpenResty release.

0.08 Sep 2 2008
* Fixed the url params handling logic in request.

0.07 Sep 2 2008
* Use usecookie and user options rather than the deprecated usecookie and user options. * Now the login method allow signing in without a password.

0.06 Apr 21
* Now use MD5 to preprocess the password for login (working with OpenResty server 0.2.x).

0.05 Apr 4 2008
* Added the retries option to WWW::OpenResty::Simple's constructor.

0.04 Mar 29 2008
* Fixed a bug in the has_model and has_view methods.

0.03 Mar 28 2008
* Added methods has_model and has_view to WWW::OpenResty::Simple. * Using croak now for better diagnostics. * Now we use JSON::XS instead of JSON::Syck.

0.02 Mar 19 2008
* Changed the param order of the post and put methods of both WWW::OpenResty and WWW::OpenResty::Simple. * Added POD to WWW::OpenResty::Simple.

0.01 Mar 3 2008
* initial CPAN release