Added - chore: Upgrade dependencies - docs: Document `table` and `column` in `custom_sql`
0.1.9
Added - add: Ability to set `limit` per validation - add: Implementation of `limit` for `custom_sql` - docs: Describe `limit` on per-validation level
0.1.8
Added - add: Parameter to limit number of returned rows on fail - add: Ability to execute validations for a specific table
0.1.7
Added - add: handling errors in validation defitions
0.1.6
Added - docs: Add examples for validator parameters - tests: Add a few more end-to-end tests - docs: Add first version - docs: Add bages and pin pygments - add: Ability to set severity Changed - fix: Any non-warn severity defaults to error - refactor: Evaluation execution loop
0.1.5
Added - feat: Include only subset of columns in report Changed - test: Make sure Click tests also check output - fix: Select from in `unique` validator