v0.15.0
New Features
- Several new validation methods were incorporated:
col_vals_within_spec(),col_vals_increasing(),col_vals_decreasing(), andtbl_match(). (#304, #305, #306) - The option to ignore SSL verification was added to the
DraftValidationclass via the newverify_ssl=parameter. (#302) - Added the (internal for now) 'notes' functionality for validation step, which will allow for useful information in individual validation steps to be available post-interrogation. (#303)
Fixes
- Altered the HTML tags of 'brief' text in validation reports for better display across different publishing environments. (#299)
Docs
- Added a User Guide page on validation reports. (#300)
Full Changelog: v0.14.0...v0.15.0