1.0.1.9000
- add a short benchmarking vignette
- report type for new variables (#45)
- add relocate, rename_with, slice_* from dplyr 1.0.0
1.0.1
- 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)
1.0.0
- 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
0.2.0
- 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)
0.1.0
initial release