Skip to content

Releases: tarantool/c-validator

1.0.0

07 Apr 09:45

Choose a tag to compare

Initial public release.

This version introduces a Lua object validator implemented in LuaC for high performance.

Schema format:
Heavily inspired by OpenAPI, but includes custom extensions for a more concise and developer-friendly syntax.

Tarantool-ready:
Full support for Lua table specifics, including mixed tables (simultaneous numeric and string keys).

For detailed usage instructions and examples, please refer to README.md.