Changes in version 1.1.2 (2025-10-19) Mostly just bug fixes: - Fixed bug of where an internal function was reliant on a partial argument match (#138) - Fixed bug where diffdf() would error if the input was a complex expression (#133) - Fixed bug where diffdf() would error if an input dataset contained a POSIXct column which contains a missing value (#132) - Added argument to print() function to allow users to print more than 10 rows at once when creating a file output (#135) Changes in version 1.1.1 (2024-09-24) Fix minor bug with CRAN submission (missing file from .Rbuildignore) Changes in version 1.1.0 New features - Enhanced table printing so that white space characters are more clearly displayed (#87) - Added row_limit argument to print method to limit the number of rows displayed (#6, @brianrepko) - Added check to ensure that the column ordering is the same (#32) - Added check for differences in classes between the base and comparison datasets (#42) - Updated character formatting of datetimes to show time zone to avoid misleading/confusing comparisons (#121) Minor improvements and fixes - Added more informative error messaging if a specified key is missing from the base or comparison dataset (#113) - Fixed bug that caused an error if either the base or comparison dataset were empty (#44) - Fixed bug that caused an error if there were no matching keys between the base and comparison dataset (#79) Changes in version 1.0.4 (2020-03-17) - No new functionality - Update to make package compatible with tibble 3.0.0 Changes in version 1.0.3 (2019-03-12) - No new functionality - Update to make package compatible with the changes made to sampling within core R Changes in version 1.0.2 (2019-01-09) - No new functionality - Update to make package compatible with tibble 2.0.0 Changes in version 1.0.1 (2018-07-23) - Added package down site - Updated description file to include unnamed dependencies in test files - Added Travis - Added CodeCov Changes in version 1.0.0 (2018-05-07) - Initial Release !!