• Update minimum dplyr version to be 0.8.0.
  • Introduce dependency on purrr >= 1.0.0 as a reaction to soft deprecation or rlang::squash().
  • Maintenance release in reaction to a planned update of tibble.
  • Reaction to dplyr 1.0.0.
  • Reaction to tibble 3.0.0.
  • Update logic of rules(): it now only converts bare expressions with . as input into formulas.

This version is reaction to changes in dplyr 0.8.0.

  • Breaking changes:
    • Name repair in rules() now uses __ instead of .. as separator for function position in input .... This is done because of new dplyr name repair rules which assume that ..{[0-9]} in the end of the name can be removed.
    • rules() behaviour now depends on version of dplyr. For version less than 0.8.0 it is a direct wrapper for dplyr::funs() which does custom name repair. For newer versions it quotes elements in ... (except explicit formulas) and repairs names of the output.
  • Reaction to tibble 2.0.0: ease some tests and adjust to new functionality.
  • Update for dplyr 0.7.5.
  • Update for rlang 0.2.0.
  • Update some unnecessarily strict tests (for CRAN).
  • Initial release.