Skip to content

Releases: bungle/lua-resty-validation

Release 2.7

25 Aug 20:34
Compare
Choose a tag to compare

Added

  • Added callable group validator, thanks @hishamhm

Release 2.6

05 Feb 19:05
Compare
Choose a tag to compare

Added

  • Added callable validator
  • Added requisite and requisites group validators (see also: #3)

Release 2.5

29 Sep 14:35
Compare
Choose a tag to compare

Added

  • Support for the official OpenResty package manager (opm).

Changed

  • Changed the change log format to keep-a-changelog.

Release 2.4

16 Sep 09:15
Compare
Choose a tag to compare
  • Feature: added support for custom (inline) validatiors
  • Feature: added resty.validation.injection extension (uses libinjection)

Release 2.3

22 Mar 11:28
Compare
Choose a tag to compare
  • Feature: added resty.validation.utf8 extension (uses utf8rewind)

Release 2.2

27 Nov 14:54
Compare
Choose a tag to compare
  • Bugfix: there was a typo in a code that leaked a global variable in fields:__call method.

Release 2.1

10 Oct 17:53
Compare
Choose a tag to compare
  • Bugfix: fixed leaking global new function

Release 2.0

10 Oct 12:57
Compare
Choose a tag to compare

This is total rewrite of 1.0. Too much to discuss here. Read the new docs.

Release 1.0

15 Sep 13:43
Compare
Choose a tag to compare

Feature: LuaRocks Support via MoonRocks.