Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2025-09-19 | 396 Bytes | |
v0.13.4 source code.tar.gz | 2025-09-19 | 54.9 MB | |
v0.13.4 source code.zip | 2025-09-19 | 55.2 MB | |
Totals: 3 Items | 110.1 MB | 0 |
New Features
- Add Enum support to
col_vals_in_set()
andcol_vals_not_in_set()
. (#280) - The
col_vals_regex()
validation method now has theinverse=
parameter to enable negative regex matching. (#282)
Fixes
- The usage of
pre=
is now better isolated to the steps using it. (#283)
Full Changelog: https://github.com/posit-dev/pointblank/compare/v0.13.3...v0.13.4