Skip to content

Releases: bungle/lua-resty-reqargs

Release 1.4

07 Jan 19:27

Choose a tag to compare

Fixed

Release 1.3

30 Sep 13:22

Choose a tag to compare

Added

  • Support for the official OpenResty package manager (opm).
  • Added changelog (this file).
  • A lots of new documentation.

Release 1.2

23 Aug 19:55

Choose a tag to compare

  • 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

19 Aug 11:26

Choose a tag to compare

  • Bugfix: Files are always opened in binary mode (this affects mainly Windows users)

Release 1.0

06 Jul 11:46

Choose a tag to compare

  • Initial Release