Skip to content

Latest commit

 

History

History
30 lines (23 loc) · 856 Bytes

Changes.md

File metadata and controls

30 lines (23 loc) · 856 Bytes

Changelog

All notable changes to lua-resty-reqargs will be documented in this file.

[1.4] - 2017-01-07

Fixed

[1.3] - 2016-09-29

Added

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

##[1.2] - 2016-08-23

Added

  • 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.

Fixed

  • LuaRocks etc. was using wrong directory name (renamed regargs dir to resty).

##[1.1] - 2016-08-19

Fixed

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

##[1.0] - 2016-07-06

Added

  • Initial Release.