Changes in version 2.0.0 (2026-06-08) Added - Support for SparklyR - Extended schema checks for types and expected checks based on type - Backseries checks - Interquartile range checks - Z score check Changed - Rewrote backend for checks, now using pointblank for validation - allowed_strings renamed allowed_values and now works for all data types - forbidden_strings renamed forbidden_values and now works for all data types Removed - Number of decimal place checks Fixed - misc bugs - issue where using a column named i would cause unexpected failures with unclear error message Changes in version 1.0.0 - Package release - Added documentation and vignettes Changes in version 0.1.0 Initial package creation