Changes in version 0.3.1.9000 Changes in version 0.3.1 (2025-07-28) - Reaction to R CMD check notes. Changes in version 0.3.0 (2023-03-28) - 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(). Changes in version 0.2.4 (2020-11-25) - Maintenance release in reaction to a planned update of tibble. Changes in version 0.2.3 (2020-05-09) - Reaction to dplyr 1.0.0. Changes in version 0.2.2 (2020-03-02) - Reaction to tibble 3.0.0. Changes in version 0.2.1 (2019-05-16) - Update logic of rules(): it now only converts bare expressions with . as input into formulas. Changes in version 0.2.0 (2019-02-15) 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. Changes in version 0.1.4 (2018-12-05) - Reaction to tibble 2.0.0: ease some tests and adjust to new functionality. Changes in version 0.1.3 (2018-05-20) - Update for dplyr 0.7.5. Changes in version 0.1.2 (2018-02-23) - Update for rlang 0.2.0. Changes in version 0.1.1 (2018-01-05) - Update some unnecessarily strict tests (for CRAN). Changes in version 0.1.0 (2017-11-26) - Initial release.