Skip to content

lifecycle 1.0.3

Latest
Compare
Choose a tag to compare
@lionel- lionel- released this 07 Oct 10:19
· 17 commits to main since this release
  • The with line is now an info bullet. The details lines are info
    bullets by default, unless the argument is named.

  • Indirect usages of deprecated features now mention the package that
    likely used the deprecated feature and recommends contacting the
    authors (#135).

  • Indirect usages of deprecate_warn() no longer warn repeatedly,
    even if always = TRUE (#135).

  • In tests, deprecate_soft() will only warn if the deprecated function
    is called directly from the package being tested, not one of its dependencies.
    This ensures that you only see the warning when it's your responsibility to
    do something about it (#134).

  • Soft deprecations now only warn every 8 hours in non-package code (#134).