All notable changes to lua-resty-validation
will be documented in this file.
- Added callable group validator, thanks @hishamhm
- Added callable validator
- Added requisite and requisites group validators (see also: bungle#3)
- Support for the official OpenResty package manager (opm).
- Changed the change log format to keep-a-changelog.
- Added support for custom (inline) validators.
- Added resty.validation.injection extension (uses libinjection).
- Added resty.validation.utf8 extension (uses utf8rewind).
- There was a typo in a code that leaked a global variable in fields:__call method.
- Fixed leaking global new function.
- Total rewrite.
- LuaRocks support via MoonRocks.