Version 0.2
Changes
There are some code breaking changes:
- All operations in the CGI module were renamed. Was this unnecessary? Yes, but choosing right names is important, and better done early than cause confusion later.
- All argument names of all operations were renamed by adding a colon at the beginning. This was done to distinguish arguments that are used by operations from user defined ones (which cannot start with colon).
I hope you won't get very upset by this. Any way, you were warned, and the warning is still valid.
What's new
- New operation module: Network.
- New operations in the Core module: serialize and deserialize.
- Operation enhancements:
- Better support for multipart forms and file uploads in http_post_request.
- sql_query returns the id of newly created record when INSERT query is executed.
- script/template operations provide a list of all arguments to the script.
Download
To download this release, follow this link.