Skip to content

lifecycle 1.0.5

Latest

Choose a tag to compare

@DavisVaughan DavisVaughan released this 09 Jan 14:11
81263e7
  • 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() and deprecate_warn() are faster thanks to some internal refactoring (#191, #194, #195, #201).

  • deprecate_soft() and deprecate_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() and lint_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 the pattern= 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 .lintr configurations when using lintr (#122).