Changes in version 1.1.0.9000 - use cli instead of clisymbols - dplyr: use of join_by syntax with comparisons other than == now reports changed row counts (#74). - slice_min/max now report number of ties (#66) Changes in version 1.1.0 (2024-05-08) - switch to Github Actions for CI - units package now supported (#51) - mutate: fix formatting issues for NAs (#48) - use rlang::inform instead of message (#41) - include dataset names in join messages (#46) - mutate now reports dropped columns (#53) - filter reports the number of groups (#52) - fix bug with new dplyr::join_by syntax (#58) - tidyr: support for separate_wider_* functions (#62) Changes in version 1.0.2 (2020-07-03) - add a short benchmarking vignette - report type for new variables (#45) - add relocate, rename_with, slice_* from dplyr 1.0.0 Changes in version 1.0.1 (2020-04-17) - autogenerate documentation - data argument now has same name as in tidyr/dplyr (#43) - fixes #42 - fixes "ungroup" bug in tests (found by revdep check for dplyr 1.0.0) Changes in version 1.0.0 (2020-01-07) - tidyr: support for pivot_longer, pivot_wider - dplyr: support for ungroup (thanks @damianooldoni) - dplyr: support for rename_* (#27) - dplyr: support for top_frac, sample_n, sample_frac, slice - tidyr: support for uncount Changes in version 0.2.0 (2019-09-02) - added detailed merge information for joins (#25) - added support for tidyr functions: gather, spread (thanks @WilDoane), drop_na (@jackhannah95), fill and replace_na - use clisymbols for ellipsis - add number of remaining rows to filter (#23) - bugfix: do not report negative NA (#18) - bugfix: avoid partial matching (closes #26) Changes in version 0.1.0 (2019-03-08) initial release