Changes in version 1.1.1 (2024-02-15) - update for coming update of V8, now includes underscore.js. Thanks to @jeroenooms Changes in version 1.0.0 - Upgrade daff javascript library to 1.3.48 from https://github.com/paulfitz/daff - Resolves issue #31: "diff_data detects changes in primary keys, even if ids is specified" - render_diff: Remove duplicated CSS styling - render_diff: Improve handling of fragment=TRUE to respect summary=TRUE and use.DataTables=TRUE. Note that the html generate when fragment=TRUE now encloses the changes table in a div of class highlighter. Changes in version 0.3.8 - Updated urls in documentation from http to https - Removed lazyData Changes in version 0.3.4 (2019-04-26) - Removed a RNG dependency in the tests. - Updated link to description of data protocol Changes in version 0.3.3 - Update daff.js to https://github.com/paulfitz/daff/commit/2106718 (2017-06-23) - Improve print and summary functions - Handle duplicate column names (fixes #16) - HTML table generated by render_diff now uses DataTable javascript library to provide - fixed header row - pagination (10,25,50,100,All) - filtering - column visibility (individually enable/disable) - copy/csv/excel/pdf export buttons - column reorder (drag and drop) - row reorder (drag and drop) Changes in version 0.3.0 (2017-05-10) - Lots of improvements thanks to @gwarnes-mdsol - render_diff now defaults to pretty=TRUE. - Use inline CSS instead of obsolete
tag. - Improve Output Formatting and Add Support for Daff Flags - Update daff.js to version 1.3.25. Changes in version 0.2.1 - added summary for patch, thanks to @jsta, feature request #12 Changes in version 0.2.0 (2016-04-29) - updated daff.js library to 1.3.16, thanks to @jeroenooms, solves issue #9 Changes in version 0.1.3 - changed internal I() into JS() thanks to @jeroenooms Changes in version 0.1.2 (2015-02-24) - fixed issue #5 handling NA`s, thanks to @eusebe - removed the R version dependency (is dependent on V8) Changes in version 0.1.1 (2015-02-23) - initial version