Skip to content

Releases: bungle/lua-resty-reqargs

Release 1.4

Choose a tag to compare

@bungle bungle released this 07 Jan 19:27

Fixed

Release 1.3

Choose a tag to compare

@bungle bungle released this 30 Sep 13:22

Added

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

Release 1.2

Choose a tag to compare

@bungle bungle released this 23 Aug 19:55
  • 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

Choose a tag to compare

@bungle bungle released this 19 Aug 11:26
  • Bugfix: Files are always opened in binary mode (this affects mainly Windows users)

Release 1.0

Choose a tag to compare

@bungle bungle released this 06 Jul 11:46
  • Initial Release