-
signal_stage()no longer does anything, and is now purely a way to express intent at the call site of whether a function is superseded or experimental (#203). -
deprecate_soft()anddeprecate_warn()are faster thanks to some internal refactoring (#191, #194, #195, #201). -
deprecate_soft()anddeprecate_warn()now only warn once per session rather than attempting to warn once every 8 hours. This never actually worked (#196). -
Improvements to
lint_lifecycle()andlint_tidyverse_lifecycle()(@AshesITR):- Updated to support lintr >= 3.0.0 (#178).
- Fixed default
pattern=argument to only find R files (#165). - Fixed
lint_tidyverse_lifecycle()ignoring thepattern=argument (#179). - Added support for Quarto qmd files to the default
pattern=argument (#155). - Added support for Rnw, Rhtml, Rrst, Rtex and Rtxt files to the default
pattern=argument. - Exported
lifecycle_linter()to allow including the linter in.lintrconfigurations when usinglintr(#122).