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