All notable changes to lua-resty-reqargs
will be documented in this file.
- Fixed issue with no options passed as reported here: https://groups.google.com/forum/#!topic/openresty-en/uXRXC0NbfbI
- Support for the official OpenResty package manager (opm).
- Added changelog (this file).
- A lots of new documentation.
##[1.2] - 2016-08-23
- Added max_fsize option that can be used to control how large can one uploaded file be.
- Added max_files option that can be used to control how many files can be uploaded.
- LuaRocks etc. was using wrong directory name (renamed regargs dir to resty).
##[1.1] - 2016-08-19
- Files are always opened in binary mode (this affects mainly Windows users).
##[1.0] - 2016-07-06
- Initial Release.